Yoshinori K. Okuji wrote: >I have implemented grub-probefs which probes a filesystem module right now. If >you have a PC, please test it. Running it has no harm. > >Okuji > > >_______________________________________________ >Grub-devel mailing list >Grub-devel@gnu.org >http://lists.gnu.org/mailman/listinfo/grub-devel > > > I tested it. As I understand the syntax is
./grub-probefs -m <device map> <GRUB file> I have my GRUB floppy image mounted on ../../mnt (from current path) I tried: $ ./grub-probefs -m ./device.map \(fd0\)/boot/grub/core.img grub-probefs: error: Cannot stat `(fd0)/boot/grub/core.img' And also: ./grub-probefs -m ./device.map ../../mnt/boot/grub/core.img cannot find a GRUB device for ../../mnt/boot/grub/core.img. my device.map: (fd0) /home/vova/grub/grub.img my /etc/fstab: .... /home/vova/grub/grub.img /home/vova/grub/mnt auto umask=0,user,iocharset=utf8,noauto,exec,users,loop 0 0 .... Vladimir _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel