The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set root-path after dhcp resqut
2012-07-24, 08:46
Post: #1
set root-path after dhcp resqut
Hi,

I want to boot a freebsd pxeboot file (doc: http://www.freebsd.org/doc/handbook/netw...e-nfs.html)

But, the pxeboot file need the root-path set to a nfs server like this "X.X.X.X:/my/path"

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".

I don't want ipxe read root-path and set the value for me pxeboot

How can I do that ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
set root-path after dhcp resqut - nORKy - 2012-07-24 08:46



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