LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-16-2005, 08:03 AM   #1
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Rep: Reputation: 15
Gentoo> determinig root device


Hi,

I am trying to use Gentoo Kernel-2.6.11-r3 but so far I am not able to boot... I have followed the guide from the Gentoo install CD.

I used genkernel to compile the kernel. Since the I was not able to configure the DNS correctly a download to install coldplug and hotplug was not executed. So these 2 are not installed. Since I'm not fully sure if this is relevant I'm mentioning this.

I have used grub to install a dualboot (Linux - WIN XP) system. My SATA disks partitioning looks like this;
HD0 (160Gb) [windows disk]
/dev/sda1 ntfs [10Gb]
/dev/sda2 w95 [150GB]
/dev/sda5 ntfs [150GB]

HD1 (74GB) [linux disk]
/dev/sdb1 ext3 [32M]
/dev/sdb2 swap [512M]
/dev/sdb3 ext3 [rest]

My grub.conf file looks like this;
---
default 0
timeout 30
splashimage=(hd1,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.11-r3
root (hd1,0)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
initrd /initrd-2.6.11-gentoo-r3

title=Windows XP
root (hd0,0)
makeactive
chainloader +1
---

When I reboot my system from disk I get nicely the Grub menu and can select the OS without problem. Win XP works fine. But Gentoo stops after initial boot with following error; "/dev/sdb3 is not a a valid root device" It than asks for new root device or shell????

a) What did I do wrong here?
b) What do I need to do to make it work?

I also would like to understand better the options "root=" and "real_root=" in the kernel command in grub. I just follwed the guide from the CD as explained.

Thx for any advise!
 
Old 04-16-2005, 09:45 AM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Shouldn't real_root=hdb1?
 
Old 04-16-2005, 10:46 AM   #3
atom
Member
 
Registered: Feb 2004
Location: Slovenia
Distribution: archlinux
Posts: 271

Rep: Reputation: 31
This is really basic

You say you have SATA harddrives?

do a make menuconfig and compile INTO the kernel (not as modules):

Device Drivers -> SCSI device support ->

mark everything you see *
proceed to the SCSI lowlevel drivers ->
mark everything that has SATA in it's name with *
If you are lucky, it will support everything you have, and will at least let you do further study on your own system and not the livecd one.

I realise this is like killing a fly with a bazooka but in the end, the fly is still dead

Last edited by atom; 04-16-2005 at 10:49 AM.
 
Old 04-16-2005, 01:13 PM   #4
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Original Poster
Rep: Reputation: 15
again a step further... pfff

Thx for help but I have again a problem.... Gentoo boots but stops at a certain point saying;
---
SIOCSIFADDR: no such device
eth0: unknown interface: no such device
SIOCSIFBRDADDR:no such device
eth0: unknown interface: no such device
SIOCSIIFNETMASK: no such device

* error : Problem starting needed services
* "netmount" was not started.
*Starting local....

tux_bl login:
---

Than the keyboard doesn't work so I can't enter anything. I probably need to go back to setup the keyboard differently..... Pfff.. I will not give up!

Please advise again? (THE BIGGEST NEWBIE)

Cheers
 
Old 04-16-2005, 01:18 PM   #5
atom
Member
 
Registered: Feb 2004
Location: Slovenia
Distribution: archlinux
Posts: 271

Rep: Reputation: 31
dunno, that might be under input devices or usb support... It's definitely the kernel. If you can't enter anything, but local (and login) start, it's the kernel..

About the netmount... You need to tell us more about your hardware. Not just what but the manufacturer and model. The faster you report all that, the faster we can help you compile into your kernel whatever you need.

Oh, and btw, i hope you are using gentoo-sources and not vanilla-sources.
 
Old 04-16-2005, 02:46 PM   #6
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Original Poster
Rep: Reputation: 15
hardware

Guys,

I have re-compiled the kernel again. I'm getting crazy; now the screen turns into power save after boot.... Probably a problem with the grub video settings? Or power-saving settings?

