Skip to content

Instantly share code, notes, and snippets.

@davlgd
Last active April 1, 2022 01:20
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davlgd/d85815dc78ee52b46d490dcd70ac294e to your computer and use it in GitHub Desktop.
Menu PXE Linux
DEFAULT menu.c32
MENU TITLE Serveur d'installation PXE
TIMEOUT 300
LABEL debian
MENU LABEL ^Debian 9.9 (Netboot)
LINUX memdisk
INITRD _iso/debian_9.9_netboot.iso
LABEL fedora30
MENU LABEL ^Fedora 30 (HTTP)
KERNEL fedora_30/vmlinuz
INITRD fedora_30/initrd.img
APPEND ip=dhcp inst.stage2=http://mirror.in2p3.fr/pub/fedora/linux/releases/30/Workstation/x86_64/os/
LABEL netboot
MENU LABEL ^Netboot.xyz
LINUX memdisk
INITRD _iso/netboot.xyz.iso
APPEND iso raw
LABEL ubuntudesk
MENU LABEL Ubuntu Desktop 19.04 (^Live)
KERNEL ubuntu_19.04/vmlinuz
INITRD ubuntu_19.04/initrd
APPEND boot=casper rootfstype=nfs netboot=nfs nfsroot=192.168.0.222:/var/tftpboot/expanded/ubuntu_19.04_desktop quiet splash ---
LABEL ubuntuauto
MENU LABEL Ubuntu Desktop 19.04 (^Preseed)
KERNEL ubuntu_19.04/vmlinuz
INITRD ubuntu_19.04/initrd
APPEND boot=casper url=http://192.168.0.222/auto.seed automatic-ubiquity noprompt rootfstype=nfs netboot=nfs nfsroot=192.168.0.222:/var/tftpboot/expanded/ubuntu_19.04_desktop splash ---
LABEL winpe
MENU LABEL ^WinPE
LINUX memdisk
INITRD winpe/winpe_amd64.iso
APPEND iso raw
LABEL hdt
MENU LABEL ^Hardware Detection Tool
KERNEL hdt.c32
LABEL reboot
MENU DEFAULT
MENU LABEL Reboot de la machine
COM32 reboot.c32
@petittitouan
Copy link

petittitouan commented Oct 5, 2019

Merci !
Cela m'a été bien utile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment