Hello everyone! I currently have a haphazard PXE EFI server up and
serving my company's network, but I'm having a lot of trouble getting
a CentOS LiveCD image to load. The file is a grub.cfg and uses
grub-style syntax (it's the only way I could get things to work).
The LiveCD entry looks like this:
menuentry 'Do not use broken livecd' {
linuxefi images/LiveCD/vmlinuz initrd=images/LiveCD/initrd.img
ksdevice=bootif lang= root=live:/boot.iso kssendmac text
ks=http://<Server IP>/cblr/svc/op/ks/profile/LiveCD
initrdefi images/LiveCD/initrd.img
}
These kernel options work in the legacy PXE menu, but not here. The
error I get is "error: can't allocate initrd", and then the system
loads to a crashed kernel panic and stays there forever.
I know the files exist and are there (they work in the legacy PXE
menu). Any ideas?
--
To unsubscribe from this list: send the line "unsubscribe linux-efi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html