Getting L4Linux2.4 to boot
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Sun Feb 15 02:21:46 CET 2004
Hi,
On Sat Feb 14, 2004 at 16:47:03 -0800, tim bisson wrote:
> title L4Linux-2.4
> kernel (hd0,0)/boot/drops/rmgr -sigma0
> modaddr 0x2000000
> module (hd0,0)/boot/drops/main -nokdb -nowait -serial_esc -comspeed 115200 -comport 1
> module (hd0,0)/boot/drops/sigma0
> #modaddr 0x0080000
> module (hd0,0)/boot/drops/vmlinuz.V2 no-scroll no-hlt l4irqack=linux load_ramdisk=1 ramdisk_size=16384 root=/dev/ram0
> module (hd0,0)/boot/drops/drops.rd
>
> I get this error after it says it is trying to load the ramdisk:
>
>
> RMGR: #05: loading "/boot/drops/vmlinuz.V2 no-scroll no-hlt
> l4irqack=linux load_ramdisk=1 ramdisk_size=16384 root=/dev/ram0 "
> from 02057000-022d0d80 to [ 003ff000-00606b20 00607000-00654984
> 00656000-0067e00 00672000-006d66500 ]
> at entry 003ff000 via trampoline page code 0005e1ac
> RMGR: #06: loading "(hd0,0)/boot/drops/drops.rd"
> from 0022d1000-062d1000 to [ ]
> ERROR: exec_load() failed with code 6000
>
> RMGR: boot error. Return continues, Esc panics, "m" shows memory map
What happens is that RMGR tries to load the ramdisk image as a program
which cannot work as it's a ramdisk. The rmgr command line is
missing a 'modname "vmlinuz" module', so make it:
kernel (hd0,0)/boot/drops/rmgr -sigma0 modname "vmlinuz" module
now RMGR should not try to load it.
This bit was also missing on the webpage, I just corrected it.
I think the hang relates to this, so I'll just hope it'll go away
too. :)
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