Differences

This shows you the differences between two versions of the page.

Link to this comparison view

appnote:ubuntu_live [2015/02/24 01:59]
jamesaepp initial_post
appnote:ubuntu_live [2016/04/19 16:34]
robinsmidsrod Add support for EFI by including initrd= kernel argument
Line 90: Line 90:
     kernel nfs://​${server_ip}${nfs_path}/​casper/​vmlinuz.efi || read void     kernel nfs://​${server_ip}${nfs_path}/​casper/​vmlinuz.efi || read void
     initrd nfs://​${server_ip}${nfs_path}/​casper/​initrd.lz || 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+    imgargs vmlinuz.efi ​initrd=initrd.lz ​root=/​dev/​nfs boot=casper netboot=nfs nfsroot=${server_ip}:​${nfs_path} ip=dhcp splash quiet -- || read void
     boot || read void     boot || read void
  
Line 101: Line 101:
     kernel nfs://​${server_ip}${nfs_path}/​casper/​vmlinuz || read void     kernel nfs://​${server_ip}${nfs_path}/​casper/​vmlinuz || read void
     initrd nfs://​${server_ip}${nfs_path}/​casper/​initrd.lz || read void     initrd nfs://​${server_ip}${nfs_path}/​casper/​initrd.lz || read void
-    imgargs vmlinuz root=/​dev/​nfs boot=casper netboot=nfs nfsroot=${server_ip}:​${nfs_path} ip=dhcp splash quiet -- || read void+    imgargs vmlinuz ​initrd=initrd.lz ​root=/​dev/​nfs boot=casper netboot=nfs nfsroot=${server_ip}:​${nfs_path} ip=dhcp splash quiet -- || read void
     boot || read void     boot || read void
  
  
appnote/ubuntu_live.txt ยท Last modified: 2016/04/19 16:34 by robinsmidsrod
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.