Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set root-path after dhcp resqut
2012-07-24, 09:24
Post: #2
RE: set root-path after dhcp resqut
(2012-07-24 08:46)nORKy Wrote:  My script :
Code:
:freebsd
set root-path "X.X.X.X:/pxeboot/freebsd90"
chain tftp://X.X.X.X/freebsd90/boot/pxeboot || goto failed
goto start

but ipxe says "no supported root-path".

The error message is almost certainly coming from FreeBSD rather than iPXE, since that error message doesn't appear anywhere in the iPXE codebase.

I think the problem is that you have quotes around your root-path. Try changing the script to:

Code:
:freebsd
set root-path X.X.X.X:/pxeboot/freebsd90
chain tftp://X.X.X.X/freebsd90/boot/pxeboot || goto failed
goto start

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: set root-path after dhcp resqut - mcb30 - 2012-07-24 09:24



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