Install LinHES

Version 17 (brfransen, 11/18/2016 04:50 pm)

1 10 brfransen
h1. Download
2 10 brfransen
3 10 brfransen
[[Downloads|Download LinHES]]
4 10 brfransen
5 10 brfransen
h1. Create Install Media
6 10 brfransen
7 17 brfransen
The LinHES ISO can be burned to a DVD or copied to a USB drive.
8 10 brfransen
9 10 brfransen
Transfer the image to the USB drive with the dd command.
10 16 brfransen
*Be careful with this command as it is destructive.
11 16 brfransen
Always double check that you are using the correct device for the USB drive.*
12 10 brfransen
@dd if={LINHES.iso} of=/dev/{YOURUSBDRIVE}@
13 10 brfransen
14 1
h1. Install LinHES
15 2 brfransen
16 17 brfransen
This section is for first time LinHES R8.x installs or upgrades using the LinHES ISO. If you are upgrading from KnoppMyth read [[Upgrade LinHES from KnoppMyth]]. If you are upgrading from LinHES 7.x read [[Upgrading LinHES R7.X to R8]]. For upgrade information about on specific version read [[Upgrade LinHES]].
17 1
18 17 brfransen
Boot the LinHES DVD or USB media.
19 2 brfransen
20 17 brfransen
* Welcome. Select OK.
21 1
22 17 brfransen
* Language Selection. Select and Save.
23 1
24 17 brfransen
* Select "Install or Upgrade".
25 17 brfransen
*+Warning:+  If you are upgrading, _+make sure+_ that you [[Backup and Restore#Backup|backup]] _+before+_ you attempt an upgrade of LinHES.*
26 1
27 17 brfransen
* Select a drive to install/upgrade LinHES.
28 1
29 17 brfransen
* LinHES Install. Select the type of install (Full/Auto or Upgrade).
30 17 brfransen
Full/Auto will erase the entire drive and allows assigning partition sizes for the OS (root), home, swap, and data partitions as well as the filesystem format. The default filesystem format for OS (root) and home partitions is ext3. The default for the data partition is xfs. Drives added later using add_storage.py will use the selected data partition filesystem format. 
31 17 brfransen
Upgrade will only work with drives that have LinHES R8.0 or newer. Upgrade will only erase the OS (root) partition of the drive and allows assigning the filesystem format. Upgrade will import the settings and show a Warning that the OS (root) partition will be erased. Selecting "Start the process" will upgrade LinHES.
32 17 brfransen
33 17 brfransen
* Network Settings. Users may select from wired or wireless configurations with all the standard options such as dynamic IP/static IP, devices, mtu size, etc.
34 1
_+Note:+  For more of MTU sizes a.k.a jumbo frames, see the "Jumbo Frames":http://wiki.archlinux.org/index.php/Jumbo_Frames article._
35 2 brfransen
36 17 brfransen
* Assign a hostname
37 17 brfransen
_+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._
38 17 brfransen
*+Warning:+  If you are upgrading from LinHES R6, LinHES R7, or KnoppMyth R5, _+make sure+_ the hostname you assign for LinHES is the _+same+_ as the hostname used in the previous system.*
39 4 brfransen
40 17 brfransen
* Host Settings. Choices here include system configuration (Master_backend/Frontend_only/Slave_backend), and running a Frontend (X windows). If running a Frontend select options for Larger Cursor and MythWelcome.
41 1
42 17 brfransen
* Remote Settings.
43 2 brfransen
44 17 brfransen
* Display Settings.
45 17 brfransen
46 17 brfransen
* Screen Sharing Settings.
47 17 brfransen
48 17 brfransen
* Set timezone and configure automatic updates.
49 17 brfransen
50 17 brfransen
* Setup user accounts and passwords. root and mythtv are required. Optionally add other user accounts.
51 2 brfransen
*+Warning:+  Before pressing Finish make sure to:*
52 6 brfransen
** *Assign a root password (If a password is not assigned it will be blank and root can only be logged into from the console.)*
53 2 brfransen
** *Assign a mythtv password (If a password is not assigned the account will be locked.)*
54 2 brfransen
55 17 brfransen
* Warning about what will be erased. Selecting "Start the process" will install LinHES.
56 7 brfransen
57 17 brfransen
When installation is complete options to Reboot or Shutdown will appear. Select Reboot and remove the install DVD or USB. You may need to adjust the BIOS boot order to boot the newly installed LinHES drive.
58 1
59 17 brfransen
On first boot mythtv-setup will run for the user to configure MythTV.
60 8 brfransen
61 8 brfransen
h1. Troubleshooting
62 8 brfransen
63 8 brfransen
h2. Grub
64 8 brfransen
65 8 brfransen
*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.
66 8 brfransen
67 9 brfransen
<pre>
68 9 brfransen
grub 
69 9 brfransen
grub> root (hd1,0) 
70 9 brfransen
grub> setup (hd1) 
71 9 brfransen
grub> quit
72 9 brfransen
</pre>