bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trick for working with grub floppys


From: adrian15
Subject: trick for working with grub floppys
Date: Tue, 21 Jun 2005 19:09:28 +0200

I suppose you all already know this. But...

dd if=/dev/fd0 of=./super_disco_grub.img
mkdir /mnt/test
mount -t vfat -o loop ./super_disco_grub.img /mnt/test
cp /boot/grub/devices.map /boot/grub/alterna.map
Edit /boot/grub/alterna.map and replace /dev/fd0 and put /dev/loop0

Run:

/sbin/grub --map-file=/boot/grub/alterna.map

You can edit files in /mnt/test
and you can run grub from a "floppy" without speed problems.

adrian15





reply via email to

[Prev in Thread] Current Thread [Next in Thread]