I apologize for using your thread to troubleshoot my issue as well but it seams as though we are in the same boat johannesrs.
as far as not installing updates, last night i went ahead and removed the Kernel Update, Dracut update and a few others to see if that would make a difference. Prior to updating i checked the initrd file in the /boot directory to see what the timestamp was (my current theory is during the updates something is causing the recreation of the initrd file and i end up with an issue). After the updates something still forced the mkinitrd to run and recreate my initrd. After a reboot i still had the same issue with loading initial ramdisk, so now i’m back to reinstalling the OS from scratch and trying to identify further updates that might be causing it. I also ran the boot info script before and after to see if anything changed and i did notice something different after with the UUID’s of the hard disks.
Before
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 132 for .
sda1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Boot/BCD
sda2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /Windows/System32/winload.exe
sda3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sda4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Grub2 (v1.99)
Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda4
and looks at sector 304656280 of the same hard drive
for core.img. core.img is at this location and looks
in partition 132 for .
sda5: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Welcome to openSUSE 13.2
"Harlequin" - Kernel ().
Boot files: /boot/grub2/grub.cfg /etc/fstab
sda6: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
/dev/sda2 206,848 133,621,759 133,414,912 7 NTFS / exFAT / HPFS
/dev/sda3 133,621,760 266,571,775 132,950,016 7 NTFS / exFAT / HPFS
/dev/sda4 * 266,571,776 478,334,975 211,763,200 f W95 Extended (LBA)
/dev/sda5 266,573,824 352,481,279 85,907,456 83 Linux
/dev/sda6 352,483,328 369,254,399 16,771,072 82 Linux swap / Solaris
/dev/sda7 369,256,448 478,334,975 109,078,528 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 709680AF968076FE ntfs System Reserved
/dev/sda2 E2028F56028F2F1B ntfs Program Files
/dev/sda3 E232263932261359 ntfs Data
/dev/sda5 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda ext4
/dev/sda6 78e5bd3f-111c-4b87-9261-302e03570340 swap
/dev/sda7 75dc17f5-7a16-481d-bb47-a9a23cb29f77 ext4
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda5 / ext4 (rw,relatime,data=ordered)
/dev/sda7 /home ext4 (rw,relatime,data=ordered)
========================== sda5/boot/grub2/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# 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 -f ${config_directory}/grubenv ]; then
load_env -f ${config_directory}/grubenv
elif -s $prefix/grubenv ]; then
load_env
fi
if "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="${saved_entry}"
fi
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_msdos
insmod ext2
set root='hd0,msdos5'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
else
search --no-floppy --fs-uuid --set=root 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
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=en_US
insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
else
search --no-floppy --fs-uuid --set=root 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/openSUSE/ascii.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans10.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans12.pf2
loadfont ($root)/boot/grub2/themes/openSUSE/DejaVuSans-Bold14.pf2
insmod png
set theme=($root)/boot/grub2/themes/openSUSE/theme.txt
export theme
if x${boot_once} = xtrue ]; then
set timeout=0
elif x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=8
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=8
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'openSUSE' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
else
search --no-floppy --fs-uuid --set=root 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
fi
echo 'Loading Linux 3.16.6-2-desktop ...'
linux /boot/vmlinuz-3.16.6-2-desktop root=UUID=33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda resume=/dev/sda6 splash=silent quiet showopts
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-3.16.6-2-desktop
}
submenu 'Advanced options for openSUSE' $menuentry_id_option 'gnulinux-advanced-33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda' {
menuentry 'openSUSE, with Linux 3.16.6-2-desktop' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.6-2-desktop-advanced-33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
else
search --no-floppy --fs-uuid --set=root 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
fi
echo 'Loading Linux 3.16.6-2-desktop ...'
linux /boot/vmlinuz-3.16.6-2-desktop root=UUID=33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda resume=/dev/sda6 splash=silent quiet showopts
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-3.16.6-2-desktop
}
menuentry 'openSUSE, with Linux 3.16.6-2-desktop (recovery mode)' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.6-2-desktop-recovery-33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos5'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
else
search --no-floppy --fs-uuid --set=root 33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda
fi
echo 'Loading Linux 3.16.6-2-desktop ...'
linux /boot/vmlinuz-3.16.6-2-desktop root=UUID=33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-3.16.6-2-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/30_os-prober ###
menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-709680AF968076FE' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1' 709680AF968076FE
else
search --no-floppy --fs-uuid --set=root 709680AF968076FE
fi
drivemap -s (hd0) ${root}
chainloader +1
}
### 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/80_suse_btrfs_snapshot ###
### END /etc/grub.d/80_suse_btrfs_snapshot ###
### BEGIN /etc/grub.d/90_persistent ###
### END /etc/grub.d/90_persistent ###
--------------------------------------------------------------------------------
=============================== sda5/etc/fstab: ================================
--------------------------------------------------------------------------------
UUID=78e5bd3f-111c-4b87-9261-302e03570340 swap swap defaults 0 0
UUID=33ef9e1a-b1bc-4cf9-9dc4-baaab6ed2fda / ext4 acl,user_xattr 1 1
UUID=75dc17f5-7a16-481d-bb47-a9a23cb29f77 /home ext4 acl,user_xattr 1 2
--------------------------------------------------------------------------------
=================== sda5: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
=============================== StdErr Messages: ===============================
cat: /tmp/BootInfo-gCX98jAB/Tmp_Log: No such file or directory
WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
No volume groups found
mdadm: No arrays found in config file or automatically