Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fail to network boot FreeBSD installer EFI firmware
2019-11-19, 16:33 (This post was last modified: 2019-11-19 16:37 by MultimediaMan.)
Post: #4
RE: Fail to network boot FreeBSD installer EFI firmware
(2019-11-19 01:58)ccy Wrote:  This is the script:

Code:
set root-path 192.168.4.2:/mnt/tank/tftproot/freebsd-13.0
set dhcp.root-path 192.168.4.2:/mnt/tank/tftproot/freebsd-13.0
chain http://192.168.4.2/freebsd-13.0/boot/loader.efi || goto failed

OK, I see what you have... Try this:

Code:
set root-path http://192.168.4.2/freebsd-13.0/
set dhcp.root-path http://192.168.4.2/freebsd-13.0/
chain http://192.168.4.2/freebsd-13.0/boot/loader.efi BSDINSTALL_DISTSITE=http://192.168.4.2/freebsd-13.0 || goto failed

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Fail to network boot FreeBSD installer EFI firmware - MultimediaMan - 2019-11-19 16:33



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