Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do i boot the iso file using iPXE? for ex i want to boot to hiren.iso
2013-10-13, 17:10 (This post was last modified: 2013-10-13 17:16 by erwan.l.)
Post: #3
RE: how do i boot the iso file using iPXE? for ex i want to boot to hiren.iso
About Hiren BootCD, the below works fine for me :

:hbcd
#open iso with iso editor and remove pmagic to make it ligther
initrd ${boot-url}/images/hbcd152.iso
kernel ${boot-url}/memdisk iso raw || goto failed
boot || goto failed
goto start

Using sanboot against HBDC makes my computer restart.

Erwan L. -
website : http://erwan.labalec.fr
blog : http://labalec.fr/erwan/
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how do i boot the iso file using iPXE? for ex i want to boot to hiren.iso - erwan.l - 2013-10-13 17:10



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