Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ubuntu livecd iso net boot
2014-12-09, 14:25 (This post was last modified: 2014-12-09 14:41 by robinsmidsrod.)
Post: #3
RE: ubuntu livecd iso net boot
(2014-12-09 14:23)robinsmidsrod Wrote:  You can do it by using the example provided here: https://gist.github.com/robinsmidsrod/22...-ipxe-L512

finally i get a working config:

Code:
:UBUNTU
# See http://manpages.ubuntu.com/manpages/precise/man7/casper.7.html for casper cmdline details
kernel http://192.168.0.3/fog/iso/ubuntu/casper/vmlinuz
initrd http://192.168.0.3/fog/iso/ubuntu/casper/initrd.lz
imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=no mirror/country=NO
boot || goto failed
goto start

Code:
$ cat /etc/exports
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
/var/www/fog/iso/ubuntu/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

Code:
administrator@fog:/var/www/fog/iso/ubuntu$ ls -la
totale 32
dr-xr-xr-x 5 root root 4096 dic 5 12:48 .
drwxr-xr-x 3 root root 4096 dic 5 12:47 ..
dr-xr-xr-x 3 root root 4096 dic 9 08:37 casper
dr-xr-xr-x 2 root root 4096 ago 9 22:19 .disk
dr-xr-xr-x 2 root root 4096 ago 9 22:19 isolinux
-r-xr-xr-x 1 root root 8351 ago 9 22:20 SHA256SUMS
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ubuntu livecd iso net boot - fabritrento - 2014-12-09 14:25



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