Hi all,
I used FILO to build a filo.elf, and see the message "Mounted ext2fs". But it fails on next step, the error message is "File not found
". I am sure that my hard drive has file "/boot/ vmlinuz-2.6.9-1.667".
The whole messages are as below.
Thanks
Alex
file_open: dev=hda1, path=/boot/vmlinuz-2.6.9-1.667
find_ide_controller: found PCI IDE controller 1039:5513 prog_if=0x80
find_ide_controller: primary channel: compatibility mode
find_ide_controller: cmd_base=0x1f0 ctrl_base=0x3f4
ide_software_reset: Waiting for ide0 to become ready for reset... ok
init_drive: Testing for hda
init_drive: Probing for hda
init_drive: LBA mode, sectors=26520480
init_drive: Init device params... ok
hda: LBA 13GB: IBM-DJNA-371350
init_drive: Testing for hdb
init_drive: Probing for hdb
print_status: IDE: status=0x0, err=0x0
init_drive: Testing for hdb
init_drive: Probing for hdb
print_status: IDE: status=0x0, err=0x0
devopen: Partition 1 start 63 length 208782
Mounted ext2fs
File not found
On Tue, May 15, 2007 at 02:08:47PM +0800, AlexHuang wrote:
I used FILO to build a filo.elf, and see the message "Mounted ext2fs". But it fails on next step, the error message is "File not found". I am sure that my hard drive has file "/boot/ vmlinuz-2.6.9-1.667".
[..]
file_open: dev=hda1, path=/boot/vmlinuz-2.6.9-1.667 devopen: Partition 1 start 63 length 208782
hda1 is about 100MB. It's probably not the root partition in your system. If hda1 is mounted on /boot then the correct path in FILO is hda1:/vmlinuz-2.6.9-1.667
By the way, please upgrade your kernel. 2.6.9 is very old and had a lot of problems.
//Peter