| Author |
Message |
pclissold
Joined: 24 Oct 2003
Posts: 472
Location: Netherlands
|
| Posted: Sat Apr 08, 2006 1:16 pm Post subject: initrd with Xen |
|
|
I'm trying to boot using an initrd but I get Code: 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? |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2392
Location: Galloway, NJ
|
| Posted: Sun Apr 09, 2006 12:44 am Post subject: |
|
|
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 |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 472
Location: Netherlands
|
| Posted: Sun Apr 09, 2006 9:20 am Post subject: |
|
|
| Thanks. Sorted! :D |
|
| Back to top |
|
| |