Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just bought a Western Digital 250gb hard drive and put in as a slave.
Ive had linux and win xp installed on my master b4 the new drive, but now I cant boot into linux.
I get a Kernel Panic, unable to mount root fs at hdb9
Im using Simply Mepis 2004 and when I put in the livecd, I can run QtParted and it will show me info on hda but as soon as I click on hdb the program unexpectedly quits.
Which IDE channel is the new drive on? If it's sharing the cable with your CD drive, then it will be /dev/hdd not /dev/hdb. At the risk of telling you something you are already totally familiar with
I will agree with pingswept that it sounds like it could be a jumper issue. You might also try setting your original drive (the one with Linux and XP already installed) as "cable select", and the new drive a "slave". I don't know if that will solve the problem but it's something to try. -- J.W.
If the kernel is trying to mount the root at hdb9, are you really sure that your original hard drive was set-up as master ????. As said earlier, hdb is the slave of the primary IDE controller.
You can try this (if you're using LILO). Remove the new harddisk. Boot into Linux. Edit 'lilo.conf' and set the 'root' option to hda9. Save lilo.conf and run 'lilo'. Next edit your fstab file and point the Linux partitions to hda.
Attach the original harddisk as primary master and the new harddisk as primary slave.
Hope this works. If it doesn't, try to download Knoppix (Linux live cd) so you will be able to mount the Linux partitions and try to edit your lilo.conf and fstab to point to the right partitions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.