Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IPXE + UEFI + Parted Magic (solved)
2016-02-01, 03:13
Post: #7
RE: IPXE + UEFI + Parted Magic
(2016-01-31 17:32)MultimediaMan Wrote:  You need to download PXE version of Parted Magic, in the big gzip file is where you will find the files.cgz file.
Solved!
we can create a files.cgz with that instruction:
mkdir /tmp/cdrom
mount -oloop pmagic-X.X.iso /tmp/cdrom
sh /tmp/cdrom/boot/pxelinux/pm2pxe.sh

my final config:
:pmagic
cpair 0
cpuid --ext 29 && set arch 64 || set arch 32
initrd http://192.168.0.2/pxe/boot/live/pmagic/initrd.img
initrd http://192.168.0.2/pxe/boot/live/pmagic/fu.img
initrd http://192.168.0.2/pxe/boot/live/pmagic/m${arch}.img
initrd http://192.168.0.2/pxe/boot/live/pmagic/files.cgz
chain http://192.168.0.2/pxe/boot/live/pmagic/bzImage${arch} initrd=initrd.img initrd=fu.img initrd=m${arch}.img initrd=files.cgz
boot
Quote this message in a reply
Post Reply 


Messages In This Thread
IPXE + UEFI + Parted Magic (solved) - lightvik - 2016-01-30, 17:53
RE: IPXE + UEFI + Parted Magic - lightvik - 2016-01-31, 15:36
RE: IPXE + UEFI + Parted Magic - lightvik - 2016-01-31, 17:24
RE: IPXE + UEFI + Parted Magic - lightvik - 2016-02-01 03:13



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