4. Re: FILO (IDE) problems with ubuntu 8.10 (Peter Stuge) Date: Fri, 23 Jan 2009 00:24:44 +0100 From: Peter Stuge peter@stuge.se Subject: Re: [coreboot] FILO (IDE) problems with ubuntu 8.10 To: coreboot@coreboot.org Message-ID: 20090122232444.24504.qmail@stuge.se Content-Type: text/plain; charset=utf-8
Baski wrote:
??? ? kernel? /boot/vmlinuz-2.6.27-9-generic
root=UUID=f2fb5830-a8c9-4c22-aa22-2762fcfa0ad9 ro console=ttyS0,115200n8 console=tty0
Please change this line in menu.lst to include hda1: before /boot:
kernel hda1:/boot/vmlinuz-2.6.27-9-generic root=UUID=f2fb5830-a8c9-4c22-aa22-2762fcfa0ad9 ro console=ttyS0,115200n8 console=tty0
??? ? dev=(NULL), path=/boot/vmlinuz-2.6.27-9-generic
As it stands, FILO does not know which device the kernel is on.
FILO finds menu.lst because the path (and device) for that file was compiled in and still remains in your boot flash.
//Peter
Thank you for the help. -Baski
Baski wrote:
From: Peter Stuge peter@stuge.se
Please change this line in menu.lst to include hda1: before /boot:
..
Thank you for the help.
I'm glad it works again!
//Peter