Re: [gentoo-user] md device hda -> sda

2011-07-02 Thread Adam Carter
> I do not use lilo.
> But, if it boots, then no problems :)

The box is at another site - i need to know if it is likely to work
before i try :)



Re: [gentoo-user] md device hda -> sda

2011-07-01 Thread JD


  
  
On 07/01/2011 09:09 PM, Adam Carter wrote:

  
What about your grub.conf (or /boot/grub/menu.lst) ?

  
  
Its still running lilo, which references the meta devices; and the
raid-extra-boot is just a fallback if the metadevice is down IIRC (its
a mirror obviously)

boot = /dev/md0
raid-extra-boot=/dev/hda,/dev/hdc

image = /boot/kernel-2.6.38-r6ata
label = 2.6.38-r6ata
root = /dev/md2
read-only




I do not use lilo.
But, if it boots, then no
problems :)

  
  




Re: [gentoo-user] md device hda -> sda

2011-07-01 Thread Adam Carter
> What about your grub.conf (or /boot/grub/menu.lst) ?

Its still running lilo, which references the meta devices; and the
raid-extra-boot is just a fallback if the metadevice is down IIRC (its
a mirror obviously)

boot = /dev/md0
raid-extra-boot=/dev/hda,/dev/hdc

image = /boot/kernel-2.6.38-r6ata
label = 2.6.38-r6ata
root = /dev/md2
read-only



Re: [gentoo-user] md device hda -> sda

2011-07-01 Thread JD


  
  
On 07/01/2011 08:49 PM, Adam Carter wrote:

  I havent touched the md setup on this box since it was built ~6years
ago, but for the latest kernel/udev i've finally disabled the old IDE
stuff, so the disks will now appear as sda/sdc instead of hda/hdc at
next boot. Will the change be autodetected, or will I need to update a
configuration file? There's no references to the hd devices in /etc...

The system was updated to openrc a while back, and has been restarted
a number of times since then.




What about your grub.conf (or
/boot/grub/menu.lst) ?

For example do you have

boot=/dev/sda

or

boot=/dev/hda

Only places that grub uses the hd reference are inĀ  lines like:
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
root (hd0,1)
and
rootnoverify (hd1,0)

I am not sure if grub version 2 does away with references to hd.