boo35 boo35 changed bug 955493
What Removed Added
Flags   needinfo?(mchang@suse.com)

Comment # 6 on bug 955493 from
I'm trying to remove Xen from the equation, see if I can get back to a working
network.

Even though both Xen & !Xen kernels are installed

    rpm -qa | grep -i "kernel-xen|kernel-default"
        kernel-default-4.3.0-4.1.g734b32c.x86_64
        kernel-xen-4.3.0-4.1.g734b32c.x86_64

ls -al /boot/vmlinuz*
    lrwxrwxrwx 1 root root   32 Nov 16 16:37 /boot/vmlinuz ->
vmlinuz-4.3.0-4.g734b32c-default
    -rw-r--r-- 1 root root 5.7M Nov 15 04:50
/boot/vmlinuz-4.3.0-4.g734b32c-default
    -rw-r--r-- 1 root root 5.1M Nov 15 03:48 /boot/vmlinuz-4.3.0-4.g734b32c-xen
    lrwxrwxrwx 1 root root   28 Nov 16 16:41 /boot/vmlinuz-xen ->
vmlinuz-4.3.0-4.g734b32c-xen

`grub2-mkconfig` is failing to create efi for BOTH xen & non-xen instances. 
Instead only for xen -- the running kernel,

    ls -al /boot/efi/EFI/opensuse/
        total 23M
        drwxrwxr-x 2 root root 4.0K Nov 18 13:38 ./
        drwxrwxr-x 4 root root 4.0K Mar 28  2015 ../
        -rwxrwxr-x 1 root root  297 Nov 18 13:39 grub.xen-files*
        -rwxrwxr-x 1 root root  16M Nov 18 13:38 initrd-4.3.0-4.g734b32c-xen*
        -rwxrwxr-x 1 root root 5.1M Nov 15 03:48 vmlinuz-4.3.0-4.g734b32c-xen*
        -rwxrwxr-x 1 root root 2.6K Nov 18 13:39 xen-4.6.0_02-397.cfg*
        -rwxrwxr-x 1 root root 2.1M Nov 11 13:18 xen-4.6.0_02-397.efi*

EFI configs & boot-binaries for *all* installed kernels should be installed,
no?


You are receiving this mail because: