On Monday 22 May 2006 05:18, Leandro Melo de Sales wrote:
> Well,
>
>   I have /dev/sda1 as my / partition. So, I setup my grub.conf like this:
>
> title=Gentoo Linux 2.6.16
> root (hd0,0)
> kernel /boot/kernel-2.6.16.img root=/dev/sda1 udev noapic acpi=off
>
> and my /etc/fstab looks like this:
>
> /dev/sda1                      /                   ext3
> noatime         0 1
> /dev/sdb1                      none             swap           sw
>           0 0
> /dev/cdroms/cdrom0      /mnt/cdrom    iso9660       noauto,ro       0 0
> /dev/fd0                        /mnt/floppy     auto            noauto
>          0 0
>
> I don't know what is wrong...

well, in a previos mail you wrote this:
kernel /boot/kernel-2.6.15.img root=/dev/sdb2 ramdisk=8192

if it looks at your swap partition in believe it is the / partition, it can 
not boot ;)

Oh, and make it:

kernel (hd0,0)/boot/kernel-2.6.16.img root=/dev/sda1 udev noapic acpi=off

btw, any good reasons for noapic and acpi off?
-- 
gentoo-user@gentoo.org mailing list

Reply via email to