Boot to Ghost IMG?

Post Reply
cactusjaq
Posts: 2
Joined: 14 Nov 2013, 04:42

Boot to Ghost IMG?

Post by cactusjaq » 14 Nov 2013, 04:47

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

cactusjaq
Posts: 2
Joined: 14 Nov 2013, 04:42

Re: Boot to Ghost IMG?

Post by cactusjaq » 14 Nov 2013, 05:58

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

Post Reply