Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] GRUB won't boot my new Gentoo install
Date: Fri, 05 Aug 2005 12:46:09
Message-Id: 200508051312.03876.uwix@iway.na
In Reply to: [gentoo-user] [OT] GRUB won't boot my new Gentoo install by Dan Johansson
1 On 05 August 2005 12:25, Dan Johansson wrote:
2 > Hi,
3 >
4 > At the moment I'm trying to upgrade one of my old computers from SuSE to
5 > Gentoo. I have install a second SCSI-disk and installed Gentoo on this
6 > second disk using a stage-1 install. But when I try to boot my new install
7 > GRUB hangs (kernel does not uncompress) after I have selected the kernel.
8 >
9 > This is the output from grub after selecting my gentoo setup.
10 >
11 > root (hd1,2)
12 > Filesystem type is ext2fs partition type 0x83
13 > kernel /kernel-2.6.12-r6 root=/dev/sdb2 acpi=off
14 > [Linux-bzImage, setup=0x1200, size=0x165a46]
15 > (and here it hangs....)
16 >
17 > I have installed grub to MBR of the first SCSI-disk (sda) and I'm having my
18 > grub files on sdb3.
19 >
20 > Here's my grub.conf file:
21 >
22 > # By default, boot the first entry.
23 > default 0
24 >
25 > # By default boot the old SuSE (until Gentoo boots OK)
26 > title SuSE
27 > kernel (hd0,1)/boot/vmlinuz root=/dev/sda2 acpi=off splash=silent
28 > showopts
29 > initrd (hd0,1)/boot/initrd
30 >
31 > # For booting Gentoo 2.6.12-r6
32 > title Gentoo 2.6.12-r6
33 > root (hd1,2)
34 > kernel /kernel-2.6.12-r6 root=/dev/sdb2 acpi=off
35 >
36 > The second SCSI-disk (Gentoo) has the following partitions:
37 > /dev/sdb1 swap
38 > /dev/sdb2 /
39 > /dev/sdb3 /boot
40 > /dev/sdb4 LVM
41 >
42 > The Kernel is compiled without Module support and all necessary drivers are
43 > compiled into the kernel.
44
45 Add "doscsi" to the kenel options.
46
47 Uwe
48
49 --
50 95% of all programmers rate themselves among the top 5% of all software
51 developers. - Linus Torvalds
52
53 http://www.uwix.iway.na (last updated: 20.06.2004)
54 --
55 gentoo-user@g.o mailing list