diff options
Diffstat (limited to 'server/tftpboot/grub')
-rw-r--r-- | server/tftpboot/grub/grub.cfg | 2 | ||||
-rw-r--r-- | server/tftpboot/grub/templates/21UEFIpxe | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/server/tftpboot/grub/grub.cfg b/server/tftpboot/grub/grub.cfg new file mode 100644 index 00000000..53db4d84 --- /dev/null +++ b/server/tftpboot/grub/grub.cfg @@ -0,0 +1,2 @@ +source "$prefix/$net_default_mac" + diff --git a/server/tftpboot/grub/templates/21UEFIpxe b/server/tftpboot/grub/templates/21UEFIpxe new file mode 100644 index 00000000..7892a495 --- /dev/null +++ b/server/tftpboot/grub/templates/21UEFIpxe @@ -0,0 +1,7 @@ +##NO-TOCAR-ESTA-LINEA UEFI-pxe +set ISODIR=ogLive +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 +initrd (tftp)/$OGLIVE/oginitrd.img +boot + + |