- #!ipxe
- set esc:hex 1b # ANSI escape character - "^["
- set cls ${esc:string}[2J # ANSI clear screen sequence - "^[[2J"
- menu Select the image you wish to boot.
- item win10-x64 Windows 10 (64-bit) Install
- #item win10-x86 Windows 10 (32-bit) Install
- item archlinux Arch Linux
- item memtest Memtest86+
- choose path
- goto ${path}
- :win10-x64
Raw Paste