73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
|
ui menu.c32
|
||
|
menu title PXE-CHIMIE
|
||
|
|
||
|
# Boot sur le disque local au bout de 10 secondes
|
||
|
prompt 0
|
||
|
timeout 100
|
||
|
ONTIMEOUT local-hdd
|
||
|
|
||
|
LABEL local-hdd
|
||
|
MENU LABEL Boot local disk
|
||
|
KERNEL chain.c32
|
||
|
APPEND hd0
|
||
|
|
||
|
LABEL reboot
|
||
|
MENU LABEL Reboot
|
||
|
KERNEL reboot.c32
|
||
|
|
||
|
LABEL ubuntu
|
||
|
MENU LABEL Ubuntu Precise 64bits installer
|
||
|
KERNEL ubuntu/precise/ubuntu-installer/amd64/boot-screens/vesamenu.c32
|
||
|
APPEND ubuntu/precise/ubuntu-installer/amd64/boot-screens/menu.cfg
|
||
|
|
||
|
#LABEL CentOS
|
||
|
# MENU LABEL CentOS 6
|
||
|
# LINUX memdisk
|
||
|
# INITRD iso/CentOS-6.4-x86_64-netinstall.iso
|
||
|
# APPEND iso raw
|
||
|
|
||
|
LABEL CentOS
|
||
|
MENU LABEL CentOS 6 x86_64 text installer
|
||
|
#KERNEL images/CentOS/6/x86_64/vmlinuz vnc vncpassword=tempVNCpwd headless text ip=dhcp ksdevice=eth0 method=http://mirror.in2p3.fr/linux/CentOS/6/os/x86_64 lang=en_US keymap=fr
|
||
|
KERNEL images/CentOS/6/x86_64/vmlinuz keymap=fr
|
||
|
APPEND initrd=images/CentOS/6/x86_64/initrd.img ksdevice=eth0 kssendmac ks=nfs:deploy.chimie.univ-rennes1.fr:/var/lib/tftpboot/images/CentOS/6/x86_64/ks.cfg headless vnc vncpassword=tempVNCpwd text
|
||
|
#APPEND initrd=images/CentOS/6/x86_64/initrd.img ramdisk_size=100000 ks=nfs:deploy.chimie.univ-rennes1.fr:/var/lib/tftpboot/images/CentOS/6/x86_64/ks.cfg text
|
||
|
|
||
|
LABEL nec-firm-upd
|
||
|
MENU LABEL Nec Firmware Update CD
|
||
|
LINUX memdisk
|
||
|
INITRD fw/nec/BOOT_CD_NEC_v1.0.24.iso
|
||
|
APPEND iso raw
|
||
|
TEXT HELP
|
||
|
!!! WARNING : firmware update !!!
|
||
|
ENDTEXT
|
||
|
|
||
|
LABEL freenas
|
||
|
MENU LABEL FreeNAS-9.1.1-RELEASE-x64 Install
|
||
|
LINUX memdisk
|
||
|
INITRD iso/FreeNAS-9.1.1-RELEASE-x64.iso
|
||
|
APPEND iso raw
|
||
|
|
||
|
LABEL freenas
|
||
|
MENU LABEL FreeNAS Install
|
||
|
PXE freenas/boot/pxeboot
|
||
|
|
||
|
LABEL clonezilla
|
||
|
MENU LABEL Clonezilla live i686 (Disk Imaging and Cloning)
|
||
|
KERNEL images/clonezilla/i686/vmlinuz
|
||
|
APPEND initrd=images/clonezilla/i686/initrd.img boot=live config noswap nolocales edd=on nomodeset noprompt usercrypted=SpXNs.adAr4po ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="fr" ocs_live_batch="no" locales="en_US.UTF-8" vga=788 nosplash noprompt fetch=tftp://129.20.80.239/images/clonezilla/i686/filesystem.squashfs
|
||
|
|
||
|
# Boot the kernel and initramfs over PXE 32-bit.
|
||
|
LABEL pmagic32
|
||
|
MENU LABEL PMagic 32bits
|
||
|
LINUX images/pmagic/bzImage
|
||
|
INITRD images/pmagic/initrd.img
|
||
|
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256
|
||
|
|
||
|
# Boot the kernel and initramfs over PXE 64-bit.
|
||
|
LABEL pmagic64
|
||
|
MENU LABEL PMagic 64bits
|
||
|
LINUX images/pmagic/bzImage64
|
||
|
INITRD images/pmagic/initrd.img
|
||
|
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256
|