ipxe to boot solaris - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: ipxe to boot solaris (/showthread.php?tid=7292) |
ipxe to boot solaris - bentley_xu - 2014-04-25 09:49 I used pxeboot for solaris install,Press F12 get bootfile then read menu.lst for installation.But now I wanna avoid the step “open console and press F12”.So I use ipxe. My way is : Write below to grub Kernel /platform/i86pc/ipxe.krn dhcp && chain http:$ip/pxegrub.0 You could know it trun back to the same result with the step “press F12”,both call pxegrub.0,but it will fail when using ipxe way. RE: ipxe to boot solaris - robinsmidsrod - 2014-05-19 09:12 You need to avoid calling pxegrub at all, as I believe that is the tool that asks you to press F12. As mentioned in http://cuddletech.com/?p=779 you'll need to keep the full path to the the kernel and ramdisk including /platform/i86pc/kernel/amd64/unix and /platform/i86pc/amd64/boot_archive. |