Project

General

Profile

Bug #35682 » not_working_grub.cfg

Maximilian Sesterhenn, 10/27/2022 09:21 AM

 
# This file was deployed via 'Kickstart default PXEGrub2' template

set default=0
set timeout=10

menuentry 'Kickstart default PXEGrub2' {
linuxefi boot/rocky-linux-8-LknPrkxJVIDl-vmlinuz BOOTIF=01-5c-6f-69-XX-XX-XX ks=http://server.example.com:8000/unattended/provision?static=1&token=58e5811b-298f-4174-949e-4e66f58e8c70 ip=10.1.101.74::10.1.101.1:255.255.255.0:server.example.com:enp130s0f0np0:none nameserver=10.1.101.1
initrdefi boot/rocky-linux-8-LknPrkxJVIDl-initrd.img
}

menuentry 'Kickstart default PXEGrub2 EFI HTTP' --id efi_http {
linuxefi (http,10.1.100.104:8000)/httpboot/boot/rocky-linux-8-LknPrkxJVIDl-vmlinuz BOOTIF=01-5c-6f-69-XX-XX-XX ks=http://server.example.com:8000/unattended/provision?static=1&token=58e5811b-298f-4174-949e-4e66f58e8c70 ip=10.1.101.74::10.1.101.1:255.255.255.0:server.example.com:enp130s0f0np0:none nameserver=10.1.101.1
initrdefi (http,10.1.100.104:8000)/httpboot/boot/rocky-linux-8-LknPrkxJVIDl-initrd.img
}

menuentry 'Kickstart default PXEGrub2 EFI HTTPS' --id efi_https {
linuxefi (https,10.1.100.104:9090)/httpboot/boot/rocky-linux-8-LknPrkxJVIDl-vmlinuz BOOTIF=01-5c-6f-69-XX-XX-XX ks=http://server.example.com:8000/unattended/provision?static=1&token=58e5811b-298f-4174-949e-4e66f58e8c70 ip=10.1.101.74::10.1.101.1:255.255.255.0:server.example.com:enp130s0f0np0:none nameserver=10.1.101.1
initrdefi (https,10.1.100.104:9090)/httpboot/boot/rocky-linux-8-LknPrkxJVIDl-initrd.img
}




(1-1/2)