1 |
chrissn |
1.4 |
set default="2" |
2 |
jpp |
1.1 |
|
3 |
|
|
function load_video { |
4 |
|
|
insmod efi_gop |
5 |
|
|
insmod efi_uga |
6 |
|
|
insmod video_bochs |
7 |
|
|
insmod video_cirrus |
8 |
|
|
insmod all_video |
9 |
|
|
} |
10 |
|
|
|
11 |
|
|
load_video |
12 |
|
|
set gfxpayload=keep |
13 |
|
|
insmod gzio |
14 |
|
|
insmod part_gpt |
15 |
|
|
insmod ext2 |
16 |
|
|
|
17 |
|
|
set timeout=60 |
18 |
|
|
### END /etc/grub.d/00_header ### |
19 |
|
|
|
20 |
|
|
search --no-floppy --set=root -l 'SME Server' |
21 |
|
|
|
22 |
|
|
### BEGIN /etc/grub.d/10_linux ### |
23 |
chrissn |
1.4 |
menuentry 'Install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os { |
24 |
|
|
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg |
25 |
jpp |
1.1 |
initrdefi /images/pxeboot/initrd.img |
26 |
|
|
} |
27 |
chrissn |
1.4 |
menuentry 'Install Koozali SME Server 10 in text mode' --class fedora --class gnu-linux --class gnu --class os { |
28 |
|
|
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg text |
29 |
|
|
initrdefi /images/pxeboot/initrd.img |
30 |
|
|
} |
31 |
|
|
menuentry 'Test this media & install Koozali SME Server 10' --class fedora --class gnu-linux --class gnu --class os { |
32 |
|
|
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 |
33 |
jpp |
1.1 |
initrdefi /images/pxeboot/initrd.img |
34 |
|
|
} |
35 |
|
|
submenu 'Troubleshooting -->' { |
36 |
chrissn |
1.4 |
menuentry 'Install Koozali SME Server 10 in basic graphics mode' --class fedora --class gnu-linux --class gnu --class os { |
37 |
|
|
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 |
38 |
jpp |
1.1 |
initrdefi /images/pxeboot/initrd.img |
39 |
|
|
} |
40 |
chrissn |
1.4 |
menuentry 'Rescue a Koozali SME Server system' --class fedora --class gnu-linux --class gnu --class os { |
41 |
jpp |
1.1 |
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rescue quiet |
42 |
|
|
initrdefi /images/pxeboot/initrd.img |
43 |
|
|
} |
44 |
|
|
} |