Wondering how I can configure ERPXE to boot to Ghost .img files? With PXELinux I would just do the following:
default 0
display bootmsg.txt
prompt 1
label 1
kernel memdisk
append initrd=e6420.img
label 2
kernel memdisk
append initrd=790.IMG
label 3
kernel memdisk
append initrd=E6410.IMG
Any help is much appreciated! You have an amazing tool here!
-Cactus
Boot to Ghost IMG?
Re: Boot to Ghost IMG?
Nevermind! I figured it out... LOL Forgot to move memdisk over to the working directory.
Here's what worked:
LABEL E6430
MENU LABEL ^E6430
KERNEL er/plugins/e6430/memdisk
INITRD er/plugins/e6430/e6420.img
APPEND raw
TEXT HELP
E6430 -- Ghost boot image
ENDTEXT
Thanks again,
-Cactus
Here's what worked:
LABEL E6430
MENU LABEL ^E6430
KERNEL er/plugins/e6430/memdisk
INITRD er/plugins/e6430/e6420.img
APPEND raw
TEXT HELP
E6430 -- Ghost boot image
ENDTEXT
Thanks again,
-Cactus