On Mon, 23 Feb 2009 19:03:15 +0800, andery lin anderylin@gmail.com wrote:
Dear Sir,
I do following procedure:
- Modify ../filo-0.4.2/Config change to AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda2
console=ttyS0,115200" 2. make for [filo-0.4.2] 3. vi ../coreboot-v2/targets/amd/dbm690t/Config.lb 4. change to payload /usr/local/linuxbios/coreboot-v2/filo-0.4.2/filo.elf 5. .. /targets/amd/dbm690t/dbm690t make 6. cat video.bios.bin coreboot.rom >> LinuxBios.rom 7. inuxBios.rom write to flash 8. I had setup Fedora9 to my hard disk and in normal BIOS flash, it could boot up. So, I change to Coreboot BIOS flash and then it could not boot up. I don't know why was show "file not found "
How to modify the "filo Config" ? My fedora9 ==> /boot/grub/menu.lst root(hd0,0) kernel / vmlinuz-2.6.24-14.fc9.i686 ro root=UUID=1fef4ac9-c286-4c63-a9f6-f27869d4328c rhgb quiet initrd /initrd-2.6.25-14.fc9.i686.img
So coreboot ../filo-0.4.2/Config change to AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda2 console=ttyS0,115200" or change to AUTOBOOT_FILE = "hda0:/vmlinuz root=/dev/hda1 console=ttyS0,115200" Is right? but it could not work.
Those are error message as attached pitcher.Thanks a lot.
try AUTOBOOT_FILE = "hda0:/vmlinuz-2.6.24-14.fc9.i686 ro root=UUID=1fef4ac9-c286-4c63-a9f6-f27869d4328c rhgb quiet initrd=/initrd-2.6.25-14.fc9.i686.img