SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:guides:bootguide [2016/05/21 18:41]
bellard [SliTaz ISO image boot tricks]
en:guides:bootguide [2020/03/15 12:59]
bellard [SliTaz ISO image boot tricks]
Line 66: Line 66:
   - kexec command from the [[http://​pkgs.slitaz.org/​search.sh?​package=kexec-tools|kexec-tools]] package.   - kexec command from the [[http://​pkgs.slitaz.org/​search.sh?​package=kexec-tools|kexec-tools]] package.
  
-==== SliTaz ISO image boot tricks ====+===== SliTaz ISO image boot tricks ​=====
  
 The cdrom image has a hybrid format from version 5.0. The cdrom image has a hybrid format from version 5.0.
  
-  * It boots from a cdrom drive according to the el-torito specification as usual +  * It boots from a cdrom drive according to the el-torito specification as usual (BIOS or UEFI). 
-  * It boots from a memory card / USB key using the syslinux hybrid format +  * It boots from a memory card / USB key using the syslinux hybrid format ​(BIOS) or using a FAT partition mapped in the ISO image (UEFI). 
-  * It launches a USB boot key creation utility from Windows (32 bits) +  * It launches a USB boot key creation utility from Windows (32 bits). 
-  * It can boot from DOS (in real mode only) directly:+  * It can boot from DOS (real mode or virtual 8086 with EMM386) directly:
  
 <​code>​C:​\>​ ren slitaz.iso slitaz.exe <​code>​C:​\>​ ren slitaz.iso slitaz.exe
Line 87: Line 87:
   * It is easily customizable with the iso2exe (compatible with taziso or tazpanel/​boot/​ISO mine) tool:   * It is easily customizable with the iso2exe (compatible with taziso or tazpanel/​boot/​ISO mine) tool:
  
-<​code>​iso2exe -a " lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig.gz slitaz.iso+<​code>​iso2exe -a "​lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig.gz slitaz.iso
 iso2exe -l slitaz.iso iso2exe -l slitaz.iso
 iso2exe -r slitaz.iso custom.append custom.initrd iso2exe -r slitaz.iso custom.append custom.initrd
Line 102: Line 102:
 </​code>​ </​code>​
 Update the kernel command line: Update the kernel command line:
-<​code>​iso2exe -a " rdinit=/​myinit lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig slitaz.org -f</​code></​note>​+<​code>​iso2exe -a "​rdinit=/​myinit lang=fr_FR kmap=fr-latin1 tz=Europe/​Paris"​ -i myconfig slitaz.iso -f</​code></​note>​
 
en/guides/bootguide.txt · Last modified: 2020/03/15 12:59 by bellard