iPXE discussion forum
Not loading RAM disk image - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Not loading RAM disk image (/showthread.php?tid=7298)



Not loading RAM disk image - DamageG - 2014-04-30 02:09

I'm setting up a boot server and have run into a problem using iPXE.

It appears that I'm loading the kernel and initrd ok but when I go to boot, the system can't find the RAM disk.

If I use the same settings with pxelinux.0 everything loads fine with a clonezilla and CentOS netinstall.

Right now, I'm setup to load the kernel and initrd and then go to the shell. I can do an imgstat and everything looks like it's there but after issuing a boot command, I get a kernel panic when it can't load the initrd. I'm booting a virtualbox VM with the Intel PRO/1000 nic.

I thought it might be a bzimage issue but I built with bz image support.

Thanks in advance for any ideas.


RE: Not loading RAM disk image - mcb30 - 2014-05-05 16:04

(2014-04-30 02:09)DamageG Wrote:  Right now, I'm setup to load the kernel and initrd and then go to the shell. I can do an imgstat and everything looks like it's there but after issuing a boot command, I get a kernel panic when it can't load the initrd. I'm booting a virtualbox VM with the Intel PRO/1000 nic.

Does anything else show up in the list as reported by "imgstat"? (If you have other images present which are not valid initramfs/initrd images then this will confuse the kernel.)

Michael