Comment 29 for bug 1269992

Revision history for this message
syscon-hh (syscon-kono) wrote :

I dont think so ! The problems with the picture is solved.

 Basic is a fresh installed trusty 'Kubuntu'.

 grub-version after installation was 2.00-22

 After the upgrade (activated proposed) grub packages 2.02~beta2-5 I got these:

 * an additional folder 'grub' -> see below

 **** information directory '/boot/efi/EFI' ****
root@USB-KUBUNTU:/boot/efi/EFI# ls -la
insgesamt 3
drwxr-xr-x 5 root root 512 Jan 28 11:38 .
drwxr-xr-x 3 root root 512 Jan 1 1970 ..
drwxr-xr-x 2 root root 512 Jan 27 18:27 Boot
drwxr-xr-x 2 root root 512 Jan 28 11:21 grub
drwxr-xr-x 2 root root 512 Jan 27 16:49 ubuntu
root@USB-KUBUNTU:/boot/efi/EFI# ls -la ubuntu
insgesamt 3361
drwxr-xr-x 2 root root 512 Jan 27 16:49 .
drwxr-xr-x 5 root root 512 Jan 28 11:38 ..
-rwxr-xr-x 1 root root 127 Jan 27 16:49 grub.cfg
-rwxr-xr-x 1 root root 905080 Jan 27 16:49 grubx64.efi
-rwxr-xr-x 1 root root 1178240 Jan 27 16:49 MokManager.efi
-rwxr-xr-x 1 root root 1355736 Jan 27 16:49 shimx64.efi
root@USB-KUBUNTU:/boot/efi/EFI# ls -la grub
insgesamt 3411
drwxr-xr-x 2 root root 512 Jan 28 11:21 .
drwxr-xr-x 5 root root 512 Jan 28 11:38 ..
-rwxr-xr-x 1 root root 128 Jan 28 11:37 grub.cfg
-rwxr-xr-x 1 root root 956792 Jan 28 11:37 grubx64.efi
-rwxr-xr-x 1 root root 1178240 Jan 28 11:37 MokManager.efi
-rwxr-xr-x 1 root root 1355736 Jan 28 11:37 shimx64.efi

 * sudo grub-install -v _> shows below (tail only):

 **** update grub version 2.02~beta2-5 ****
 grub-install: Info: copying `/usr/lib/shim/shim.efi.signed' -> `/boot/efi/EFI/grub/shimx64.efi'.
grub-install: Info: copying `/usr/lib/grub/x86_64-efi-signed/grubx64.efi.signed' -> `/boot/efi/EFI/grub/grubx64.efi'.
grub-install: Info: copying `/usr/lib/shim/MokManager.efi.signed' -> `/boot/efi/EFI/grub/MokManager.efi'.
grub-install: Info: copying `/boot/grub/x86_64-efi/load.cfg' -> `/boot/efi/EFI/grub/grub.cfg'.
grub-install: Info: Registering with EFI: distributor = `grub', path = `\EFI\grub\shimx64.efi', ESP at hostdisk//dev/sdd,gpt1.
grub-install: Info: executing efibootmgr --version </dev/null >/dev/null.
grub-install: Info: executing modprobe -q efivars.
grub-install: Info: executing efibootmgr -b 0000 -B.
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0002,0001,0003
Boot0001* Windows Boot Manager
Boot0002* Precise Pangolin
Boot0003* UEFI: Sony Storage Media 1.00
grub-install: Info: executing efibootmgr -c -d /dev/sdd -p 1 -w -L grub -l \EFI\grub\shimx64.efi.
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0002,0001,0003
Boot0001* Windows Boot Manager
Boot0002* Precise Pangolin
Boot0003* UEFI: Sony Storage Media 1.00
Boot0000* grub
installation beendet. Keine Fehler aufgetreten.
root@USB-KUBUNTU:/boot/efi/EFI#

 * what function has the folder 'grub' and / or 'ubuntu' now?
 * an existing nvram-entry never should be deleted - only if allready existing -> overwritten

 **** grub-menu shell shows: ****
 grub> set

 cmdpath=(hd0,gpt1)EFI/grub
 ....
 config_directory=(hd0,gpt1)EFI/ubuntu
 config_file=(hd0,gpt1)EFI/ubuntu/grub.cfg

**** /etc/default/grub ****
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
# GRUB_HIDDEN_TIMEOUT=0
# GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768
GRUB_BACKGROUND="/boot/grub/images/kde-wallpaper.png"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"