summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/grub/templates/00unknown
blob: 3352a96591b1d9509c3ad8be39a03510bac1c504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##NO-TOCAR-ESTA-LINEA Sin-designar
set default="0"
set timeout="30"

menuentry 'ogLive' {
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)/$ISODIR/oginitrd.img
boot
}
menuentry 'ReFind' {
    root='hd0,gpt1'
    chainloader /EFI/refind/shimx64.efi
    boot
}
menuentry 'Part-01-02' {
    root='hd0,gpt1'
    chainloader /EFI/Part-01-02/Boot/ogloader.efi
    boot
}
menuentry 'Windows' {
    root='hd0,gpt1'
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    boot
}
menuentry 'Ubuntu' {
    root='hd0,gpt1'
    chainloader /EFI/ubuntu/grubx64.efi
    boot
}