Greetings,
his is another upgrade failure. I’ve read thru this forum and found a few similar posts, but haven’t found what I consider a match.
After upgrading from 12.3 to 13.1, my system just hangs in the splash screen when I try to boot the new kernel, openSUSE - 3.11.6-4. The old “openSUSE 12.3” kernel boots ok, and it looks mostly like my 12.3 system does, though of course this is actually 13.1 with the 12.3 kernel:
->cat /etc/os-release
NAME=openSUSE
VERSION="13.1 (Bottle)"
VERSION_ID="13.1"
PRETTY_NAME="openSUSE 13.1 (Bottle) (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:13.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
I did the upgrade by following the instructions in SDB:System upgrade (I updated the repos and ran “zypper dup” and “zypper ref” commands), and there were no errors in the upgrade
/var/log/zypper.log:
2013-12-15 22:04:44 <1> vicksburg.site(4554) [zypp] TargetImpl.cc(commit):1370 TargetImpl::commit(<pool>, CommitPolicy( DownloadInHeaps )) returns: CommitResult (total 5523, done 5523, error 0, skipped 0, updateMessages 1)
I must be not be using grub2, because the grub-menu I see is in /boot/grub/menu.lst -
→ sudo cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Sun Dec 15 21:09:44 MST 2013
# THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
# For the new kernel it try to figure out old parameters. In case we are not able to recognize it (e.g. change of flavor or strange install order ) it it use as fallback installation parameters from /etc/sysconfig/bootloader
default 0
timeout 8
gfxmenu (hd0,0)/message
##YaST - activate
###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE - 3.11.6-4
root (hd0,0)
kernel /vmlinuz-3.11.6-4-desktop root=/dev/vg1/rootlv resume=/dev/disk/by-id/ata-ST31000528AS_5VP0MEAM-part2 splash=silent quiet showopts vga=0x375
initrd /initrd-3.11.6-4-desktop
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE - 3.11.6-4
root (hd0,0)
kernel /vmlinuz-3.11.6-4-desktop root=/dev/vg1/rootlv showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x375
initrd /initrd-3.11.6-4-desktop
###Don't change this comment - YaST2 identifier: Original name: xen###
title Xen -- openSUSE - 3.11.6-4
root (hd0,0)
kernel /xen.gz vgamode=0x375
module /vmlinuz-3.11.6-4-xen root=/dev/vg1/rootlv
module /initrd-3.11.6-4-xen
###Don't change this comment - YaST2 identifier: Original name: linux###
title Desktop -- openSUSE 12.3 - 3.7.10-1.16
root (hd0,0)
kernel /vmlinuz-3.7.10-1.16-desktop root=/dev/vg1/rootlv resume=/dev/disk/by-id/ata-ST31000528AS_5VP0MEAM-part2 splash=silent quiet showopts vga=0x375
initrd /initrd-3.7.10-1.16-desktop
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 12.3 - 3.7.10-1.16
root (hd0,0)
kernel /vmlinuz-3.7.10-1.16-desktop root=/dev/vg1/rootlv showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x375
initrd /initrd-3.7.10-1.16-desktop
###Don't change this comment - YaST2 identifier: Original name: xen###
title Xen -- openSUSE 12.3 - 3.7.10-1.16
root (hd0,0)
kernel /xen.gz vgamode=0x375
module /vmlinuz-3.7.10-1.16-xen root=/dev/vg1/rootlv
module /initrd-3.7.10-1.16-xen
###Don't change this comment - YaST2 identifier: Original name: linux###
title GNU GRUB 2 -- openSUSE 12.2 - GNU GRUB 2
kernel (hd0,0)/grub2/core.img root=/dev/vg1/rootlv resume=/dev/disk/by-id/ata-ST31000528AS_5VP0MEAM-part2 splash=silent quiet showopts vga=0x375
So I tried booting into the new kernel in SAFE mode, and what I get is these messages scrolling by repeatedly in a console:
PARTIAL MODE. Incomplete logical volumes will be processed.
Volume group “vg1” not found
No volume groups found
When they finally stopped, the console says:
Could not find /dev/vg1/rootlv.
Want me to fall back to /dev/vg1/rootlv? (Y/n)
I typed the Y key, but it was ignored, and the system seems dead.
So obviously the kernel is not able to read my LVM disk. Is this related to the LVM issue that I saw referenced? I’m not using raid, but I do have LVM. I also don’t think disk utilization is an issue. I have a 500MB /boot partition (sda1), swap (sda2), an unused ext3(sda3), and LVM on the rest (sda4ext, sda5) of my 1000GB drive. I mount / (root), /home, and /mydata on separate logical volumes:
sudo /usr/sbin/fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 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
Disk label type: dos
Disk identifier: 0xc0000000
Device Boot Start End Blocks Id System
/dev/sda1 * 63 1028159 514048+ 83 Linux
/dev/sda2 1028160 13607054 6289447+ 82 Linux swap / Solaris
/dev/sda3 13608960 432211967 209301504 83 Linux
/dev/sda4 432212761 1953520064 760653652 f W95 Ext'd (LBA)
/dev/sda5 432212823 1953520064 760653621 8e Linux LVM
Disk /dev/mapper/vg1-datalv: 268.4 GB, 268435456000 bytes, 524288000 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
Disk /dev/mapper/vg1-homelv: 107.4 GB, 107374182400 bytes, 209715200 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
Disk /dev/mapper/vg1-rootlv: 53.7 GB, 53687091200 bytes, 104857600 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
df:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg1-rootlv 51606140 18834588 30150112 39% /
devtmpfs 4079164 16 4079148 1% /dev
tmpfs 4092592 4 4092588 1% /dev/shm
tmpfs 4092592 2360 4090232 1% /run
tmpfs 4092592 0 4092592 0% /sys/fs/cgroup
tmpfs 4092592 2360 4090232 1% /var/lock
tmpfs 4092592 2360 4090232 1% /var/run
/dev/mapper/vg1-datalv 258030980 205313724 39611976 84% /mydata
/dev/mapper/vg1-homelv 103212320 57741712 40227728 59% /home
/dev/sda1 498018 278262 194054 59% /boot
What do I do now?
It might help to know that I’ve only upgraded, not installed, since about 11.4 timeframe- thru all 12.x versions. That’s probably why I’m still in grub “one”.