backbone.ws

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:boot_flash [2013/12/16 21:05] – [Syslinux.cfg] kolanwiki:boot_flash [2014/01/06 19:40] – [DOS 7.1] kolan
Line 115: Line 115:
 │   ├── filesystem.squashfs │   ├── filesystem.squashfs
 │   ├── initrd.lz │   ├── initrd.lz
-│   └── vmlinuz+│   └── vmlinuz.efi
 </code> </code>
 Add menu items to Grub4dos menu.lst Add menu items to Grub4dos menu.lst
 <code config | stick://menu.lst> <code config | stick://menu.lst>
-title Ubuntu 12.04 LTS amd64 +title Ubuntu LiveCD/Installer 
-find --set-root /casper/initrd.lz +    find --set-root /casper/initrd.lz 
-kernel /casper/vmlinuz boot=casper live-media-path=/casper/ ignore_uuid +    kernel /casper/vmlinuz.efi boot=casper live-media-path=/casper/ ignore_uuid 
-initrd /casper/initrd.lz+    initrd /casper/initrd.lz
 </code> </code>
 On new Ubuntu CD /casper directory may have another name so you must change it in the config. Also you probably want to change the title. On new Ubuntu CD /casper directory may have another name so you must change it in the config. Also you probably want to change the title.
Line 141: Line 141:
  
 ==== DOS 7.1 ==== ==== DOS 7.1 ====
-To have DOS 7.1 on the stick download diskette image from [[http://narod.ru/disk/27030580000/4DOS.IMA.html | narod.ru]] or [[http://www.backbone.ws/share/dist/os/dos | this site]] and move to the //stick:/bootdisk// directory. In Bash you cat type <code bash | Downloading DOS 7.1 image: path - path to mounted stick>path=/mnt/flash +To have DOS 7.1 on the stick download diskette image from [[http://narod.ru/disk/27030580000/4DOS.IMA.html | narod.ru]] or [[http://www.backbone.ws/share/dist/dos/os | this site]] and move to the //stick:/bootdisk// directory. In Bash you cat type <code bash | Downloading DOS 7.1 image: path - path to mounted stick>path=/mnt/flash 
-wget http://www.backbone.ws/share/dist/os/dos/4dos.ima -O "$path/bootdisk/4dos.ima" \+wget http://www.backbone.ws/share/dist/dos/os/4dos.ima -O "$path/bootdisk/4dos.ima" \
 && echo "DOS 7.1 download succes\! ;-)" || echo "DOS 7.1 download failed\! ;-("</code> && echo "DOS 7.1 download succes\! ;-)" || echo "DOS 7.1 download failed\! ;-("</code>