View previous topic :: View next topic |
Author |
Message |
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Fri Jun 27, 2008 9:03 am Post subject: Kernel and UDEV [solved] |
|
|
Hi All
I added another Hard Drive, and now udev is always looks for hdb when in fact it should look for hdd - does anyone know where udev looks at when its booting - i need to change this from hdb to hdd - and yes i have recompiled and copied across the kernel.
thanks
shelton. _________________ answer an unanswered post:
https://forums.gentoo.org/search.php?search_id=unanswered
Last edited by shazam75 on Fri Jun 27, 2008 10:08 am; edited 1 time in total |
|
Back to top |
|
|
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Fri Jun 27, 2008 9:12 am Post subject: Re: Kernel and UDEV |
|
|
shazam75 wrote: | Hi All
I added another Hard Drive, and now udev is always looks for hdb when in fact it should look for hdd - does anyone know where udev looks at when its booting - i need to change this from hdb to hdd - and yes i have recompiled and copied across the kernel.
thanks
shelton. |
it sounds like you've added a secondary disk on the primary channel.
is this new drive on the same cable as the hda drive? |
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
Posted: Fri Jun 27, 2008 9:20 am Post subject: |
|
|
Hi Richard
No, this new hard drive is on a seperate SATA cable - by itself - the gentoo HDD is secondary slave with the master being a CDROM.
Cheers
Shelton. _________________ answer an unanswered post:
https://forums.gentoo.org/search.php?search_id=unanswered |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Fri Jun 27, 2008 9:59 am Post subject: |
|
|
Check your /boot/grub/menu.lst for these entries which might need changing:
Code: | root (hd0,0)
kernel blah root=/dev/hdb1 |
|
|
Back to top |
|
|
shazam75 Guru
Joined: 18 Mar 2006 Posts: 563 Location: Brisbane, Australia
|
|
Back to top |
|
|
|