WHAT
I get the following message.
cannot find a GRUB drive for devel-xen.
When try to probe devices before grub install.
VERSION
20070110 grub2 cvs
ENVIRONMENT
Linux booted from hda4 with grub legacy
Work with chroot in /dev/mapper/devel-xen
TEST
devel:~# grub-probe -v -t device -m /boot/grub
I have an intel system with running debian.
I have installed the system with grub2 all was working fine then I cam
up with the smart idea to add more storage
5 SATA disks planning to software raid 5 them
with 1 ST Lab A-223, 4 port SATA card the system boots no problem
with 2 SATA cards instal
The recent grub2 cvs doesn't seem to recognize this anymore ...
@ "Linux Init" {
linux (hd0,14)/linux/bzc1 root=/dev/sda2 resume=/dev/sda3
}
What's the new syntax?
Thanks,
Jeff
___
Grub-devel mailing list
Grub-devel@
I should add that upon power up, grub2 doesn't read the grub.cfg, but
from commandline, specifying "configfile (hd0,14)/grub/grub.cfg"
successfully loaded the mneu entry, and $prefix=(hd0,14)/grub.
Previous cvs downloaded prior to Dec 19 2006 works fine.
Is there a syntax change? I've traced