mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-12-22 20:17:00 +01:00
EFI bits
This commit is contained in:
parent
3abcba576e
commit
2db43346de
2
EFI/BOOT/CVS/Entries
Normal file
2
EFI/BOOT/CVS/Entries
Normal file
@ -0,0 +1,2 @@
|
||||
/grub.cfg/1.4/Wed Nov 25 13:33:09 2020//
|
||||
D
|
1
EFI/BOOT/CVS/Repository
Normal file
1
EFI/BOOT/CVS/Repository
Normal file
@ -0,0 +1 @@
|
||||
cdrom.image/sme10/EFI/BOOT
|
1
EFI/BOOT/CVS/Root
Normal file
1
EFI/BOOT/CVS/Root
Normal file
@ -0,0 +1 @@
|
||||
:ext:shell.koozali.org:/cvs/smeserver
|
44
EFI/BOOT/grub.cfg
Normal file
44
EFI/BOOT/grub.cfg
Normal file
@ -0,0 +1,44 @@
|
||||
set default="2"
|
||||
|
||||
function load_video {
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
insmod video_bochs
|
||||
insmod video_cirrus
|
||||
insmod all_video
|
||||
}
|
||||
|
||||
load_video
|
||||
set gfxpayload=keep
|
||||
insmod gzio
|
||||
insmod part_gpt
|
||||
insmod ext2
|
||||
|
||||
set timeout=60
|
||||
### END /etc/grub.d/00_header ###
|
||||
|
||||
search --no-floppy --set=root -l 'SME Server'
|
||||
|
||||
### BEGIN /etc/grub.d/10_linux ###
|
||||
menuentry 'Install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
menuentry 'Install Koozali SME Server 10 in text mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg text
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
menuentry 'Test this media & install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
submenu 'Troubleshooting -->' {
|
||||
menuentry 'Install Koozali SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
menuentry 'Rescue a Koozali SME Server system' --class fedora --class gnu-linux --class gnu --class os {
|
||||
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rescue quiet
|
||||
initrdefi /images/pxeboot/initrd.img
|
||||
}
|
||||
}
|
1
EFI/CVS/Entries
Normal file
1
EFI/CVS/Entries
Normal file
@ -0,0 +1 @@
|
||||
D/BOOT////
|
1
EFI/CVS/Repository
Normal file
1
EFI/CVS/Repository
Normal file
@ -0,0 +1 @@
|
||||
cdrom.image/sme10/EFI
|
1
EFI/CVS/Root
Normal file
1
EFI/CVS/Root
Normal file
@ -0,0 +1 @@
|
||||
:ext:shell.koozali.org:/cvs/smeserver
|
Loading…
Reference in New Issue
Block a user