Page 1 of 1

Boot to Ghost IMG?

Posted: 14 Nov 2013, 04:47
by cactusjaq
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

Re: Boot to Ghost IMG?

Posted: 14 Nov 2013, 05:58
by cactusjaq
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