[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

wiki-admin at x2go.org wiki-admin at x2go.org
Mon Jan 2 03:25:17 CET 2017


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/01/02 02:25
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=1483322849
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [List of open ToDos/FIXMEs for this page] 
User        : stefanbaur

@@ -466,8 +466,48 @@
          menu default
          linux /boot/X2Go-live2/x2go-tce-vmlinuz
          initrd /boot/X2Go-live2/x2go-tce-initrd.img
          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>
+ 
+ FIXME This page is missing a section/subpage that explains how to install GRLDR/GRLDR.mbr from GRUB4DOS on Windows, so you don't have to overwrite the Windows MBR.
+ 
+ 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:
+
<file - insertgrub.cmd>
+ @echo off
+ setlocal
+ set BCDEDIT=%SYSTEM%\bcdedit.exe
+ if not exist %BCDEDIT% exit 1
+ for /f "tokens=3" %%A in ('%BCDEDIT% /create /d "PXE boot" /application bootsector') do set guid=%%A
+ %BCDEDIT% /set %guid% device partition=%SystemDrive%
+ %BCDEDIT% /set %guid% path \grldr.mbr
+ 
+ REM you can use /addfirst instead, if you want
+ %BCDEDIT% /displayorder %guid% /addlast
+ 
+ REM this sets a 5 second timeout until the default entry is booted
+ REM feel free to adjust to your needs, but NEVER set it to 0 or 1
+ REM in combination with using /default below unless you don't ever
+ REM intend to boot back into Windows again.
+ %BCDEDIT% /timeout 5
+ 
+ REM "bootsequence" means only the single, next reboot will default to this
+ %BCDEDIT% /bootsequence %guid% /addfirst
+ 
+ REM alternatively, you can uncomment this and make the ThinClient 
+ REM boot option the default boot option
+ REM %BCDEDIT% /default %guid%
+ 
+ endlocal
+ 
  </file>
  
  FIXME This
page is missing a section/subpage that explains how the autoupdate process works with NTFS-formatted local storage (requires using ''findiso=/path/to/iso/name.iso'' and, for the actual autoupdating, ''toram'', ''updateurl'', and ''ntfs-uuid'')
  <file - menu.lst>


-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list