Created
April 23, 2012 10:30
-
-
Save robinsmidsrod/2470134 to your computer and use it in GitHub Desktop.
Booting the Ubuntu 12.04 beta x64 LiveCD with iPXE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:ubuntu-live-1204-amd64-beta2 | |
# See http://manpages.ubuntu.com/manpages/oneiric/man7/casper.7.html for casper cmdline details | |
echo Booting Ubuntu Live 12.04 beta2 x64 for ${initiator-iqn} | |
set base-url http://boot.smidsrod.lan/ubuntu-12.04-amd64-desktop-beta2 | |
kernel ${base-url}/casper/vmlinuz | |
initrd ${base-url}/casper/initrd.lz | |
imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=10.1.1.10:/raid/boot/ubuntu-12.04-amd64-desktop-beta2 locale=en_US console-setup/layoutcode=no | |
boot || goto failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment