LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-01-2006, 09:05 PM   #1
as987
LQ Newbie
 
Registered: Jun 2006
Location: Kansas City, MO USA
Distribution: Fedora Core 5
Posts: 11

Rep: Reputation: 0
GRUB won't boot on ASUS A8R-MVP w/ onboard SATA RAID 0


I'm trying to set up Fedora Core 5 on an ASUS A8R-MVP with two SATA II 250 GB drives in RAID 0 configuration (using the onboard ULi RAID controller).

I let FC set up the partitions in the default manner:

/dev/sda1 = 100 MB ext3 /boot partition
The rest of the 500 GB in an extended partition (spanning both /dev/sda and /dev/sdb) containing two logical partitions
LogVol00 = 480 GB ext3 / partition
LogVol01 = 20 GB swap partition

GRUB was installed in the MBR (on /dev/sda)

The default boot configuration was set to the root partition (/dev/VolGroup00/LogVol00)

When FC5 finished installing and I rebooted, GRUB _ was displayed on the screen (with the underscore cursor blinking). Anything I would type (including the Esc key) would do nothing.

Here is the grub.conf file contents:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5smp)
root (hd0,0)
kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5smp.img


Using Ctrl+Alt+Del to boot into the FC5 rescue mode, I entered the GRUB shell and tried a manual install to (hd0):
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83

grub> setup (hd0)
Checking if “/boot/grub/stage1” exists… no
Checking if “/grub/stage’” exists… yes
Checking if “/grub/stage2” exists… yes
Checking if “/grub/e2fs_stage1_5” exists… yes
Running “embed /grub/e2fs_stage1_5 (hd0)”… 15 sectors are embedded. succeeded
Running “install /grub/stage1 (hd0) (hd0)1+15 p (hd0,0)/grub/stage2 /grub/grub.conf… succeeded
Done.


After rebooting, I got:
GRUB Loading stage 1.5.


GRUB loading, please wait…
Error 17


This looks like it can’t mount the partition.

I've tried several different options including instructing the FC5 installer install GRUB into the first sector of the boot partition (/dev/sda1) instead of the MBR, changing the partition setup to eliminate the extended partition and set up 3 primary partitions, trying a whole different distribution (SuSE 10.1) with various configurations (including LILO) but nothing gets me any closer. This is my first foray into Linux, so any advice would be much appreciated. Thanks.
 
Old 07-02-2006, 02:46 AM   #2
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Hi

This may not cure your entire problem, but I noted that your grub configuration file shows this:

Quote:
kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5smp.img
The grub configuration file is generally in the boot directory, so on all of my grub config files the entry would look like this:

kernel /boot/vmlinuz-2.6.16-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00
initrd /boot/initrd-2.6.15-1.2054_FC5smp.img

This may be what you already have or it may not be needed on VolGroup configurations (I don't use VolGroup). Just thought I would mention it as a thought.

Bob
 
Old 07-02-2006, 11:10 AM   #3
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Paths in GRUB are relative to the root directory of the /boot partition. If /boot is part of the root partition you need the full path /boot/<whatever> but if /boot is its own partition as it is in this case, the OP's setup is correct.

The issue more likely is that GRUB doesn't know how to talk to the RAID controller. I did a little googling but couldn't find much on this. If you could post the exact make and model of the motherboard RAID controller, that would probably help. Incidentally, this is why even on RAID servers I prefer to have /boot on a small, non-RAID hard drive.
 
Old 07-02-2006, 11:36 AM   #4
as987
LQ Newbie
 
Registered: Jun 2006
Location: Kansas City, MO USA
Distribution: Fedora Core 5
Posts: 11

Original Poster
Rep: Reputation: 0
Adding "/boot" didn't seem to change anything. I think it is not needed because I have a dedicated /boot partition.

Thanks for the suggestion, though.
 
Old 07-02-2006, 08:59 PM   #5
as987
LQ Newbie
 
Registered: Jun 2006
Location: Kansas City, MO USA
Distribution: Fedora Core 5
Posts: 11

Original Poster
Rep: Reputation: 0
Sorry Tim, I didn't see your post before my reply. The RAID controller is provided by the ULi M1575 south bridge on the motherboard. I did some searches through Google Linux before and didn't come up with anything either.
 
Old 07-03-2006, 04:58 AM   #6
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
To btmiller...

Thanks, I have learned something. Have never used a boot partition, so this is helpful.

Bob
 
Old 07-04-2006, 02:08 AM   #7
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Umm, I'm no expert on this, but once I had trouble, when the LVM-module was not loaded at the right time...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ASUS P3B-F with Sil3114(pci sata raid card) wont boot with connected hdd spq Linux - Hardware 4 10-12-2010 01:56 PM
Silicon Image 3112A SATA Raid on Asus A7N8X-E Deluxe jrbush82 Fedora 3 09-08-2006 09:37 AM
Sata RAID with onboard raid controller SourCreamAndOni Linux - Hardware 1 05-21-2004 12:51 AM
promise sata/raid asus boards bardinjw Linux - Hardware 0 10-21-2003 05:26 PM
ASUS P4PE SATA RAID driver red-hat 8 stefano.c Linux - Hardware 3 06-04-2003 05:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration