#!ipxe # :MENU menu item --gap -- ---------------- iPXE boot menu ---------------- item shell ipxe shell item apu2-image-initramfs Initramfs image for Apu2 item apu2-flash-image-initramfs Flashing tools for Apu2 item apu2-router-initramfs Initramfs router for Apu2 item xen Xen item xen-initramfs Xen initramfs item xen-router-initramfs Xen router initramfs item pk-xen-router-initramfs [PK] Xen router initramfs item jubilant-octo-train Jubilant Octo Train item --gap -- ------------ iPXE boot menu end ---------------- choose --default boot --timeout 3000 target && goto ${target} :apu2-image-initramfs kernel http://boot.3mdeb.com/bzImage root=/dev/ram0 --- console=ttyS0,115200 earlyprint=serial,ttyS0,115200 initrd http://boot.3mdeb.com/apu2-image-initramfs-pcengines-apu2.cpio.gz boot goto MENU :apu2-flash-image-initramfs kernel http://boot.3mdeb.com/bzImage root=/dev/ram0 --- console=ttyS0,115200 earlyprint=serial,ttyS0,115200 initrd=apu2-flash-image-initramfs-pcengines-apu2.cpio.gz initrd http://boot.3mdeb.com/apu2-flash-image-initramfs-pcengines-apu2.cpio.gz boot goto MENU :apu2-router-initramfs kernel http://boot.3mdeb.com/bzImage-router root=/dev/ram0 --- console=ttyS0,115200 earlyprint=serial,ttyS0,115200 initrd http://boot.3mdeb.com/apu2-router-image-initramfs-pcengines-apu2.cpio.gz boot goto MENU :xen kernel kernels/xen-4.8-amd64 dom0_mem=512M loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 module kernels/vmlinuz-4.14.y console=hvc0 earlyprintk=xen nomodeset root=/dev/nfs rw ip=dhcp nfsroot=replace_with_ip:/srv/nfs/xen,vers=3,udp nfsrootdebug boot goto MENU :xen-initramfs kernel xen dom0_mem=512M loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 module bzImage-xen console=hvc0 earlyprintk=xen nomodeset root=/dev/ram0 module apu2-router-image-initramfs-pcengines-apu2.cpio.gz boot goto MENU :xen-router-initramfs kernel xen-router dom0_mem=2048M loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 module bzImage-xen-router console=hvc0 earlyprintk=xen nomodeset root=/dev/ram0 module virtualized-router-dom0-image-pcengines-apu2.cpio.gz boot goto MENU :pk-xen-router-initramfs kernel xen-router dom0_mem=1024M,max:1024M loglvl=all guest_loglvl=all com1=115200,8n1 console=com1 module bzImage-xen-router console=hvc0 earlyprintk=xen nomodeset root=/dev/ram0 module apu2-router-xen-image-initramfs-pcengines-apu2.cpio.gz boot goto MENU :jubilant-octo-train kernel jubilant-octo-train/vmlinuz iomem=relaxed root=filesystem.squashfs fetch=https://boot.3mdeb.com/jubilant-octo-train/filesystem.squashfs initrd jubilant-octo-train/initrd.img boot goto MENU :shell shell || goto MENU