« Previous - Version 15/17 (diff) - Next » - Current version
brfransen, 11/18/2016 04:50 pm


Download

Download LinHES

Create Install Media

The LinHES ISO can be burned to a CD or copied to a USB drive.

Transfer the image to the USB drive with the dd command.
Please be careful with this command as it's destructive.
Always double check that you're using the right device for the USB drive.

dd if={LINHES.iso} of=/dev/{YOURUSBDRIVE}

Install LinHES

This section is for first time LinHES installs or upgrades from KnoppMyth R5. If you are upgrading from KnoppMyth read Upgrade LinHES from KnoppMyth before proceeding. To upgrade to a later version of LinHES see Upgrade LinHES.

Boot the LinHES CD or USB media.

  • Screen 1: Select the "Install or Upgrade" option. If upgrading, you will go directly to screen 10 and everything will be processed automatically based on your backups.
    Warning: If you are upgrading from Knoppmyth R5, make sure that you backup before you attempt an install of LinHES.
  • Screen 2: Select a target file-system
  • Screen 3: Select the type of install (Full/auto or Upgrade). Also assign partition sizes for the OS, swap, and data partitions. The defaults should be fine. Users can also select which file-system format is used. Currently the default is for ext3, but other options such as ext4/RFS/XFS/JFS are also available.
  • Screen 4: Assign a hostname
    Note: Make sure you are satisfied with the hostname you select since you cannot easily change it after the installation due to a number of other configuration files/mysql tables that will depend on it.
    Warning: If you are upgrading from KnoppMyth R5, make sure the hostname you assign for LinHES is the same as the hostname used in KnoppMyth R5.
  • Screen 5: Setup the network options. Users may select from wired or wireless configurations with all the standard options such as dynamic IP/static IP, devices, mtu size, etc.
    Note: For more of MTU sizes a.k.a jumbo frames, see the Jumbo Frames article.
  • Screen 6: Setup host options. Choices here include system configuration (standalone/frontend/master backend/slave backend). Initial resolution (i.e. SDTV or HDTV) and remote configure are also on this screen. The setup GUI contains many options for remote controls that are preconfigured for you. Users also set the option to use or not use mythwelcome on this screen.
    Note: Make sure you understand the architecture of MythTV networks. A selection of standalone should only be made if this is and will be the only mythtv box on your network.
  • Screen 7: Setup timezone/zipcode
  • Screen 8: Setup NFS options if media is stored on a remote NFS share. Also configure automatic updates
  • Screen 9: Setup user accounts and passwords
    Warning: Before pressing Finish make sure to:
    • Create a non-mythtv account
    • Assign a root password (If a password is not assigned it will be blank and root can only be logged into from the console.)
    • Assign a mythtv password (If a password is not assigned the account will be locked.)
  • Screen 10: Sanity check "Are you sure you wish to continue?" screen.

This concludes the installation. The scripts will take over and in about 5 min you will reboot into your LinHES installation.

Troubleshooting

ALSA

No Sound after upgrading. If you don't have sound after upgrading, try running alsaconf as root to reconfigure your alsa drivers. Then alsamixer, and finallly "alsactl store" to save the settings.

Grub

L99 99 99 99 99 99 99 If you have more than one drive the new bootloader might have the drives in the wrong order. This will result in a screen full of 99's upon booting. For example if you have a IDE/PATA drive and a SATA one, and boot from the SATA drive. As root try the following commands.

grub 
grub> root (hd1,0) 
grub> setup (hd1) 
grub> quit