mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 08:01:37 +00:00
Add instructions for using grub-rescue-usb.img (closes: #586463).
This commit is contained in:
parent
c8a5626ec8
commit
746f572dc2
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ grub2 (1.98+20100617-2) UNRELEASED; urgency=low
|
||||
|
||||
* Mention grub-rescue-usb.img in grub-rescue-pc description (closes:
|
||||
#586462).
|
||||
* Add instructions for using grub-rescue-usb.img (closes: #586463).
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Sun, 20 Jun 2010 09:06:05 +0100
|
||||
|
||||
|
6
debian/grub-rescue-pc.README.Debian
vendored
6
debian/grub-rescue-pc.README.Debian
vendored
@ -7,6 +7,8 @@ How to test the images with qemu:
|
||||
|
||||
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:
|
||||
|
||||
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
|
||||
# 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!
|
||||
|
Loading…
Reference in New Issue
Block a user