A page in your DokuWiki was added or changed. Here are the details: Date : 2017/01/02 18:27 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=1483380707 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Installing a boot loader] User : stefanbaur @@ -351,20 +351,22 @@ append boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE </file> === Installing GRUB4DOS === - FIXME - * Installing GRUB4DOS allows you to keep the original Windows bootloader installed. - * install GRLDR and GRLDR.mbr from GRUB4DOS into C:\ (assuming an NTFS file system) AND make the appropriate changes to activate it (edit boot.ini on XP systems, use bcdedit.exe on Vista and newer) + Installing GRUB4DOS allows you to keep the original Windows bootloader installed. The method below also allows you to write-mount the NTFS file system and thus to deploy updates using the autoupdater. This is done by chainloading GRUB4DOS from the native Microsoft Windows Bootloader - * These steps all require Administrator privileges - * For Windows XP, you need to edit ''C:\boot.ini'' - - ''attrib -r -h -s C:\boot.ini'' - - Edit ''C:\boot.ini'' and add an entry ''C:\grldr="Start ThinClient"'' somewhere below the section ''[operating systems]'' - - To make booting in ThinClient mode the default, in section ''[boot loader]'', change the line starting with ''default'' to ''default=C:\grldr'' - - ''attrib +r +h +s C:\boot.ini'' - * For Windows Vista and newer, run this script: + + * download https://sourceforge.net/projects/grub4dos/files/GRUB4DOS/grub4dos%200.4.4/gr... and unzip the contents to a temporary directory + * copy GRLDR and GRLDR.mbr from the GRUB4DOS temporary directory into C:\ + * make the appropriate changes to activate the changes: + * Note: These steps all require Administrator privileges. + * For Windows XP, you need to edit ''C:\boot.ini'' + - ''attrib -r -h -s C:\boot.ini'' + - Edit ''C:\boot.ini'' and add an entry ''C:\grldr="Start ThinClient"'' somewhere below the section ''[operating systems]'' + - To make booting in ThinClient mode the default, in section ''[boot loader]'', change the line starting with ''default'' to ''default=C:\grldr'' + - ''attrib +r +h +s C:\boot.ini'' + * For Windows Vista and newer, run this script: <file - insertgrub.cmd> @echo off setlocal set BCDEDIT=%SYSTEM%\bcdedit.exe -- This mail was generated by DokuWiki at http://wiki.x2go.org/