Christian Sühs wrote:
PCI: 00:13.0 init Devices initialized Copying IRQ routing tables to 0xf0000...done. Verifing copy of IRQ routing tables at 0xf0000...failed
you need to make sure shadow bios is enabled, OR just build it with CONFIG_COMPRESS=0. IF you build with CONFIG_COMPRESS=0, you will still get this message, but it does not matter. =
Filo tries first to init vga and serial, disabling vga makes no different, it fails too.
Serial needs an IRQ, right?
not for filo.
be sure to rebuild filo completely if you turn off vga in config. OR I can send you a known-good serial-only filo
Is there any callback from filo to LB?
no. LB does not have callbacks.
Needs filo the LB Irq Table on 0xf0000 to initialise?
no.
thanks
ron