summaryrefslogtreecommitdiffstats
path: root/debian/grub-rescue-pc.README.Debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:29:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:29:52 +0000
commitca67b09c015d4af3ae3cce12aa72e60941dbb8b5 (patch)
treeb7316d7b06c373e08dabb79a2c866c568e08f49e /debian/grub-rescue-pc.README.Debian
parentAdding upstream version 2.06. (diff)
downloadgrub2-ca67b09c015d4af3ae3cce12aa72e60941dbb8b5.tar.xz
grub2-ca67b09c015d4af3ae3cce12aa72e60941dbb8b5.zip
Adding debian version 2.06-13+deb12u1.debian/2.06-13+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/grub-rescue-pc.README.Debian')
-rw-r--r--debian/grub-rescue-pc.README.Debian22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/grub-rescue-pc.README.Debian b/debian/grub-rescue-pc.README.Debian
new file mode 100644
index 0000000..aa31cfd
--- /dev/null
+++ b/debian/grub-rescue-pc.README.Debian
@@ -0,0 +1,22 @@
+grub-rescue-pc
+~~~~~~~~~~~~~~
+
+How to test the images with qemu:
+
+ qemu -fda /usr/lib/grub-rescue/grub-rescue-floppy.img
+
+ 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
+
+ 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!