refining scripts, adding winpe boot

This commit is contained in:
root
2023-04-13 12:28:53 +00:00
parent 454bce2beb
commit a5e1720463
8 changed files with 78 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ label -
MENU DISABLE
MENU BEGIN
MENU LABEL * Debian Installer...
MENU LABEL * Linux Installer...
LABEL deb12
MENU LABEL * Debian 12 Installer 64Bit Textmodus
@@ -134,6 +134,19 @@ MENU BEGIN
MENU EXIT
MENU END
MENU BEGIN
MENU LABEL * Windows Installer...
LABEL win10
MENU LABEL * Windows 10
KERNEL memdisk
INITRD non-free/windows/winpe.iso
APPEND iso raw
LABEL zurueck...
MENU EXIT
MENU END
label -
MENU LABEL Boot- & System-Tools: --------------------
MENU DISABLE

View File

@@ -3,8 +3,8 @@ path bios
default bios/vesamenu.c32
TIMEOUT 300
MENU TITLE PXE Bootserver
MENU BACKGROUND splash.png
MENU TITLE PXE __MENUTITLE__
MENU BACKGROUND __MENUBACKGROUND__
LABEL disk0
localboot 0
@@ -22,5 +22,9 @@ LABEL demo
KERNEL ipxe.lkrn dhcp && chain http://boot.ipxe.org/demo/boot.php
LABEL fdos
MENU LABEL * iPXE FreeDOS over HTTP
MENU LABEL * iPXE FreeDOS over HTTP and Internet
KERNEL ipxe.lkrn dhcp && sanboot http://boot.ipxe.org/freedos/fdfullcd.iso
LABEL fdos
MENU LABEL * iPXE FreeDOS over HTTP Local Server
KERNEL ipxe.lkrn dhcp && sanboot http://__NFSSERVERIP__/free/FD13LIVE.iso

16
resources/smb.conf Normal file
View File

@@ -0,0 +1,16 @@
[global]
workgroup = PXE
map to guest = bad user
usershare allow guests = yes
[tftp]
browsable = true
read only = yes
guest ok = yes
path = /srv/tftp
[windows]
browsable = true
read only = yes
guest ok = yes
path = /srv/tftp/non-free/windows