Hi all,
I let my platform can do filo booting now. But there are some message listed as follow.
It said that "No drive detected on IDE channel 0", but I really have a disk on IDE Channel0. Does somebody can help me to solve this problem?
Thanks a lot
Alex
Jumping to boot code at 0x10dacc
FILO version 0.5 (alexjoy@cvs.sis.com) Mon May 7 10:31:19 CST 2007
menu: hda1:/boot/grub/menu.lst
Detected floating bus
No drive detected on IDE channel 0
Press any key to continue.
On Mon, May 07, 2007 at 10:45:10AM +0800, AlexHuang wrote:
I let my platform can do filo booting now. But there are some message listed as follow.
Unfortunately the messages you sent are not very helpful.
Please enable debugging in the FILO Config file and recompile it. Set DEBUG_ALL for maximum verbosity and send the output to the list.
What IDE controllers do you have on this board? Maybe IDE 0 is not what you think it is.
You could also try the FILO IDE patch for multiple sector reads that I posted to the list a while back, it has some changes in the detectoin code too IIRC.
(My plan is to move over more code from the OpenBIOS IDE driver but I don't know when I will find time. :\ )
//Peter
AlexHuang wrote:
Hi all,
I let my platform can do filo booting now. But there are some message listed as follow.
It said that “No drive detected on IDE channel 0”, but I really have a disk on IDE Channel0. Does somebody can help me to solve this problem?
Thanks a lot
Alex
Jumping to boot code at 0x10dacc
FILO version 0.5 (alexjoy@cvs.sis.com) Mon May 7 10:31:19 CST 2007
menu: hda1:/boot/grub/menu.lst
Detected floating bus
No drive detected on IDE channel 0
Press any key to continue.
Are you trying to use the EPIA build or a board based on the VT8231 southbridge ? If you are trying to build LB for the EPIA get that latest source, it was patched recently. If the board uses the VT8231 southbridge but isn't an EPIA board, compare your mainboard/auto.c to the EPIA mainboard/auto.c.
Ben