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
|
Rev | Line | |
---|
[1874ce9] | 1 | ##NO-TOCAR-ESTA-LINEA Sin-designar |
---|
| 2 | set default="0" |
---|
| 3 | set timeout="30" |
---|
| 4 | |
---|
| 5 | menuentry 'ogLive' { |
---|
| 6 | set ISODIR=ogLive |
---|
| 7 | linux (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 |
---|
| 8 | initrd (tftp)/$ISODIR/oginitrd.img |
---|
| 9 | boot |
---|
| 10 | } |
---|
| 11 | menuentry 'ReFind' { |
---|
| 12 | root='hd0,gpt1' |
---|
| 13 | chainloader /EFI/refind/shimx64.efi |
---|
| 14 | boot |
---|
| 15 | } |
---|
| 16 | menuentry 'Part-01-02' { |
---|
| 17 | root='hd0,gpt1' |
---|
| 18 | chainloader /EFI/Part-01-02/Boot/ogloader.efi |
---|
| 19 | boot |
---|
| 20 | } |
---|
| 21 | menuentry 'Windows' { |
---|
| 22 | root='hd0,gpt1' |
---|
| 23 | chainloader /EFI/Microsoft/Boot/bootmgfw.efi |
---|
| 24 | boot |
---|
| 25 | } |
---|
| 26 | menuentry 'Ubuntu' { |
---|
| 27 | root='hd0,gpt1' |
---|
| 28 | chainloader /EFI/ubuntu/grubx64.efi |
---|
| 29 | boot |
---|
| 30 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.