TEXT   202
ipxe set esc hex 1b
Guest on 24th December 2024 01:08:05 AM


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

Raw Paste

Login or Register to edit or fork this paste. It's free.