I2O block arrays trouble – Linux fails to install GRUB at the end of successful installation

by Vivek Gite on August 21, 2006 · 0 comments

Q. I am using Debian Linux (also tried Cent OS and Fedora Linux/RHEL etc). Linux fails to install GRUB boot loader at the end of successful installation. I am installing on I2O block arrays. Do I need to load something before installing on I2O block arrays?

A. I2O controllers comprise many different SCSI (and rarer IDE) RAID controllers
supported by the i2o_block driver. There is a workaround this problem. Once installation complete again boot from your installation CD to fix this problem. All you need to do is install the grub again to have a working system again.

Boot Linux in rescue mode. Type linux rescue at boot prompt:
Boot: linux rescue

When you get a command prompt type the following command :
# chroot /mnt/sysimage

Now install grub:
# grub-install /dev/i2o/hda

Replace hda with your actual array name.

Now exit and type reboot command:
# exit
# reboot

You should get Grub boot menu. Thanks to Warren Togami for hints/help.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 9 + 15 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: