panic in L4Linux booting process
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Tue Jul 4 18:09:54 CEST 2006
On Tue Jul 04, 2006 at 23:07:37 +0800, chenggh wrote:
> # module (hd0,1)/boot/faisco_L4/con -l4io -cpuload --events
> # module (hd0,1)/boot/fiasco_L4/tftp -i
> module (hd0,1)/boot/fiasco_L4/bmodfs --events
> module (hd0,1)/boot/fiasco_L4/vmlinuz26
> module (hd0,1)/boot/fiasco_L4/linux26.cfg
> module (hd0,1)/boot/fiasco_L4/libloader.s.so
> # module (hd0,1)/boot/fiasco_L4/ramdisk.rd
> module (hd0,1)/boot/fiasco_L4/loader --fprov=BMODFS linux26.cfg
>
> Now there is no panic error. But there is no more information to be
> output. The minicom log is like this:
>
> l4lx | PF: F.04: pfaddr = b0ffe002 pc = 00016db6 (rw)
> l4lx | PF: F.04: pfaddr = b0fff002 pc = 00016db6 (rw)
> l4lx | l4lx_thread_create: Created thread 0f.13 (IRQ3)
> l4lx | PF: F.04: pfaddr = b10fe002 pc = 00016db6 (rw)
> l4lx | PF: F.04: pfaddr = b10ff002 pc = 00016db6 (rw)
> l4lx | l4lx_thread_create: Created thread 0f.14 (IRQ1)
>
> When executing here the light of harddisk would flush very frequently.
> Later the light stop flushing and nothing could be output.
That sounds good, I guess. The system is booting and when it's done the
disk LEDs go out. But you need some sort of output. In your grub
configuration you have disabled con, i.e. you have the plain VGA output,
right? For that, you also need to have enabled the VGA option in Linux
(CONFIG_VGA_CONSOLE). When you use con, you should enable the
framebuffer driver (CONFIG_L4_FB_DRIVER). When using con you also need
to set the video mode in the grub entry, i.e. just add
vbeset 0x117
to your grub entry you're booting.
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list