ubuntuusers.de

🚧 Am Sonntag, 5. Mai, werden ab 16 Uhr die Server aktualisiert und eine neue Inyoka-Version veröffentlicht. Das Portal wird mehrmals nicht verfügbar sein.

25_custom

Datum:
10. November 2013 15:57
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh
exec tail -n +3 $0

menuentry "Windows UEFI bkpbootmgfw.efi" {
search --fs-uuid --no-floppy --set=root 2B1B-91C1
chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
}

menuentry "Windows Boot UEFI loader" {
search --fs-uuid --no-floppy --set=root 2B1B-91C1
chainloader (${root})/EFI/Boot/bkpbootx64.efi
}