[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Create floppy image with grub.cfg in specified location
From: |
John |
Subject: |
Re: Create floppy image with grub.cfg in specified location |
Date: |
Wed, 18 Aug 2010 13:19:02 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
I got the solution.
The command `grub-mkrescue' create an ISO image, it can not be taken as floppy.
Otherwise grub shell command `configfile (fd0)/.../i386-pc/grub.cfg' will
report
"out of disk" error.
Taking the image as CDROM image will boot up the vmplayer.
John