I have an ACER V3-771G-9809 laptop, recently purchased. It comes with Windows 8 pre-installed on a 1 TB disk (/dev/sda) and UEFI Secure Boot is specified in the BIOS. I installed a second 1TB disk (/dev/sdb) and did a new 12.3 install from a DVD that I burned from the ISO image. I have some continuing graphics issues with the 12.3 install, but I do have a working installation. However, before the install I could boot to Windows 8, and after, even though there is a Windows entry in the Grub2 menu, selecting it produces no response. Looking at the partitioner I see that there is an EFI boot partition on both disks: /dev/sda2 and /dev/sdb1… Is this supposed to have occurred? And is it a/the problem? I have the impression from reading the posting on
https://en.opensuse.org/openSUSE:UEFI
, that there should be a single EFI boot partition, the original one on /dev/sda2. My grub.cfg file on /boot/grub2 shows
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 cf6af60c-557e-46bf-b4e5-9da2556bd73e
else
search --no-floppy --fs-uuid --set=root cf6af60c-557e-46bf-b4e5-9da2556bd73e
fi
font="/usr/share/grub2/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=POSIX
insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 cf6af60c-557e-46bf-b4e5-9da2556bd73e
else
search --no-floppy --fs-uuid --set=root cf6af60c-557e-46bf-b4e5-9da2556bd73e
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if x${boot_once} = xtrue ]; then
set timeout=0
elif sleep --interruptible 0 ; then
set timeout=20
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE 12.3' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-cf6af60c-557e-46bf-b4e5-9da2556bd73e' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 cf6af60c-557e-46bf-b4e5-9da2556bd73e
else
search --no-floppy --fs-uuid --set=root cf6af60c-557e-46bf-b4e5-9da2556bd73e
fi
echo 'Loading Linux 3.7.10-1.1-desktop ...'
linuxefi /boot/vmlinuz-3.7.10-1.1-desktop root=UUID=cf6af60c-557e-46bf-b4e5-9da2556bd73e ro quiet splash=silent
echo 'Loading initial ramdisk ...'
initrdefi /boot/initrd-3.7.10-1.1-desktop
}
submenu 'Advanced options for openSUSE 12.3' $menuentry_id_option 'gnulinux-advanced-cf6af60c-557e-46bf-b4e5-9da2556bd73e' {
menuentry 'openSUSE 12.3, with Linux 3.7.10-1.1-desktop' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.10-1.1-desktop-advanced-cf6af60c-557e-46bf-b4e5-9da2556bd73e' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 cf6af60c-557e-46bf-b4e5-9da2556bd73e
else
search --no-floppy --fs-uuid --set=root cf6af60c-557e-46bf-b4e5-9da2556bd73e
fi
echo 'Loading Linux 3.7.10-1.1-desktop ...'
linuxefi /boot/vmlinuz-3.7.10-1.1-desktop root=UUID=cf6af60c-557e-46bf-b4e5-9da2556bd73e ro quiet splash=silent
echo 'Loading initial ramdisk ...'
initrdefi /boot/initrd-3.7.10-1.1-desktop
}
menuentry 'openSUSE 12.3, with Linux 3.7.10-1.1-desktop (recovery mode)' --class 'opensuse-12-3' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.10-1.1-desktop-recovery-cf6af60c-557e-46bf-b4e5-9da2556bd73e' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd1,gpt3'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 cf6af60c-557e-46bf-b4e5-9da2556bd73e
else
search --no-floppy --fs-uuid --set=root cf6af60c-557e-46bf-b4e5-9da2556bd73e
fi
echo 'Loading Linux 3.7.10-1.1-desktop ...'
linuxefi /boot/vmlinuz-3.7.10-1.1-desktop root=UUID=cf6af60c-557e-46bf-b4e5-9da2556bd73e ro showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
echo 'Loading initial ramdisk ...'
initrdefi /boot/initrd-3.7.10-1.1-desktop
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-CCD7-9020' {
insmod part_gpt
insmod fat
set root='hd0,gpt2'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 CCD7-9020
else
search --no-floppy --fs-uuid --set=root CCD7-9020
fi
chainloader /efi/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###
and the last menu entry does point to /dev/sda2 which is the EFI boot partition of the Windows installation.
I am not exactly heartbroken that I can’t boot to Windows, but since it is there, I might as well have access to it should the unlikely event occur that I, or someone else, needs it. I am also prepared to do a re-install of 12.3 if I mangled the options there and produced this problem. Thanks.