Jakub Orbán wrote:
Hi all,
I'm sorry, but I'm not sure who to ask this. I'd be very happy, if you could
forward this email to a person who could help me, or give me some hints
where to find the info I need.
I have PC with an raid controler, where my main hdd is connected to. After
booting ubuntu 5.04 with lilo, I start the grub shell and want to intall the
grub bootloader, but grub is not aware of any devices. I've attached a dmesg
output and lspci output - hopefully it says something relevant. Please ask
me for further info.
Why can lilo be installed, but grub cannot?
Thanks very much,
Jakub

As long as I know Grub and RAID don't work very well ok. But you can try to install grub anyways. If you edit device.map file in /boot/grub/ folder and you add the following line:

(hd0)   /dev/hdd

This way when running grub he will act to (hd0) as your hard disk.
And at least one device will be detected.

You can add:

(fd0)   /dev/floppy

if you want to have an access to your floppy.

adrian15


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to