Bug 473532 - grub is not using /boot/grub/grub.conf - boots from wrong drive - uses root (hd1,0) not root (hd0,0)
Summary: grub is not using /boot/grub/grub.conf - boots from wrong drive - uses root (...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: grub
Version: 10
Hardware: All
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-29 05:21 UTC by John Griffiths
Modified: 2008-11-30 03:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-30 03:46:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
grub.conf (728 bytes, application/octet-stream)
2008-11-29 05:23 UTC, John Griffiths
no flags Details

Description John Griffiths 2008-11-29 05:21:26 UTC
Description of problem:
grub is not using /boot/grub/grub.conf - boots from wrong drive - uses root (hd1,0) not root (hd0,0). I have edited the grub.conf file but grub seems to ignore it.

Version-Release number of selected component (if applicable):
grub-0.97-38.fc10.x86_64

How reproducible:
always

Steps to Reproduce:
1. Install Fedora 10
2. boot fails with error 17
3. edit boot string from root (hd1,0) to (hd0,0) and system boots.
  
Actual results:
boot fails with error 17

Expected results:
system should boot without having to change boot string.

Additional info:
I have three drives; two set up as RAID 1 and a drive for general storage.

dmraid -r reports:
/dev/sdb: sil, "sil_aibhacaicccd", mirror, ok, 781420720 sectors, data@ 0
/dev/sda: sil, "sil_aibhacaicccd", mirror, ok, 781420720 sectors, data@ 0

/boot is on the RAID array.

mount reports:

/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/mapper/VolGroup00-LogVol02 on /home type ext3 (rw)
/dev/sdb1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/mapper/VGforMyth-video on /var/video type xfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-dae ...

Comment 1 John Griffiths 2008-11-29 05:23:18 UTC
Created attachment 325066 [details]
grub.conf

Comment 2 John Griffiths 2008-11-30 03:46:03 UTC
I have moved to i386 Fedora 10, so I will not be able to provide any info on x86_64.

This may have been a configuration error when I loaded the system. I may have supplied one of the hard drives and not the RAID mapped set as the install location for grub. I noticed that anaconda defaulted to the first BIOS hard drive even though it was part of a RAID mirror and had to change that when I installed i386. I was doing a custom disk layout both times.


Note You need to log in before you can comment on or make changes to this bug.