Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I boot from a root filesystem (maybe squashfs or dd image)?
2017-10-06, 21:34 (This post was last modified: 2017-10-06 21:46 by ajr.)
Post: #17
RE: How can I boot from a root filesystem (maybe squashfs or dd image)?
I am getting "Could not start download: Operation not supported" on my NFS guest machine:

https://i.imgur.com/mhYDVor.png

Here is my ipxe config (loaded from my web server):
Code:
#!ipxe

initrd nfs://10.0.0.2/srv/nfsroot/boot/initrd.img-4.10.0-35-generic
chain nfs://10.0.0.2/srv/boot/vmlinuz-4.10.0-35-generic initrd=initrd root=nfs:10.0.0.2:/srv/nfsroot

I can mount the NFS mount normally from another PC.
With further testing I got further by loading initrd and vmlinuz over HTTP instead of NFS. Then initrd was able to take over I think, but I can't boot completely: https://i.imgur.com/fBd7PJC.png
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How can I boot from a root filesystem (maybe squashfs or dd image)? - ajr - 2017-10-06 21:34



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