I’m using Tumbleweed, current state, kernel 3.19.1-2-desktop, grub2, on a HP ZBook 15, SSD disc.
Recently I tried to migrate to UEFI by
- creating an additional EFI partition with FAT32
- migrating the MBR to GPT
- switched to UEFI without CSM in the notebook’s BIOS setup (including entering the customized path to *EFI\opensuse\grubx64.efi there)*
- installed grub2-efi-x64 to the EFI partition
The system is booting correctly except for one problem:
I can’t get activated hybrid graphics, the secondary NVidia card doesn’t get activated, athough Hybrid Graphics is enabled in the system BIOS (tried Enabled and Auto).
This means I don’t get activated the second, external graphical display.
I just see the built-in Intel graphics activated nothing more.
It doesn’t work neither using nouveau (unfortunately also affaced by bug http://bugzilla.opensuse.org/show_bug.cgi?id=919036) nor the native NVidia driver (which hangs, unusable). It doesn’t even work with the latest 13.2 kernel from the Updates repository (although the nouveau driver there is known to work).
All the things that fail above with UEFI workd fine using MBR and the Legacy BIOS.
Anything I missed here?
Outputs:
gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sda: 500118192 sectors, 238.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 73D7D2A3-82F5-476D-A882-36DCF562669E
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 500118158
Partitions will be aligned on 2048-sector boundaries
Total free space is 4175 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 3584541 1.7 GiB 8200 Linux swap
2 4208640 46153727 20.0 GiB 8300 Linux filesystem
3 46153728 500117503 216.5 GiB 8300 Linux filesystem
4 3586048 4208639 304.0 MiB EF00 EFI System
Thanks,
René