OSDN Git Service

efi: don't be in favor of Windows 8 lollipop-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 29 Oct 2015 06:11:37 +0000 (14:11 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 29 Oct 2015 06:11:37 +0000 (14:11 +0800)
boot/efi/boot/grub.cfg

index adce08c..08134b7 100644 (file)
@@ -20,7 +20,7 @@ menuentry 'Android-x86 VER Installation' --class android-x86 {
        initrdefi /initrd.img
 }
 
-menuentry 'Windows 8' {
+menuentry 'Windows' {
        search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
        chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
 }