Loopback Device: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
mNo edit summary
Kmcguire (talk | contribs)
m quotations needed for linux shell command linux under bash
Line 31: Line 31:
cp /lib/grub/i386-pc/stage[12] /mnt/myfloppy/grub
cp /lib/grub/i386-pc/stage[12] /mnt/myfloppy/grub


Create a device mapping for the GRUB installation.
Create a device mapping for the GRUB installation. ''You need quotations around the first part.''


echo (fd0) /dev/loop0 > /mnt/myfloppy/grub/device.map
echo "(fd0) /dev/loop0" > /mnt/myfloppy/grub/device.map


Start GRUB console for installation into the boot record.
Start GRUB console for installation into the boot record.