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/03/29 08:27] – [Gentoo stage3] hardened stage3 added 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 86: Line 90:
 ==== Debian netinstall ==== ==== Debian netinstall ====
 To get available Debian netinstall need to download [[ftp://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/linux | kernel-32bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz | initrd-32bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux | kernel-64bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz | initrd-64bit]] and move it to the //stick:/syslinux// directory renaming to //vmlinuz-debian32//, //initrd-debian32.gz//, //vmlinuz-debian64//, //inird-debian64.gz// accordinly. Under GNU/Linux you can do all operations by typing one command <code bash | Downloading Debian files: path - path to the mounted usb stick fs, release = stable | testing | sid> To get available Debian netinstall need to download [[ftp://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/linux | kernel-32bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz | initrd-32bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux | kernel-64bit]], [[ftp://ftp.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz | initrd-64bit]] and move it to the //stick:/syslinux// directory renaming to //vmlinuz-debian32//, //initrd-debian32.gz//, //vmlinuz-debian64//, //inird-debian64.gz// accordinly. Under GNU/Linux you can do all operations by typing one command <code bash | Downloading Debian files: path - path to the mounted usb stick fs, release = stable | testing | sid>
-path=/mnt/flash ; release=testing+path=/mnt/flash ; release=stable
 ftp_url="ftp://ftp.debian.org/debian/dists/$release/main/installer"; \ ftp_url="ftp://ftp.debian.org/debian/dists/$release/main/installer"; \
 ftp_path="current/images/netboot/debian-installer" \ ftp_path="current/images/netboot/debian-installer" \
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>