Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installation AMD64 with SCSI
Date: Mon, 22 May 2006 15:58:53
Message-Id: 200605221746.36171.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] Installation AMD64 with SCSI by Leandro Melo de Sales
1 On Monday 22 May 2006 05:18, Leandro Melo de Sales wrote:
2 > Well,
3 >
4 > I have /dev/sda1 as my / partition. So, I setup my grub.conf like this:
5 >
6 > title=Gentoo Linux 2.6.16
7 > root (hd0,0)
8 > kernel /boot/kernel-2.6.16.img root=/dev/sda1 udev noapic acpi=off
9 >
10 > and my /etc/fstab looks like this:
11 >
12 > /dev/sda1 / ext3
13 > noatime 0 1
14 > /dev/sdb1 none swap sw
15 > 0 0
16 > /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
17 > /dev/fd0 /mnt/floppy auto noauto
18 > 0 0
19 >
20 > I don't know what is wrong...
21
22 well, in a previos mail you wrote this:
23 kernel /boot/kernel-2.6.15.img root=/dev/sdb2 ramdisk=8192
24
25 if it looks at your swap partition in believe it is the / partition, it can
26 not boot ;)
27
28 Oh, and make it:
29
30 kernel (hd0,0)/boot/kernel-2.6.16.img root=/dev/sda1 udev noapic acpi=off
31
32 btw, any good reasons for noapic and acpi off?
33 --
34 gentoo-user@g.o mailing list