Gentoo Archives: gentoo-desktop

From: bmicek@×××××××××.net
To: gentoo-desktop@l.g.o
Subject: [gentoo-desktop]
Date: Mon, 02 Jun 2008 19:58:12
Message-Id: 47102.1212436688@speakeasy.net
1
2 I think I experienced your problem.   If you don't have a /boot partition, then the path to the kernel is referenced from /boot (because its inside the real "/" fs).  If you have a /boot partition, then the path to your kernel is referenced from "/".
3
4 What worries me is that you mentioned you get a kernel panic which implies the boot loader was able to locate the kernel.   Can you capture a bit of the output from the panic?  How large is your "/"?
5
6 Brian Micek
7
8 On Monday 02 June 2008 03:29:32 pm Mansour wrote:
9 > Hello,
10 > I am trying to install gentoo on a desktop machine. I downloaded the
11 > minimal CD and followed the instruction in the quick installation. Now,
12 > I have a problem either in the grub configuration or in kernel and I
13 > need help to figure this one out.
14 >
15 > I have existing partitions for windows and my previous Fedora (/home
16 > directory), therefore I installed gentoo on /dev/hda3. The problem is I
17 > get a kernel panic when I try to boot. In grub I am using (hd0,2) as my
18 > root, because I don't want to write anything to the mbr. After editing
19 > grub.conf, I run a grub shell, and execute the commands root(hd0,2) then
20 > setup(hd0,2). Then tried to reboot.
21 >
22 > Here the relevant part of grub.conf:
23 > ============================
24 > title Linux
25 > root (hd0,2)
26 > kernel (hd0,2)/boot/kernel root=/dev/hda3
27 > =================================
28 >
29 > I don't have a separate partition for boot, it's on the root "/"
30 > filesystem.
31 >
32 > Can anyone tell what's going on ? If there's missing info please let me
33 > know, as everyone has different way when troubleshooting a problem.
34
35  
36
--
37 gentoo-desktop@l.g.o mailing list
38
39
40

Replies

Subject Author
Re: [gentoo-desktop] Mansour <mansour77@×××××.com>