Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe to boot solaris
2014-04-25, 09:49
Post: #1
ipxe to boot solaris
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.
Find all posts by this user
Quote this message in a reply
2014-05-19, 09:12
Post: #2
RE: ipxe to boot solaris
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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