Add instructions for using grub-rescue-usb.img (closes: #586463).

This commit is contained in:
Colin Watson 2010-06-20 22:03:30 +01:00
parent c8a5626ec8
commit 746f572dc2
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ grub2 (1.98+20100617-2) UNRELEASED; urgency=low
* Mention grub-rescue-usb.img in grub-rescue-pc description (closes: * Mention grub-rescue-usb.img in grub-rescue-pc description (closes:
#586462). #586462).
* Add instructions for using grub-rescue-usb.img (closes: #586463).
-- Colin Watson <cjwatson@debian.org> Sun, 20 Jun 2010 09:06:05 +0100 -- Colin Watson <cjwatson@debian.org> Sun, 20 Jun 2010 09:06:05 +0100

View File

@ -7,6 +7,8 @@ How to test the images with qemu:
qemu -cdrom /usr/lib/grub-rescue/grub-rescue-cdrom.iso qemu -cdrom /usr/lib/grub-rescue/grub-rescue-cdrom.iso
qemu -hda /usr/lib/grub-rescue/grub-rescue-usb.img
How to write the images to bootable media: How to write the images to bootable media:
sudo dd if=/usr/lib/grub-rescue/grub-rescue-floppy.img of=/dev/fd0 bs=32k sudo dd if=/usr/lib/grub-rescue/grub-rescue-floppy.img of=/dev/fd0 bs=32k
@ -14,3 +16,7 @@ How to write the images to bootable media:
sudo wodim /usr/lib/grub-rescue/grub-rescue-cdrom.iso sudo wodim /usr/lib/grub-rescue/grub-rescue-cdrom.iso
# or just use your favourite CD burning program # or just use your favourite CD burning program
sudo dd if=/usr/lib/grub-rescue/grub-rescue-usb.img of=DEVICE bs=32k
# where DEVICE is something like /dev/sdb, corresponding to your USB
# stick's device name; be VERY CAREFUL that this is the correct device as
# otherwise you could destroy data on your hard disk!