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 19:42] – [Gentoo stage3] kolanwiki:boot_flash [2014/01/06 19:40] – [DOS 7.1] kolan
Line 55: Line 55:
  kernel memdisk  kernel memdisk
  append initrd=/bootdisk/dos622.img floppy</code>  append initrd=/bootdisk/dos622.img floppy</code>
 +
 +
 +You can download and version of [[http://old-dos.ru/files/file_64.html|Dos 6.22]] and save as stick:/bootdisk/dos622.img
 +
 ==== Grub4dos ==== ==== Grub4dos ====
 Extract from [[http://sourceforge.net/projects/grub4dos | Grub4dos]] //grub.exe// file to the stick into /syslinux/ relative path. And create //stick:/menu.lst// config file for Grub4dos <code ini | stick:/menu.lst>color black/cyan yellow/cyan Extract from [[http://sourceforge.net/projects/grub4dos | Grub4dos]] //grub.exe// file to the stick into /syslinux/ relative path. And create //stick:/menu.lst// config file for Grub4dos <code ini | stick:/menu.lst>color black/cyan yellow/cyan
Line 111: 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 137: 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>