tftpboot/config/debian/menu.cfg

116 lines
6.9 KiB
INI

MENU BACKGROUND /config/debian/debian_background.jpg
# tags legend:
# - sid: next debian version (aka unstable)
# - deb12: debian 12 (aka bookworm)
# - deb11: debian 11 (aka bullseye)
# - amd64: amd64 architecture
# - fw: use a set of extra firmwares
# - net: network related firmwares
# - preseed: indicates that a preseed will be used instead of user interaction (headless)
# - isp: Institut de Physique de Rennes standard preseed for
# - formats disk with a mbr (for systems booting in bios mode)
# - partitions the disk using lvm
# - default password for root
# - isp+nopart: same as isp without partitioning
# - compute-node: preseed for compute nodes
# - isp+uefi+gnome3
# - isp+uefi+cinnamon
# - preseed options legends
# - gnome3: install install gnome3 as desktop environment
# - cinnamon: install cinnamon as desktop environment
# - uefi: formats disk with a gpt partition table instead of a mbr partition table (only suitable for systems booting in uefi mode)
label deb12_amd64
menu label Debian Bookworm amd64
kernel installer/debian/bookworm/amd64/linux
append vga=normal initrd=installer/debian/bookworm/amd64/initrd.gz -- quiet
label stableFirmware
menu label ^Debian Bookworm amd64 Firmwares
kernel installer/debian/bookworm/amd64/linux
append vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz -- quiet
label stableAuto
menu label Debian ^Bookworm amd64 PRESEED
kernel installer/debian/bookworm/amd64/linux
append vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.cfg
label stableNoPartitioning
menu label Debian Bookworm amd64 Preseed ^WITHOUT Partitioning
kernel installer/debian/bookworm/amd64/linux
append vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.without.partitioning.cfg
label stableComputeNode
menu label Debian Bookworm amd64 for ^compute node PRESEED
kernel installer/debian/bookworm/amd64/linux
IPAPPEND 2
append vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.computenode.cfg
label stableGnome
menu label Debian Bookworm fw=net ^Gnome3 + UEFI WITH PRESEED
kernel installer/debian/bookworm/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.gnome.uefi.cfg
# special config for intel_nuc (next unit computers), as the firmware set net cause the installer to crash (see https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4144)
label deb12_amd64_uefi_gnome3
menu label deb12 amd64 pseed=isp+uefi+gnome3 [nuc]
kernel installer/debian/bookworm/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bookworm/amd64/initrd.gz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.gnome.uefi.cfg
label stableCinnamon
menu label Debian Bookworm ^Cinnamon + UEFI WITH PRESEED
kernel installer/debian/bookworm/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bookworm/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bookworm/preseed.cinnamon.uefi.cfg
label separator
menu label ---
label oldstableFirmware
menu label Debian Bullseye amd64 Firmwares
kernel installer/debian/bullseye/amd64/linux
append vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz -- quiet
label oldstableAuto
menu label Debian Bu^llseye amd64 PRESEED
kernel installer/debian/bullseye/amd64/linux
IPAPPEND 2
append vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bullseye/preseed.cfg
label oldstableComputeNode
menu label Debian Bullseye amd64 for compute node PRESEED
kernel installer/debian/bullseye/amd64/linux
IPAPPEND 2
append vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bullseye/preseed.computenode.cfg
label oldstableGnomeCrypto
menu label Debian Bullseye Gnome3 + UEFI + Cipher WITH PRESEED
kernel installer/debian/bullseye/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bullseye/preseed.gnome.uefi.cipher.cfg
label oldstableCinnamonCrypto
menu label Debian Bullseye Cinnamon + UEFI + Cipher WITH PRESEED
kernel installer/debian/bullseye/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bullseye/preseed.cinnamon.uefi.cipher.cfg
label oldstableGnome
menu label Debian Bullseye Gnome3 + UEFI WITH PRESEED
kernel installer/debian/bullseye/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/bullseye/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/bullseye/preseed.gnome.uefi.cfg
label separator
menu label ---
label unstableAmd64
menu label Debian ^sid amd64
kernel installer/debian/sid/amd64/linux
append vga=normal initrd=installer/debian/sid/amd64/initrd.gz -- quiet
label unstableFirmware
menu label Debian sid amd64 FIRMWARE
kernel installer/debian/sid/amd64/linux
append vga=normal initrd=installer/debian/sid/amd64/initrd_firm.xz -- quiet
label unstableCrypt
menu label Debian sid amd64 with BTRFS and LUKS
kernel installer/debian/sid/amd64/linux
IPAPPEND 2
APPEND vga=normal initrd=installer/debian/sid/amd64/initrd_firm.xz auto=true interface=auto netcfg/dhcp_timeout=60 netcfg/choose_interface=auto priority=critical preseed/url=tftp://129.20.203.27/preseed/debian/sid/preseed.uefi.luks.btrfs.cfg
label separator
menu label ---
label mainmenu
menu label ^Back..
menu exit