Difference between revisions of "Live CD iPXE"

From FOG Project
Jump to: navigation, search
(Created page with "= Thanks to Andy Abplanalp = Maybe we can have live cd's without the need to extract and find special parameters. This example is specific to the Parted live cd, but maybe it...")
 
(No difference)

Latest revision as of 23:40, 9 December 2014

Thanks to Andy Abplanalp

Maybe we can have live cd's without the need to extract and find special parameters.

This example is specific to the Parted live cd, but maybe it'll apply to other live cd's as well.

:parted
initrd ${boot-url}/iso/pmagic.iso
chain memdisk ||
echo failed to boot
prompt
goto MENU

Notice that the chain memdisk command is missing the iso and iso raw statements.

Please give this a shot and let us know.

Thank you,