Differences

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

Link to this comparison view

Next revision
Previous revision
appnote:debian_live [2017/05/26 14:48]
jonfantino created
appnote:debian_live [2017/06/03 17:35] (current)
ben nest list
Line 1: Line 1:
-Pxeboot Debian 8.8 livecd with http+Pxeboot Debian 8.8 livecd with http.
  
-1. Download debian-live-8.8.0-amd64-standard.iso from debians ​website +  - Download debian-live-8.8.0-amd64-standard.iso from Debian'​s ​website 
-2. Extract these three files from the iso and upload them to your web server. +  ​- ​Extract these three files from the iso and upload them to your web server. 
-vmlinuz initrd.img filesystem.squashfs +    ​* ​vmlinuz 
-3. Use the following ipxe config.+    * initrd.img 
 +    * filesystem.squashfs 
 +  ​- ​Use the following ipxe config.
  
 +<code ipxe debian.ipxe>​
 #!ipxe #!ipxe
 kernel http://​192.168.10.10/​boot_templates/​debian_8.8/​live/​vmlinuz kernel http://​192.168.10.10/​boot_templates/​debian_8.8/​live/​vmlinuz
Line 11: Line 14:
 imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://​192.168.10.10/​boot_templates/​debian_8.8/​live/​filesystem.squashfs imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://​192.168.10.10/​boot_templates/​debian_8.8/​live/​filesystem.squashfs
 boot boot
 +</​code>​
  
 If you want to customize this livecd you can always modify your squashfs image and add ssh authorized key or any custom things that you want to run. Enjoy! If you want to customize this livecd you can always modify your squashfs image and add ssh authorized key or any custom things that you want to run. Enjoy!
appnote/debian_live.1495810133.txt.gz · Last modified: 2017/05/26 14:48 (external edit)
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.