As requested my hardware (Dell Dimension 5000, P4, 3.4GHz) configuration;
---
CPU= x86 Family 15 Model 3 Stepping 4 GeniuneIntel 3391 Mhz
Hd0=SATA WDCWD1600JD-75HBB0
Hd1=SATA WDCWD740GD-00FLA1
CDROM0= TTS corp CDRW/DVD TSH492B
CDROM1= Sony DVD RW DRU-510A

Keyboard --> USB-HID (Italian, 101 keys)
Mouse --> Logitech Optical USB mouse
Soundcard --> Sound Blaster Live! 24-bit (creative)
Video adapter --> Radeon X300 series, 128Mb (1280x1024x75hz, 32bit)
Network card --> Broadcom 440x 10/100 integrated controller (adapter type 802.3)
Screen connected via DVI to video adapter.
---

I'm using indeed gentoo-sources from Gentoo install CD.

Please advise on kernel compiler settings? I'm burning hours behind the thing....

Thx in advance
 
Old 04-16-2005, 03:50 PM   #7
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Original Poster
Rep: Reputation: 15
borring story...

Black screen problem solved. I have removed the DVI cable between screen and pc; used a normal vga-cable instead and it works again.

Linux boots completely and asks for "tux_bl login:" but I'm not able to respond since my keyboard is not working...

Still kernel problem around input devices or usb support as suggested I guess?

Please advise?
 
Old 04-16-2005, 04:48 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Need to get hotplug and coldplug for the keyboard.First get your network up.Use modprobe to load the driver for your card.Make sure you put a "m" for your network device then modprobe it to load it.Then follow the guide and start it with /etc/init.d/net.eth0 start or restart(change eth0 to whatever) then emerge sync and emerge hotplug coldplug rc-update add them to the default runlevel(again read the guide I have to go out and I'm doing this fast)reboot.I'll be back soon,good luck
also check this out;
http://www.gentoo.org/doc/en/udev-guide.xml

Last edited by comprookie2000; 04-16-2005 at 04:54 PM.
 
Old 04-16-2005, 06:33 PM   #9
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Original Poster
Rep: Reputation: 15
Thumbs up Problem solved!

Great after re-compiling (enabling the right USB options) my kernel; it finaly works! Gentoo boots completely and I can use my keyboard. I just updated the system which took some time, but it is running fine now.

Next step, 2morrow, installing KDE.

Thx for all the help so far!
 
Old 04-17-2005, 11:51 AM   #10
atom
Member
 
Registered: Feb 2004
Location: Slovenia
Distribution: archlinux
Posts: 271

Rep: Reputation: 31
Happy for you man!

Sorry that I haven't been around to help you, I fixed a friend's computer today (windows fans, read and learn: he had around 400 adaware items and 132 virii items on his machine... that's what explorer's C:\documents and settings\username\local settings\temporary internet files\content.ie5 does to you!). I cleaned it (took 6 hours!), but he still doesn't have the context menu in windows explorer, he's gonna have to do a repair install. (couldn't format, his dad's got some sensitive data on it).

Anyway, glad you made it!
 
Old 04-17-2005, 12:34 PM   #11
Ezzy
Member
 
Registered: Apr 2005
Posts: 33

Original Poster
Rep: Reputation: 15
No worries you put me on the right trial. Any suggestion for this one? http://forums.gentoo.org/viewtopic-t-325385.html

Thx in advance!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Block device /dev/sda3 is not a valid root device.. rincewind Linux - Hardware 7 06-09-2006 04:47 AM
Gentoo boot, autoconfiguring device harzfled Linux - Newbie 2 03-31-2005 09:53 PM
[gentoo] umount /usr - device busy yapp Linux - General 11 12-02-2003 11:03 AM
odd sound device settings in Gentoo 1.4 nekromancer Linux - Hardware 1 11-05-2003 09:56 AM
cd-rom device for Gentoo Tez218 Linux - Distributions 1 09-22-2003 10:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration