Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IPXE newbie seeks help
2016-02-11, 20:22
Post: #4
RE: IPXE newbie seeks help
(2016-02-11 18:25)balanga Wrote:  At the moment I'm trying to identify what to use in place of gpxelinx.0. I have no idea where to start. I tried ipxe.iso but got a boot msg:-

Use http://boot.ipxe.org/undionly.kpxe.

Quote: kernel images/clonezilla/live/vmlinuz
append initrd=images/clonezilla/live/initrd.img union=overlay \
boot=live config noswap edd=on nomodeset \
ocs_live_run="ocs-live-general" \
vga=791 fetch=tftp://192.168.1.1:images/clonezilla/live/filesystem.squashfs

That translates roughly to

Code:
#!ipxe
kernel images/clonezilla/live/vmlinuz initrd=initrd.img union=overlay \
    boot=live config noswap edd=on nomodeset \
    ocs_live_run="ocs-live-general" \
    vga=791 fetch=tftp://192.168.1.1:images/clonezilla/live/filesystem.squashfs
initrd images/clonezilla/live/initrd.img
boot

though I would strongly recommend that you use a fast protocol such as HTTP instead of TFTP.

Michael



Which doesn't work BTW although I have managed to get hdt.c32 working

[/quote]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
IPXE newbie seeks help - balanga - 2016-02-10, 20:56
RE: IPXE newbie seeks help - mcb30 - 2016-02-11, 16:12
RE: IPXE newbie seeks help - balanga - 2016-02-11, 18:25
RE: IPXE newbie seeks help - mcb30 - 2016-02-11 20:22
RE: IPXE newbie seeks help - balanga - 2016-02-11, 20:43
RE: IPXE newbie seeks help - mcb30 - 2016-02-12, 14:36
RE: IPXE newbie seeks help - balanga - 2016-02-12, 15:09
RE: IPXE newbie seeks help - mcb30 - 2016-02-12, 15:15



User(s) browsing this thread: 1 Guest(s)