/[smeserver]/cdrom.image/sme10/netinstall/EFI/BOOT/grub.cfg
ViewVC logotype

Annotation of /cdrom.image/sme10/netinstall/EFI/BOOT/grub.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Wed Nov 25 14:10:36 2020 UTC (3 years, 10 months ago) by chrissn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +12 -8 lines
* Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net>
- Added RAID support for netinstall [SME: 10918]
- Added text install option for netinstall

1 chrissn 1.5 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 jpp 1.2 search --no-floppy --set=root -l 'SME Server'
21 jpp 1.1
22     ### BEGIN /etc/grub.d/10_linux ###
23 chrissn 1.5 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:/ks.cfg
25 jpp 1.1 initrdefi /images/pxeboot/initrd.img
26     }
27 chrissn 1.5 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:/ks.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:/ks.cfg
33 jpp 1.1 initrdefi /images/pxeboot/initrd.img
34     }
35     submenu 'Troubleshooting -->' {
36 chrissn 1.5 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:/ks.cfg
38 jpp 1.1 initrdefi /images/pxeboot/initrd.img
39     }
40 chrissn 1.5 menuentry 'Rescue a Koozali SME Server system' --class fedora --class gnu-linux --class gnu --class os {
41 jpp 1.2 linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=SME\x20Server rescue quiet
42 jpp 1.1 initrdefi /images/pxeboot/initrd.img
43     }
44     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed