debug install.ipxe distrib debian12 paths

This commit is contained in:
Grégory Lebreton 2023-10-13 15:21:52 +02:00
parent e2d7603202
commit 6b6132de32
3 changed files with 15 additions and 15 deletions

View File

@ -22,7 +22,7 @@ item debian-11 Debian-11-Bullseye
item --gap -- -------------DEBIAN-12-------------
item debian-12 Debian-12-Bookworm
item --gap -- -------------DEBIAN-12-AUTO-------------
item debian-12-auto Debian-12-preseed
item debian-12-auto Debian-12-automatique
item --gap --
item --gap -- ----------------------------------------
@ -74,30 +74,30 @@ choose --timeout ${menu-timeout} --default ${menu-default} target && goto ${targ
##################### DISTRIBS #####################
#Paramètres de démarrage pour DEBIAN-11
:debian-11
kernel http://${server_ip}/tftpboot/debian-64/debian-installer/amd64/linux
initrd http://${server_ip}/tftpboot/debian-64/debian-installer/amd64/initrd.gz
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0
boot || goto menu
# :debian-11
# kernel http://${server_ip}/tftpboot/debian-11/debian-installer/amd64/linux
# initrd http://${server_ip}/tftpboot/debian-11/debian-installer/amd64/initrd.gz
# imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0
# boot || goto menu
#Paramètres de démarrage pour DEBIAN-12
:debian-12
kernel http://${server_ip}/tftpboot/debian-12/64/linux
initrd http://${server_ip}/tftpboot/debian-12/64/initrd.gz
kernel http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/linux
initrd http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/initrd.gz
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0
boot || goto menu
#Paramètres de démarrage pour DEBIAN-12 preseed
:debian-12-auto
kernel http://${server_ip}/tftpboot/debian-12/64/linux
initrd http://${server_ip}/tftpboot/debian-12/64/initrd.gz
kernel http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/linux
initrd http://${server_ip}/tftpboot/debian-12/64/debian-installer/amd64/initrd.gz
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 auto=true keymap=fr locale=FR_fr ip=dhcp domain=garage hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
boot || goto menu
#Paramètres de démarrage pour DEBIAN-12-32
:debian-12-32
kernel http://${server_ip}/tftpboot/debian-12/32/linux
initrd http://${server_ip}/tftpboot/debian-12/32/initrd.gz
kernel http://${server_ip}/tftpboot/debian-12/32/debian-installer/i386/linux
initrd http://${server_ip}/tftpboot/debian-12/32/debian-installer/i386/initrd.gz
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0
boot || goto menu

View File

@ -32,7 +32,7 @@ url="https://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/ima
wget $url
mkdir netboot
tar -xzvf netboot.tar.gz -C netboot
sudo cp -r netboot/. /var/lib/tftpboot/debian-64
sudo cp -r netboot/. /var/lib/tftpboot/debian-12/64/
sudo rm -rf netboot netboot.tar.gz
# DEBIAN-32(netboot) - OK
@ -40,7 +40,7 @@ url="https://ftp.debian.org/debian/dists/buster/main/installer-i386/current/imag
wget $url
mkdir netboot
tar -xzvf netboot.tar.gz -C netboot
sudo cp -r netboot/. /var/lib/tftpboot/debian-32
sudo cp -r netboot/. /var/lib/tftpboot/debian-12/32/
sudo rm -rf netboot netboot.tar.gz

View File

@ -56,7 +56,7 @@ sudo systemctl enable smbd
# CREATION DES DOSSIERS DISTRIBS
cd /var/lib/tftpboot
sudo mkdir debian-32 debian-64 debian-live-32 debian-live-64 lmde-live-32 lmde-live-64 ubuntu-live kali-live-32 kali-live-64 shredos-32 shredos-64 gparted-live-32 gparted-live-64 windows
sudo mkdir -p debian-32 debian-12/64 debian-12/32 debian-live-32 debian-live-64 lmde-live-32 lmde-live-64 ubuntu-live kali-live-32 kali-live-64 shredos-32 shredos-64 gparted-live-32 gparted-live-64 windows
cd -
# INSTALL DES DISTRIBS (SCRIPT MAX)