block 469533 by 356055 thanks Hello,
As expected, the problem is the size of the initrd. The pages_list structure can only store 1024 page references, which makes a maximum of about 4MB for kernel.gz+initrd.gz, which is not so much :) Just recompiling it with 3072 permits to get the required 12MB, and then it does boot fine. Unfortunately, values above 3093 seem to hang loadlin very early (even before loading files), I haven't investigated yet. Also, this bug thus depends on recompilability, I'm still using my old yasm 0.5.0 tasm frontend which I need to rebase on current yasm. Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

