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
NFS support for booting live ubuntu 15.04
2016-04-05, 19:28
Post: #1
NFS support for booting live ubuntu 15.04
hello ipxe team,
I am new user of ipxe
I've downloaded the last version of ipxe and made undionly.kpxe for chainloading with an embedded script :
#!ipxe
dhcp
set server_ip 192.168.1.75
set nfs_path /srv/nfs/ubuntu 15.04
kernel nfs://${server_ip}${nfs_path}/casper/vmlinuz.efi || read void
initrd nfs://${server_ip}${nfs_path}/casper/initrd.lz || read void
imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${server_ip}:${nfs_path} ip=dhcp splash quiet -- || read void
boot || read void

I've set up my nfs server service and it is okay I think
But when I want to set a client it replies that:
Could not start download: Operation not supported(http://ipxe.org/3c092003

Please answer me if ipxe supports nfs or not
Sorry for silly question
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
NFS support for booting live ubuntu 15.04 - Hamjam - 2016-04-05 19:28



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