source: server/tftpboot/grub/templates/00unknown @ 6495c7c

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 6495c7c was 1874ce9, checked in by Irina Gómez <irinagomez@…>, 6 years ago

PXE templates for UEFI: Windows, reFind, ogLiveAdmin and new computer.

  • Property mode set to 100644
File size: 723 bytes
Line 
1##NO-TOCAR-ESTA-LINEA Sin-designar
2set default="0"
3set timeout="30"
4
5menuentry 'ogLive' {
6set ISODIR=ogLive
7linux (tftp)/$ISODIR/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 oglivedir=$ISODIR INFOHOST
8initrd (tftp)/$ISODIR/oginitrd.img
9boot
10}
11menuentry 'ReFind' {
12    root='hd0,gpt1'
13    chainloader /EFI/refind/shimx64.efi
14    boot
15}
16menuentry 'Part-01-02' {
17    root='hd0,gpt1'
18    chainloader /EFI/Part-01-02/Boot/ogloader.efi
19    boot
20}
21menuentry 'Windows' {
22    root='hd0,gpt1'
23    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
24    boot
25}
26menuentry 'Ubuntu' {
27    root='hd0,gpt1'
28    chainloader /EFI/ubuntu/grubx64.efi
29    boot
30}
Note: See TracBrowser for help on using the repository browser.