#!ipxe # :retry_dhcp dhcp || goto retry_dhcp menu Please choose an target platform to boot item amd64-hp255g8 HP 255 G8 item amd64-hp64xx HP ProBook 64xx item amd64-asusx402ca Asus X402CA item amd64-V5_131_0742_V2_21 Acer V5 131 0742 V2_21 choose target && goto ${target} :amd64-hp255g8 kernel amd64/vmlinuz-gentoo-hp255g8 initrd=initrd.img shell initrd amd64/initramfs-gentoo-hp255g8.cpio.gz boot :amd64-hp64xx kernel amd64/vmlinuz-gentoo-hp64xx initrd=initrd.img shell initrd amd64/initramfs-gentoo-hp64xx.cpio.gz boot :amd64-asusx402ca kernel amd64/vmlinuz-gentoo-asusx402ca initrd=initrd.img shell initrd amd64/initramfs-gentoo-asusx402ca.cpio.gz boot :amd64-V5_131_0742_V2_21 #kernel http://dl.zxteam.net/osfordev/boot/amd64/vmlinuz-5.10.52-gentoo-asusx402ca initrd=initrd.img shell kernel amd64/vmlinuz-gentoo-V5_131_0742_V2_21 initrd=initrd.img panic=10 net.ifnames=0 z_vg=vg0 z_root=vg0/system,ext4,ro,discard #initrd http://dl.zxteam.net/osfordev/boot/amd64/initramfs-5.10.52-gentoo-asusx402ca.cpio.gz initrd amd64/initramfs.cpio.gz boot