Search
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Foreman
All Projects
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (1.47 KB)
Bug #35682
» working_grub.cfg
Maximilian Sesterhenn
, 10/27/2022 09:21 AM
# This file was deployed via 'Kickstart default PXEGrub2 clone' template
set
default
=
0
set
timeout
=
10
menuentry
'Kickstart
default
PXEGrub2
clone'
{
linuxefi
boot/rocky-linux-8-LknPrkxJVIDl-vmlinuz
BOOTIF
=
01-5c-6f-69-XX-XX-XX ks=http://server.example.com:8000/unattended/provision?token=830eab2e-6536-44ea-aae7-24e72095fc3a kssendmac ks.sendmac 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
clone
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?token=830eab2e-6536-44ea-aae7-24e72095fc3a kssendmac ks.sendmac 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
clone
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?token=830eab2e-6536-44ea-aae7-24e72095fc3a kssendmac ks.sendmac 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
}
« Previous
1
2
Next »
(2-2/2)
Loading...