Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot Ubuntu 15 over http
2015-11-08, 00:43
Post: #2
RE: Boot Ubuntu 15 over http
(2015-11-06 02:03)wayne.workman2012 Wrote:  
Code:
:ubuntu
kernel ${boot_url}/ubuntu/casper/vmlinuz.efi
initrd ${boot_url}/ubuntu/casper/initrd.lz
imgargs vmlinuz root=${boot_url}/ubuntu boot=casper netboot=http
boot

I'm not aware of Ubuntu including any support for mounting the root filesystem via HTTP. You can export the root filesystem via NFS and boot using something like:

Code:
kernel ${boot_url}/ubuntu/casper/vmlinuz.efi initrd=initrd.lz \
       boot=casper netboot=nfs nfsroot=${nfs_root}/ubuntu
initrd ${boot_url}/initrd.lz
boot

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Boot Ubuntu 15 over http - mcb30 - 2015-11-08 00:43



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