
Making a bootable USB thumbdrive from a bootable Windows CDBackground
Preparation
Procedure
sudo ./bootlace.com /dev/sda
DEVICE=GRUB.EXE INSTALL=GRUB.EXE SHELL=GRUB.EXE
title Title of my bootable cd map --mem --read-only (hd0,0)/image.iso (hd32) map --hook chainloader (hd32) boot[/size]
Use
Files needed
References
Boot your system from a floppy (Much easier)
| ||||||||
| Added: | ||||||||
| > > | Update - Making a bootable Acronis 2014 USB Flash for backup
install bootloader onto USBcd /mnt/usb/grub4dos sudo ./bootlace.com /dev/sdb cd .. cp grub4dos/grldr . cp grub4dos/grldr.mbr . cp grub4dos/menu.lst . | |||||||
| Added: | ||||||||
| > > | Edit menu.lst as followscolor blue/green yellow/red white/magenta white/magenta timeout 30 default /default | |||||||
| Added: | ||||||||
| > > | title Acronis fallback 1 map (hd0,0)/acronis2014.iso (hd32) map --hook root (hd32) chainloader (hd32) boot title commandline commandline title floppy (fd0) chainloader (fd0)+1 rootnoverify (fd0) title back to dos quit title reboot reboot title halt halt | |||||||
| ||||||||
| Added: | ||||||||
| > > | * grub4dos-0.4.4-2009-06-20.zip: grub4dos, works for acronis 2014 | |||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||