A page in your DokuWiki was added or changed. Here are the details: Date : 2017/01/02 18:06 Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0 IP-Address : 78.43.90.159 Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1483380135 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Installing a boot loader] User : stefanbaur @@ -278,14 +278,15 @@ * Use syslinux when installing on FAT* file systems. Should work with ext* file systems as well, if you don't want GRUB-legacy. * Use GRUB4DOS when dealing with an NTFS file system (say, you're trying to turn an existing Windows XP installation into a ThinClient). === Installing GRUB-legacy === - * Create a folder ''(mountpath)/boot/grub'' + * mount /dev/targetpartition to (mountpath) + * create a folder ''(mountpath)/boot/grub'' * install grub-legacy into it: * ''apt-get -y install grub-legacy'' # note this will remove grub2 from your system if it is installed, but will not cause any change to your boot sequence - * ''grub-install --recheck --root-directory=(mountpath) /dev/targetdevice'' #entire device, not partition + * ''grub-install --recheck --root-directory=(mountpath) /dev/targetdevice'' # entire device, not partition * check, and, if required, edit the contents of ''(mountpath)/boot/grub/device.map'' - * ''grub-install --root-directory=(mountpath) /dev/targetdevice'' #entire device, not partition + * if you had to make changes, re-run ''grub-install --root-directory=(mountpath) /dev/targetdevice'' # entire device, not partition * optional: ''apt-get -y install grub2'' # reinstall grub2 if that is what you were using before * create a boot loader configuration file using the following template: <file - menu.lst> # sample grub-legacy menu.lst for booting X2Go-TCE from local media -- This mail was generated by DokuWiki at http://wiki.x2go.org/