main.yml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. boot_domain: boot.netboot.xyz
  2. boot_timeout: 300000
  3. boot_version: 2.x
  4. bootloader_disks:
  5. - netboot.xyz
  6. bootloader_http_enabled: true
  7. bootloader_https_enabled: true
  8. bootloaders:
  9. arm:
  10. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  11. ipxe_bin: ipxe.iso
  12. output_bin: -arm64.iso
  13. type: ISO
  14. - desc: Used for creation of USB Keys
  15. ipxe_bin: ipxe.img
  16. output_bin: -arm64.img
  17. type: IMG
  18. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  19. ipxe_bin: ipxe.efi
  20. output_bin: -arm64.efi
  21. type: DHCP
  22. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  23. ipxe_bin: snp.efi
  24. output_bin: -arm64-snp.efi
  25. type: DHCP-snp
  26. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  27. ipxe_bin: snponly.efi
  28. output_bin: -arm64-snponly.efi
  29. type: DHCP-snponly
  30. hybrid:
  31. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  32. ipxe_bin: ipxe.iso
  33. output_bin: .iso
  34. type: ISO
  35. - desc: Used for creation of USB Keys
  36. ipxe_bin: ipxe.img
  37. output_bin: .img
  38. type: IMG
  39. legacy:
  40. - desc: Used for booting from GRUB/EXTLINUX
  41. ipxe_bin: ipxe.lkrn
  42. output_bin: .lkrn
  43. type: Kernel
  44. - desc: Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  45. ipxe_bin: ipxe.dsk
  46. output_bin: .dsk
  47. type: Floppy
  48. - desc: Padded Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc
  49. ipxe_bin: ipxe.pdsk
  50. output_bin: .pdsk
  51. type: Floppy
  52. - desc: DHCP boot image file, uses built-in iPXE NIC drivers
  53. ipxe_bin: ipxe.kpxe
  54. output_bin: .kpxe
  55. type: DHCP
  56. - desc: DHCP boot image file, use if you have NIC issues
  57. ipxe_bin: undionly.kpxe
  58. output_bin: -undionly.kpxe
  59. type: DHCP-undionly
  60. multiarch:
  61. - desc: Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box
  62. ipxe_bin: ipxe.iso
  63. output_bin: -multiarch.iso
  64. type: ISO
  65. - desc: Used for creation of USB Keys
  66. ipxe_bin: ipxe.img
  67. output_bin: -multiarch.img
  68. type: IMG
  69. rpi:
  70. - desc: Raspberry Pi 4 - USB/SD Card Image
  71. ipxe_bin: rpi4-sdcard.img
  72. output_bin: -rpi4-sdcard.img
  73. type: USB/SD Card
  74. - desc: Raspberry Pi 4 - EFI Image
  75. ipxe_bin: snp.efi
  76. output_bin: -rpi4-snp.efi
  77. type: DHCP-snp
  78. uefi:
  79. - desc: DHCP EFI boot image file, uses built-in iPXE NIC drivers
  80. ipxe_bin: ipxe.efi
  81. output_bin: .efi
  82. type: DHCP
  83. - desc: EFI w/ Simple Network Protocol, attempts to boot all net devices
  84. ipxe_bin: snp.efi
  85. output_bin: -snp.efi
  86. type: DHCP-snp
  87. - desc: EFI w/ Simple Network Protocol, only boots from device chained from
  88. ipxe_bin: snponly.efi
  89. output_bin: -snponly.efi
  90. type: DHCP-snponly
  91. - desc: DHCP EFI Floppy boot image file, uses built-in iPXE NIC drivers
  92. ipxe_bin: ipxe.efi.dsk
  93. output_bin: .efi.dsk
  94. type: Floppy
  95. - desc: EFI Floppy image w/ Simple Network Protocol, attempts to boot all net devices
  96. ipxe_bin: snp.efi.dsk
  97. output_bin: -snp.efi.dsk
  98. type: Floppy-snp
  99. cert_dir: /etc/netbootxyz/certs
  100. cert_file_filename: ca-netboot-xyz.crt
  101. checksums_filename: '{{ site_name }}-sha256-checksums.txt'
  102. codesign_cert_filename: codesign.crt
  103. codesign_key_filename: codesign.key
  104. custom_generate_menus: false
  105. custom_github_menus: true
  106. custom_templates_dir: '{{ netbootxyz_conf_dir }}/custom'
  107. custom_url_menus: true
  108. early_menu_contents: '### put early ipxe settings here'
  109. early_menu_enabled: false
  110. generate_checksums: true
  111. generate_disks: true
  112. generate_disks_arm: false
  113. generate_disks_efi: true
  114. generate_disks_hybrid: false
  115. generate_disks_legacy: true
  116. generate_disks_linux: false
  117. generate_disks_rpi: false
  118. generate_local_vars: true
  119. generate_menus: true
  120. generate_signatures: false
  121. generate_version_file: true
  122. ipxe_branch: master
  123. ipxe_ca_filename: ca-ipxe-org.crt
  124. ipxe_ca_url: http://ca.ipxe.org/ca.crt
  125. ipxe_debug_enabled: false
  126. ipxe_debug_options: httpcore,tls
  127. ipxe_repo: https://github.com/ipxe/ipxe
  128. ipxe_source_dir: /usr/src/ipxe
  129. kernel_params: initrd=initrd.magic ${cmdline}
  130. live_endpoint: https://github.com/netbootxyz
  131. make_num_jobs: 1
  132. memdisk_location: http://${boot_domain}/memdisk
  133. netbootxyz_conf_dir: /etc/netbootxyz
  134. netbootxyz_root: /var/www/html
  135. pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
  136. pipxe_branch: master
  137. pipxe_repo: https://github.com/netbootxyz/pipxe
  138. pipxe_source_dir: /usr/src/pipxe
  139. releases:
  140. almalinux:
  141. base_dir: almalinux
  142. enabled: true
  143. menu: linux
  144. mirror: http://repo.almalinux.org
  145. name: AlmaLinux
  146. versions:
  147. - code_name: 9
  148. name: 9 (Latest)
  149. - code_name: 8
  150. name: 8 (Latest)
  151. alpinelinux:
  152. base_dir: alpine
  153. enabled: true
  154. menu: linux
  155. mirror: http://dl-cdn.alpinelinux.org
  156. name: Alpine Linux
  157. versions:
  158. - code_name: v3.21
  159. name: '3.21'
  160. - code_name: edge
  161. name: Edge (development)
  162. archlinux:
  163. base_dir: archlinux
  164. enabled: true
  165. menu: linux
  166. mirror: mirrors.kernel.org
  167. name: Arch Linux
  168. versions:
  169. - code_name: 2025.01.01
  170. name: 2025.01.01
  171. blackarch:
  172. enabled: true
  173. menu: linux
  174. name: BlackArch
  175. versions:
  176. - code_name: current
  177. name: current
  178. centos:
  179. base_dir: centos
  180. enabled: true
  181. menu: linux
  182. mirror: http://mirror.centos.org
  183. name: CentOS
  184. versions:
  185. - code_name: 9-stream
  186. name: 9.0 Stream
  187. - code_name: 8.5.2111
  188. name: '8.5'
  189. - code_name: 8
  190. name: 8.x Latest
  191. - code_name: 8-stream
  192. name: 8.0 Stream
  193. coreos:
  194. base_dir: prod/streams
  195. enabled: true
  196. menu: linux
  197. mirror: https://builds.coreos.fedoraproject.org
  198. name: Fedora CoreOS
  199. versions:
  200. - code_name: 41.20241215.3.0
  201. name: stable
  202. - code_name: 41.20250105.2.0
  203. name: testing
  204. - code_name: 41.20250105.1.1
  205. name: next
  206. debian:
  207. archive_mirror: http://archive.debian.org
  208. base_dir: debian
  209. enabled: true
  210. menu: linux
  211. mirror: http://deb.debian.org
  212. name: Debian
  213. versions:
  214. stable:
  215. - code_name: bookworm
  216. name: 12.0 (bookworm)
  217. - code_name: bullseye
  218. name: 11.0 (bullseye)
  219. - code_name: buster
  220. name: 10.0 (buster)
  221. testing:
  222. - code_name: trixie
  223. name: trixie (testing)
  224. - code_name: sid
  225. name: sid (unstable)
  226. devuan:
  227. base_dir: devuan
  228. enabled: true
  229. menu: linux
  230. mirror: http://deb.devuan.org
  231. name: Devuan
  232. versions:
  233. stable:
  234. - code_name: daedalus
  235. name: 5.0 Daedalus (stable)
  236. - code_name: chimaera
  237. name: 4.0 Chimaera (oldstable)
  238. - code_name: beowulf
  239. name: 3.1 Beowulf (oldoldstable)
  240. testing:
  241. - code_name: excalibur
  242. name: Excalibur (testing)
  243. fedora:
  244. base_dir: fedora
  245. enabled: true
  246. menu: linux
  247. mirror: http://mirrors.kernel.org
  248. name: Fedora
  249. versions:
  250. - code_name: 41
  251. name: 41
  252. - code_name: 40
  253. name: 40
  254. flatcar:
  255. enabled: true
  256. menu: linux
  257. mirror: ''
  258. name: Flatcar Container Linux
  259. versions:
  260. - code_name: stable
  261. name: Stable Channel
  262. - code_name: beta
  263. name: Beta Channel
  264. - code_name: alpha
  265. name: Alpha Channel
  266. - code_name: edge
  267. name: Edge Channel
  268. freebsd:
  269. enabled: true
  270. menu: bsd
  271. name: FreeBSD
  272. freedos:
  273. base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.3/official
  274. enabled: true
  275. menu: dos
  276. mirror: http://www.ibiblio.org
  277. name: FreeDOS
  278. versions:
  279. - code_name: FD13-FullUSB
  280. name: 1.3 Full Installer
  281. - code_name: FD13-LiteUSB
  282. name: 1.3 Lite Installer
  283. gentoo:
  284. enabled: true
  285. menu: linux
  286. name: Gentoo
  287. harvester:
  288. enabled: true
  289. menu: linux
  290. name: Harvester
  291. ipfire:
  292. base_dir: releases/ipfire-2.x
  293. enabled: true
  294. menu: linux
  295. mirror: https://downloads.ipfire.org
  296. name: IPFire
  297. versions:
  298. - code_name: 2.29-core190
  299. name: 2.29 Core190
  300. k3os:
  301. enabled: true
  302. menu: linux
  303. mirror: https://github.com/rancher/k3os/releases
  304. name: k3OS
  305. kali:
  306. base_dir: kali
  307. enabled: true
  308. menu: linux
  309. mirror: http://http.kali.org
  310. name: Kali Linux
  311. versions:
  312. - code_name: rolling
  313. name: Rolling Edition
  314. mageia:
  315. base_dir: mageia
  316. enabled: true
  317. menu: linux
  318. mirror: http://mirrors.kernel.org
  319. name: Mageia
  320. versions:
  321. - code_name: '8'
  322. name: '8'
  323. - code_name: cauldron
  324. name: cauldron
  325. nixos:
  326. base_dir: nixos
  327. enabled: true
  328. menu: linux
  329. name: NixOS
  330. versions:
  331. - code_name: nixos-20.09
  332. name: nixos-20.09
  333. - code_name: nixos-21.05
  334. name: nixos-21.05
  335. - code_name: nixos-21.11
  336. name: nixos-21.11
  337. - code_name: nixos-22.05
  338. name: nixos-22.05
  339. - code_name: nixos-22.11
  340. name: nixos-22.11
  341. - code_name: nixos-23.05
  342. name: nixos-23.05
  343. - code_name: nixos-23.11
  344. name: nixos-23.11
  345. - code_name: nixos-24.05
  346. name: nixos-24.05
  347. - code_name: nixos-24.11
  348. name: nixos-24.11
  349. - code_name: nixos-unstable
  350. name: nixos-unstable
  351. openEuler:
  352. base_dir: null
  353. enabled: true
  354. menu: linux
  355. mirror: http://repo.openeuler.org
  356. name: openEuler
  357. versions:
  358. - code_name: openEuler-23.09
  359. name: openEuler-23.09
  360. - code_name: openEuler-20.03-LTS-SP3
  361. name: openEuler-20.03-LTS-SP3
  362. - code_name: openEuler-22.03-LTS
  363. name: openEuler-22.03-LTS
  364. - code_name: openEuler-22.03-LTS-SP1
  365. name: openEuler-22.03-LTS-SP1
  366. - code_name: openEuler-22.03-LTS-SP2
  367. name: openEuler-22.03-LTS-SP2
  368. openbsd:
  369. base_dir: pub/OpenBSD
  370. enabled: true
  371. menu: bsd
  372. mirror: https://cdn.openbsd.org
  373. name: OpenBSD
  374. versions:
  375. - code_name: '7.6'
  376. image_ver: '76'
  377. name: '7.6'
  378. - code_name: '7.5'
  379. image_ver: '75'
  380. name: '7.5'
  381. - code_name: snapshots
  382. image_ver: '76'
  383. name: 7.6 Latest Snapshot
  384. opensuse:
  385. base_dir: distribution/leap
  386. enabled: true
  387. menu: linux
  388. mirror: http://download.opensuse.org
  389. name: openSUSE
  390. versions:
  391. - code_name: '15.6'
  392. name: openSUSE Leap 15.6
  393. - code_name: '15.5'
  394. name: openSUSE Leap 15.5
  395. - code_name: tumbleweed
  396. name: openSUSE tumbleweed
  397. oracle:
  398. enabled: true
  399. menu: linux
  400. mirror: https://yum.oracle.com
  401. name: Oracle Linux
  402. paths:
  403. 8: /repo/OracleLinux/OL8/baseos/latest
  404. 9: /repo/OracleLinux/OL9/baseos/latest
  405. photon:
  406. enabled: true
  407. menu: linux
  408. name: VMware Photon
  409. proxmox:
  410. enabled: true
  411. menu: linux
  412. name: Proxmox
  413. rhel:
  414. enabled: true
  415. menu: linux
  416. name: Red Hat Enterprise Linux
  417. rockylinux:
  418. base_dir: pub/rocky
  419. enabled: true
  420. menu: linux
  421. mirror: http://download.rockylinux.org
  422. name: Rocky Linux
  423. versions:
  424. - code_name: 9
  425. name: 9 (Latest)
  426. - code_name: 8
  427. name: 8 (Latest)
  428. slackware:
  429. base_dir: slackware
  430. enabled: true
  431. menu: linux
  432. mirror: http://mirrors.kernel.org
  433. name: Slackware
  434. versions:
  435. - code_name: current
  436. name: Current
  437. - code_name: '14.2'
  438. name: '14.2'
  439. - code_name: '14.1'
  440. name: '14.1'
  441. - code_name: '15.0'
  442. name: '15.0'
  443. smartos:
  444. base_dir: /platform/i86pc/
  445. enabled: true
  446. menu: unix
  447. mirror: https://netboot.smartos.org/os/
  448. name: SmartOS
  449. versions:
  450. - code_name: 20250109T000743Z
  451. name: 20250109T000743Z
  452. - code_name: 20241226T000807Z
  453. name: 20241226T000807Z
  454. - code_name: 20241212T000748Z
  455. name: 20241212T000748Z
  456. - code_name: 20241128T004404Z
  457. name: 20241128T004404Z
  458. talos:
  459. enabled: true
  460. menu: linux
  461. mirror: https://github.com/siderolabs/talos/releases
  462. name: Talos
  463. platforms:
  464. - key: metal
  465. name: Bare Metal
  466. - key: aws
  467. name: AWS
  468. - key: azure
  469. name: Azure
  470. - key: digitalocean
  471. name: Digital Ocean
  472. - key: equinixMetal
  473. name: Equinix Metal
  474. - key: gcp
  475. name: GCP
  476. - key: hcloud
  477. name: Hetzner Cloud
  478. - key: nocloud
  479. name: Nocloud
  480. - key: openstack
  481. name: Openstack
  482. - key: oracle
  483. name: oracle
  484. - key: scaleway
  485. name: Scaleway
  486. - key: upcloud
  487. name: Upcloud
  488. - key: vmware
  489. name: VMware
  490. - key: vultr
  491. name: Vultr
  492. tinycore:
  493. enabled: true
  494. menu: linux
  495. mirror: http://distro.ibiblio.org/tinycorelinux
  496. name: Tiny Core Linux
  497. versions:
  498. - arch: x86
  499. code_name: core
  500. initrd: /15.x/x86/release/distribution_files/core.gz
  501. kernel: /15.x/x86/release/distribution_files/vmlinuz
  502. name: Core
  503. - arch: x86_64
  504. code_name: corepure
  505. initrd: /15.x/x86_64/release/distribution_files/corepure64.gz
  506. kernel: /15.x/x86_64/release/distribution_files/vmlinuz64
  507. name: CorePure
  508. - arch: x86
  509. code_name: dcorebionic
  510. initrd: /dCore/x86/release/dCore-bionic/dCore-bionic.gz
  511. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  512. name: dCore Bionic
  513. - arch: x86
  514. code_name: dcorebionicplus
  515. initrd: /dCore/x86/release/dCore-bionic/dCorePlus-bionic.gz
  516. kernel: /dCore/x86/release/dCore-bionic/vmlinuz-bionic
  517. name: dCore Bionic Plus
  518. - arch: x86
  519. code_name: dcorejessie
  520. initrd: /dCore/x86/release/dCore-jessie/dCore-jessie.gz
  521. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  522. name: dCore Jessie
  523. - arch: x86
  524. code_name: dcorejessieplus
  525. initrd: /dCore/x86/release/dCore-jessie/dCorePlus-jessie.gz
  526. kernel: /dCore/x86/release/dCore-jessie/vmlinuz-jessie
  527. name: dCore Jessie Plus
  528. - arch: x86
  529. code_name: dcorestretch
  530. initrd: /dCore/x86/release/dCore-stretch/dCore-stretch.gz
  531. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  532. name: dCore Stretch
  533. - arch: x86
  534. code_name: dcorestretchplus
  535. initrd: /dCore/x86/release/dCore-stretch/dCorePlus-stretch.gz
  536. kernel: /dCore/x86/release/dCore-stretch/vmlinuz-stretch
  537. name: dCore Stretch Plus
  538. - arch: x86
  539. code_name: dcoretrusty
  540. initrd: /dCore/x86/release/dCore-trusty/dCore-trusty.gz
  541. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  542. name: dCore Trusty
  543. - arch: x86
  544. code_name: dcoretrustyplus
  545. initrd: /dCore/x86/release/dCore-trusty/dCorePlus-trusty.gz
  546. kernel: /dCore/x86/release/dCore-trusty/vmlinuz-trusty
  547. name: dCore Trusty Plus
  548. - arch: x86
  549. code_name: dcorewheezy
  550. initrd: /dCore/x86/release/dCore-wheezy/dCore-wheezy.gz
  551. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  552. name: dCore Wheezy
  553. - arch: x86
  554. code_name: dcorewheezyplus
  555. initrd: /dCore/x86/release/dCore-wheezy/dCorePlus-wheezy.gz
  556. kernel: /dCore/x86/release/dCore-wheezy/vmlinuz-wheezy
  557. name: dCore Wheezy Plus
  558. - arch: x86
  559. code_name: dcorexenial
  560. initrd: /dCore/x86/release/dCore-xenial/dCore-xenial.gz
  561. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  562. name: dCore Xenial
  563. - arch: x86
  564. code_name: dcorexenialplus
  565. initrd: /dCore/x86/release/dCore-xenial/dCorePlus-xenial.gz
  566. kernel: /dCore/x86/release/dCore-xenial/vmlinuz-xenial
  567. name: dCore Xenial Plus
  568. - arch: x86_64
  569. code_name: dcore64bionic
  570. initrd: /dCore/x86_64/release/dCore-bionic64/dCore-bionic64.gz
  571. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  572. name: dCore64 Bionic
  573. - arch: x86_64
  574. code_name: dcore64bionicplus
  575. initrd: /dCore/x86_64/release/dCore-bionic64/dCorePlus-bionic64.gz
  576. kernel: /dCore/x86_64/release/dCore-bionic64/vmlinuz-bionic64
  577. name: dCore64 Bionic Plus
  578. - arch: x86_64
  579. code_name: dcore64buster
  580. initrd: /dCore/x86_64/release/dCore-buster64/dCore-buster64.gz
  581. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  582. name: dCore64 Buster
  583. - arch: x86_64
  584. code_name: dcore64busterplus
  585. initrd: /dCore/x86_64/release/dCore-buster64/dCorePlus-buster64.gz
  586. kernel: /dCore/x86_64/release/dCore-buster64/vmlinuz-buster64
  587. name: dCore64 Buster Plus
  588. - arch: x86_64
  589. code_name: dcore64stretch
  590. initrd: /dCore/x86_64/release/dCore-stretch64/dCore-stretch64.gz
  591. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  592. name: dCore64 Stretch
  593. - arch: x86_64
  594. code_name: dcore64stretchplus
  595. initrd: /dCore/x86_64/release/dCore-stretch64/dCorePlus-stretch64.gz
  596. kernel: /dCore/x86_64/release/dCore-stretch64/vmlinuz-stretch64
  597. name: dCore Stretch Plus
  598. ubuntu:
  599. archive_mirror: http://old-releases.ubuntu.com
  600. base_dir: ubuntu
  601. enabled: true
  602. menu: linux
  603. mirror: http://archive.ubuntu.com
  604. name: Ubuntu
  605. versions:
  606. - code_name: oracular
  607. name: 24.10 Oracular Oriole
  608. - code_name: noble
  609. name: 24.04 LTS Noble Numbat
  610. - code_name: jammy
  611. name: 22.04 LTS Jammy Jellyfish
  612. - code_name: focal
  613. name: 20.04 LTS Focal Fossa (Subiquity)
  614. - code_name: focal-legacy
  615. name: 20.04 LTS Focal Fossa (Legacy)
  616. - code_name: bionic
  617. name: 18.04 LTS Bionic Beaver
  618. - code_name: xenial
  619. name: 16.04 LTS Xenial Xerus
  620. vmware:
  621. enabled: true
  622. menu: linux
  623. name: VMware ESXi
  624. vyos:
  625. enabled: true
  626. menu: linux
  627. name: VyOS
  628. versions:
  629. - code_name: rolling
  630. name: 1.5 rolling
  631. zeninstall:
  632. enabled: true
  633. menu: linux
  634. name: Zen Installer Arch
  635. versions:
  636. - code_name: current
  637. name: current
  638. sigs_dir: '{{ netbootxyz_root }}/sigs'
  639. sigs_enabled: false
  640. sigs_location: http://${boot_domain}/sigs/
  641. sigs_menu: false
  642. site_name: netboot.xyz
  643. time_server: 0.pool.ntp.org
  644. utilitiesarm:
  645. memtest86:
  646. enabled: false
  647. kernel: ${live_endpoint}{{ endpoints.memtest86.path }}memtest86-usb.img
  648. name: Memtest86 Free - {{ endpoints.memtest86.version }}
  649. type: sanboot
  650. uefishell:
  651. enabled: true
  652. kernel: ${live_endpoint}{{ endpoints.uefishell.path }}uefi-shell-aarch64.efi
  653. name: UEFI Shell
  654. type: direct
  655. utilitiesefi:
  656. 4mlinux:
  657. enabled: true
  658. name: 4MLinux
  659. type: ipxemenu
  660. bootrepair:
  661. enabled: true
  662. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  663. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  664. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  665. {{ kernel_params }}
  666. name: Boot Repair CD
  667. type: direct
  668. caine:
  669. enabled: true
  670. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  671. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  672. netboot=url url=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  673. {{ kernel_params }}
  674. name: CAINE
  675. type: direct
  676. clonezilla:
  677. enabled: true
  678. name: Clonezilla
  679. type: ipxemenu
  680. dts:
  681. enabled: true
  682. initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version
  683. }}.cpio.gz
  684. kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version
  685. }}
  686. name: Dasharo Tools Suite
  687. type: direct
  688. gparted:
  689. enabled: true
  690. name: GParted
  691. type: ipxemenu
  692. kaspersky:
  693. enabled: true
  694. name: Kaspersky Rescue Disk
  695. type: ipxemenu
  696. memtest86plus:
  697. enabled: true
  698. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  699. type: memtest
  700. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi
  701. version: '{{ endpoints.memtest86plus.version }}'
  702. redorescue:
  703. enabled: true
  704. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  705. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  706. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  707. {{ kernel_params }}
  708. name: RedoRescue
  709. type: direct
  710. rescatux:
  711. enabled: true
  712. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  713. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  714. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  715. {{ kernel_params }}
  716. name: Rescatux
  717. type: direct
  718. rescuezilla:
  719. enabled: true
  720. name: Rescuezilla
  721. type: ipxemenu
  722. shredos:
  723. enabled: true
  724. name: ShredOS
  725. type: ipxemenu
  726. supergrubdisk:
  727. enabled: true
  728. kernel: ${live_endpoint}{{ endpoints.supergrubdisk.path }}supergrub2-classic-x86_64.efi
  729. name: Super Grub2 Disk
  730. type: direct
  731. systemrescue:
  732. enabled: true
  733. name: System Rescue CD
  734. type: ipxemenu
  735. uefishell:
  736. enabled: true
  737. kernel: ${live_endpoint}{{ endpoints.uefishell.path }}uefi-shell-x64.efi
  738. name: UEFI Shell
  739. type: direct
  740. zfsbootmenu:
  741. enabled: true
  742. kernel: ${live_endpoint}{{ endpoints.zfsbootmenu.path }}zfsbootmenu-recovery-x86_64.efi
  743. name: ZFSBootMenu
  744. type: direct
  745. utilitiespcbios32:
  746. clonezilla:
  747. enabled: true
  748. name: Clonezilla
  749. type: ipxemenu
  750. memtest86legacy:
  751. enabled: true
  752. name: Memtest86+ 5.01.0
  753. type: memtest
  754. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  755. version: 5.01.0
  756. memtest86plus:
  757. enabled: true
  758. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  759. type: memtest
  760. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin
  761. version: '{{ endpoints.memtest86plus.version }}'
  762. shredos:
  763. enabled: true
  764. name: ShredOS
  765. type: ipxemenu
  766. systemrescue:
  767. enabled: true
  768. name: System Rescue CD
  769. type: ipxemenu
  770. utilitiespcbios64:
  771. 4mlinux:
  772. enabled: true
  773. name: 4MLinux
  774. type: ipxemenu
  775. bootrepair:
  776. enabled: true
  777. initrd: ${live_endpoint}{{ endpoints.bootrepair.path }}initrd
  778. kernel: ${live_endpoint}{{ endpoints.bootrepair.path }}vmlinuz ip=dhcp boot=casper
  779. netboot=http fetch=${live_endpoint}{{ endpoints.bootrepair.path }}filesystem.squashfs
  780. {{ kernel_params }}
  781. name: Boot Repair CD
  782. type: direct
  783. breakin:
  784. enabled: true
  785. initrd: ${live_endpoint}{{ endpoints.breakin.path }}initrd
  786. kernel: ${live_endpoint}{{ endpoints.breakin.path }}vmlinuz sshpasswd=breakin
  787. startup=breakin {{ kernel_params }}
  788. name: Breakin
  789. type: direct
  790. caine:
  791. enabled: true
  792. initrd: ${live_endpoint}{{ endpoints.caine.path }}initrd
  793. kernel: ${live_endpoint}{{ endpoints.caine.path }}vmlinuz ip=dhcp boot=casper
  794. netboot=http fetch=${live_endpoint}{{ endpoints.caine.path }}filesystem.squashfs
  795. {{ kernel_params }}
  796. name: CAINE
  797. type: direct
  798. clonezilla:
  799. enabled: true
  800. name: Clonezilla
  801. type: ipxemenu
  802. dban:
  803. enabled: true
  804. name: DBAN
  805. type: ipxemenu
  806. dts:
  807. enabled: true
  808. initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version
  809. }}.cpio.gz
  810. kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version
  811. }}
  812. name: Dasharo Tools Suite
  813. type: direct
  814. gparted:
  815. enabled: true
  816. name: GParted
  817. type: ipxemenu
  818. kaspersky:
  819. enabled: true
  820. name: Kaspersky Rescue Disk
  821. type: ipxemenu
  822. memtest86legacy:
  823. enabled: true
  824. name: Memtest86+ 5.01.0
  825. type: memtest
  826. util_path: https://boot.netboot.xyz/utils/memtest86-5.01.0
  827. version: 5.01.0
  828. memtest86plus:
  829. enabled: true
  830. name: Memtest86+ {{ endpoints.memtest86plus.version }}
  831. type: memtest
  832. util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin
  833. version: '{{ endpoints.memtest86plus.version }}'
  834. redorescue:
  835. enabled: true
  836. initrd: ${live_endpoint}{{ endpoints.redorescue.path }}initrd
  837. kernel: ${live_endpoint}{{ endpoints.redorescue.path }}vmlinuz boot=live noprompt
  838. nocomponents setkmap=us fetch=${live_endpoint}{{ endpoints.redorescue.path }}filesystem.squashfs
  839. {{ kernel_params }}
  840. name: RedoRescue
  841. type: direct
  842. rescatux:
  843. enabled: true
  844. initrd: ${live_endpoint}{{ endpoints.rescatux.path }}initrd
  845. kernel: ${live_endpoint}{{ endpoints.rescatux.path }}vmlinuz boot=live fetch=${live_endpoint}{{
  846. endpoints.rescatux.path }}filesystem.squashfs selinux=1 security=selinux enforcing=0
  847. {{ kernel_params }}
  848. name: Rescatux
  849. type: direct
  850. rescuezilla:
  851. enabled: true
  852. name: Rescuezilla
  853. type: ipxemenu
  854. shredos:
  855. enabled: true
  856. name: ShredOS
  857. type: ipxemenu
  858. supergrub:
  859. enabled: true
  860. name: Super GRUB2 Disk
  861. type: memdisk
  862. util_path: http://master.dl.sourceforge.net/project/supergrub2/2.04s1/super_grub2_disk_2.04s1/super_grub2_disk_hybrid_2.04s1.iso
  863. version: 2.04s1
  864. systemrescue:
  865. enabled: true
  866. name: System Rescue CD
  867. type: ipxemenu
  868. ubcd:
  869. enabled: true
  870. name: Ultimate Boot CD (UBCD)
  871. type: memdisk
  872. util_path: https://mirror.sysadminguide.net/ubcd/ubcd539.iso
  873. version: '539'
  874. wimboot_location: http://${boot_domain}/wimboot
  875. wimboot_upstream_url: https://github.com/ipxe/wimboot/releases/latest/download/wimboot