openSUSE Forums > Install/Boot/Login » 11.1 Can't Find Hard Drive

Go Back   openSUSE Forums > Install/Boot/Login
Forums FAQ Members List Search Today's Posts Mark Forums Read


Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-Nov-2009, 11:23
johmidl's Avatar
Student Penguin
 
Join Date: Oct 2008
Location: Cape Town
Posts: 63
johmidl hasn't been rated much yet
Default 11.1 Can't Find Hard Drive

My original Sahara PC with Celeron processor suffered from bloated caps. It is still in the process of repair. Afraid of too much collecting in my mail box, I bought a refurbished Compaq Evo W4000 with Pentium 4. I removed the hard deive from the Sahara (gave the repairer a smaller drive) and installed it on the Compaq. It loads as far as the splash screen and hangs with no loading line. After a wait it reverts to console by telling it not to retry. Syslog informs me that disk by ID..etc cannot be found. Listing /etc/dev/ shows all but a hard drive or any partitions. Have I bought myself a pup? SuSE Linux 10.1 loaded and this is what I am using now.
Reply With Quote
  #2 (permalink)  
Old 07-Nov-2009, 12:01
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: 11.1 Can't Find Hard Drive

On 11/07/2009 11:26 AM, johmidl wrote:
>
> My original Sahara PC with Celeron processor suffered from bloated caps.
> It is still in the process of repair. Afraid of too much collecting in
> my mail box, I bought a refurbished Compaq Evo W4000 with Pentium 4. I
> removed the hard deive from the Sahara (gave the repairer a smaller
> drive) and installed it on the Compaq. It loads as far as the splash
> screen and hangs with no loading line. After a wait it reverts to
> console by telling it not to retry. Syslog informs me that disk by
> ID..etc cannot be found. Listing /etc/dev/ shows all but a hard drive
> or any partitions. Have I bought myself a pup? SuSE Linux 10.1 loaded
> and this is what I am using now.


Your machine is probably OK. The disk interface driver used by your particular
system is placed in the initrd (initial ram disk) file by the kernel
installation process. The one used by your Sahara PC is different than in the
Compaq, thus the Compaq had no disk driver available. If you had booted a LiveCD
and done a repair, you would probably have been OK.
Reply With Quote
  #3 (permalink)  
Old 09-Nov-2009, 04:50
johmidl's Avatar
Student Penguin
 
Join Date: Oct 2008
Location: Cape Town
Posts: 63
johmidl hasn't been rated much yet
Default Re: 11.1 Can't Find Hard Drive

Shall I rather wait for 11.2 release? Presumably i shall still need the live CD. Will this enable me to fix the problem and then load?
Reply With Quote
  #4 (permalink)  
Old 09-Nov-2009, 05:58
growbag's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Köln, Deutschland
Posts: 992
growbag hasn't been rated much yet
Default Re: 11.1 Can't Find Hard Drive

Boot from a liveCD, open a terminal and su to root (su).

Now run fdisk -l and if all is OK you will see your disk and partitions listed.

Next I would mount the partitions, and edit your original /boot/grub/menu.lst file and replace all that horrid disk-id-nonsense with your dev names.

ie.....

Code:
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/disk/by-id/ata-ST9160821AS_5MA7HWM3-part2 splash=silent quiet showopts vga=0x317
change to....

Code:
kernel /boot/vmlinuz-2.6.31.5-0.1-default root=/dev/sda1 splash=silent quiet showopts vga=0x317
...replacing sda1 with your real partition name.

oh, make a backup copy of that file first, just in case
__________________
HP dv6645, Nvidia 8400m-gs, KDE 4.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2