initrd with Xen

I'm trying to boot using an initrd but I get RAMDISK: image too big! followed by a kernel panic since the root device cannot be opened.

Is there a size limit? LPM allows you to create an initrd up to 32MiB. Mine is 8 MiB and it's complaining. Is there a ramdisk_size parameter passed to the kernel?

2 Replies

I've added "ramdisk_size=32768" to kernel args. I'm assuming this is totally reclaimed so it shouldn't hurt having it for everybody.

-Chris

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct