Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Network Unreachable Error
2017-07-08, 23:44
Post: #3
RE: Network Unreachable Error
Hi NiKize,

Thanks for your reply, I appreciate it. I resolved my issue by embedding the following script to my ipxe.iso build:

#!ipxe

dhcp
chain http://<server ip>/script.ipxe

And then configuring script.ipxe as:

#!ipxe

set server_ip <server ip>
set http_path /ubuntu
kernel http://${server_ip}${http_path}/vmlinuz.efi || read void
initrd http://${server_ip}${http_path}/initrd.lz || read void
imgargs vmlinuz.efi initrd=initrd.lz root=/dev/nfs boot=casper netboot=nfs nfsroot=${server_ip}:/nfsroot ip=dhcp splash quiet -- || read void
boot || read void

Besides I also had to download Apache2 on my server to provide vmlinuz.efi and initrd.lz during PXE boot.

My bad, it did give me some ipxe.org/22...... something url during the Network Unreachable error but the page did not provide any useful information on resolving the issue. Just the standard verbiage about making use of the latest version of ipxe and getting back to same page in 24 hours to check for any updates.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Network Unreachable Error - abkap02 - 2017-07-07, 20:09
RE: Network Unreachable Error - abkap02 - 2017-07-08 23:44



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