Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some help NFS booting a mounted Ubuntu 16.04 mini.iso (both UEFI and BIOS)
2016-11-02, 15:31 (This post was last modified: 2016-11-02 15:38 by MultimediaMan.)
Post: #3
RE: Need some help NFS booting a mounted Ubuntu 16.04 mini.iso (both UEFI and BIOS)
"Doesn't work" doesn't work: what is displayed? Screen Grabs are very useful. I built and run a large NFS boot farm on UEFI hardware.

You can get some useful debugging info without resorting to a full debug build by changing some of your scripts:

from this:

Code:
initrd nfs://guest@<server ip>/Ubuntu1604Mini/initrd.gz
kernel nfs://guest@<server ip>/Ubuntu1604Mini/linux

to this:

Code:
initrd nfs://guest@<server ip>/Ubuntu1604Mini/initrd.gz ||
kernel nfs://guest@<server ip>/Ubuntu1604Mini/linux ||

Also which version of Ubuntu are you attempting to run? i386, x86_64?

"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: Need some help NFS booting a mounted Ubuntu 16.04 mini.iso (both UEFI and BIOS) - MultimediaMan - 2016-11-02 15:31



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