boo35 boo35 changed bug 957383
What Removed Added
Flags needinfo?(9b3e05a5@opayq.com)  

Comment # 6 on bug 957383 from
(In reply to Michael Chang from comment #4)
> Please test the package from this repoistory.
> 
> http://download.opensuse.org/repositories/home:/michael-chang:/branches:/
> Base:/System/openSUSE_Tumbleweed/


> You'll have to add your xen efi loader commad line option in
> /etc/default/grub as
> something like:
>  
>  SUSE_CMDLINE_XENEFI="-mapbs"
> 
> Run 'grub2-mkconfig -o /boot/grub2/grub.cfg' (or update-bootloader
> --refresh) to get /boot/grub2/grub.cfg re-generated with new xen command
> line options.

Upgrading,

    zypper in --force \
     grub2 \
     grub2-branding-upstream \
     grub2-i386-pc \
     grub2-x86_64-efi \
     grub2-x86_64-xen

Notice the "no such file or directory" messages

    ...
    Retrieving package grub2-2.02~beta2-300.2.x86_64        (1/5),   2.4 MiB (
20.4 MiB unpacked)
    Retrieving: grub2-2.02~beta2-300.2.x86_64.rpm
...........................[done (137.0 KiB/s)]
    (1/5) Installing: grub2-2.02~beta2-300.2
..............................................[done]
    Additional rpm output:
??    install-info: No such file or directory for /usr/share/info/grub-dev.info
??    install-info: No such file or directory for /usr/share/info/grub2.info
    ...

Checking

    rpm -qa | grep -i grub
        grub2-2.02~beta2-300.2.x86_64
        grub2-branding-upstream-2.02~beta2-300.2.x86_64
        grub2-i386-pc-2.02~beta2-300.2.x86_64
        grub2-x86_64-efi-2.02~beta2-300.2.x86_64
        grub2-x86_64-xen-2.02~beta2-300.2.x86_64

Mod'ing the grub config

    EDIT /etc/default/grub
    +    SUSE_CMDLINE_XENEFI=" /mapbs"

Then

    grub2-mkconfig -o /boot/grub2/grub.cfg

Results in

    grep mapbs  /boot/grub2/grub.cfg

        chainloader  $cmdpath/xen-4.6.0_08-405.efi xen-4.6.0_08-405.efi  /mapbs
config.1
                        chainloader  $cmdpath/xen-4.6.0_08-405.efi
xen-4.6.0_08-405.efi  /mapbs config.2

On reboot, no errors on startup. And this error,

    https://bugzilla.suse.com/show_bug.cgi?id=956526#c16

gone as well on subsequent reboot, indicating the " /mapbs" was properly
inserted.


You are receiving this mail because: