A page in your DokuWiki was added or changed. Here are the details: Date : 2017/01/03 12:21 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=1483391448 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [Booting from CD/DVD/USB] User : stefanbaur @@ -428,13 +428,17 @@ </file> ===== Booting from CD/DVD/USB ===== - Basically, proceed as shown for netboot above, but set ''LBX2GO_IMAGETYPE'' to ''iso-hybrid'' (recommended) or ''iso''. - Also, you need to add ''--bootappend-live'' followed by all boot parameters that you would usually pass to pxelinux, syslinux or GRUB to ''LBX2GO_DEFAULTS''. - - if you actually intend to write the image to CD/DVD or USB media, the only file you need is located at ''./original-x2go-tce-live-image-i386.hybrid.iso'' after using the above script. - + - set the variables as shown in [[doc:howto:tce#configuring_the_build|Configuring the Build]] + - after that, continue with ''export LBX2GO_IMAGETYPE="iso-hybrid"'' (recommended) or ''export LBX2GO_IMAGETYPE="iso"''. + - follow up with <code> + export LBX2GO_DEFAULTS+=" --bootappend-live 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 live-media-path=live FURTHER-OPTIONS-GO-HERE + </code> + - see [[doc:howto:tce#boot_parameters_for_x2go-tce|Boot Parameters for X2Go-TCE]] for a description of possible options. + - after that, you can [[doc:howto:tce#starting_the_build|Start the Build]]. + - if you actually intend to write the image to CD/DVD or USB media, the only file you need is located at ''./original-x2go-tce-live-image-i386.hybrid.iso'' after running the build script. + - if the image fails to boot, check the file system - there should be a folder ''live'' containing a file ''filesystem.squashfs''. Adjust the value of ''live-media-path='' accordingly. ==== Burning to CD/DVD ==== Use ''xorriso -as cdrecord -v dev=/dev/your-writer-device -dao ./original-x2go-tce-live-image-i386.hybrid.iso'' or whatever cd burning software you like. See https://wiki.debian.org/BurnCd for some additional suggestions. ==== Writing to USB media ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/