#!ipxe menu Bitte waehlen Sie ein Betriebssystem zur Installation aus item ubuntu Ubuntu installieren item fedora Fedora installieren item --gap item back Zurueck zum Hauptmenue choose --timeout 20000 --default back target && goto ${target} || goto menu :ubuntu set ubuntu http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-i386/current/images/netboot/ubuntu-installer/i386 initrd ${ubuntu}/initrd.gz kernel ${ubuntu}/linux tasks=standard vga=788 -- quiet boot :fedora set fedora http://dl.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/i386/os initrd ${fedora}/images/pxeboot/initrd.img kernel ${fedora}/images/pxeboot/vmlinuz vga=788 repo=${fedora} boot :back exit