Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] can't stop the panic on eeepc
Date: Tue, 05 May 2009 23:23:16
Message-Id: 120689.24435.qm@web31603.mail.mud.yahoo.com
1 Hi group,
2
3 My 900A with a fresh gentoo install boots into a panic. Says it doesn't like my root=/dev/sda2 option. But that *is* the root partition.
4
5 fstab:
6
7 /dev/sda1 /boot ext2 noauto,noatime 1 2
8 /dev/sda2 / ext3 noatime 0 1
9
10 almost exactly like the model in the quick-install guide which uses a swap partition for /dev/sda2 and calls /dev/sda3 /.
11
12 grub.conf:
13
14 default 0
15 timeout 10
16
17 title Gentoo
18 root (hd0,0)
19 kernel /boot/kernel root=/dev/sda2 # 'kernel /kernel' also works
20
21 The disk SSHD is divided into two partitions, the first I mount at /boot is formatted ext2, the seconded I mount at / is formatted ext3. Drivers for both fs are include *in* the kernel.
22
23 One thing I noticed when I setup grub is that the USB stick which holds the liveOS xubuntu is called /dev/sda and the SSHD /dev/sdb. Which I took into account:
24
25 grub> root (hd1,0) #which gives the appropriate response
26 grub> setup (hd1) #ditto
27
28 But of course when I boot w/o the USB stick I go back to calling the drive (hd0). I assume that's correct because poking around on the command line when I get to the splash screen proves it. If I enter the command kernel / and hit tab it displays the contents of /boot just as it should. If I follow that with root=/ and then tab it says "invalid string". Nevertheless I am convinced that /dev/sda2 is /. root=(hd0,1) also boots into a panic. On my desktop I don't even use the root= line and it boots fine. On the eeepc however that doesn't work.
29
30 Can somebody tell what I'm doing wrong?
31
32 Maxim
33
34
35 __________________________________________________________________
36 Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/

Replies

Subject Author
Re: [gentoo-user] can't stop the panic on eeepc Daniel da Veiga <danieldaveiga@×××××.com>
Re: [gentoo-user] can't stop the panic on eeepc Neil Bothwick <neil@××××××××××.uk>