On Fri, Oct 31, 2014 at 11:50 AM, Robert Munteanu <robert.munteanu@gmail.com> wrote:
On Fri, Oct 31, 2014 at 10:43 AM, Robert Munteanu <robert.munteanu@gmail.com> wrote:
On Fri, Oct 31, 2014 at 10:37 AM, Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Fri, Oct 31, 2014 at 11:28 AM, Robert Munteanu <robert.munteanu@gmail.com> wrote:
On Fri, Oct 31, 2014 at 10:11 AM, Robert Munteanu <robert.munteanu@gmail.com> wrote:
On Fri, Oct 31, 2014 at 10:08 AM, Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Fri, Oct 31, 2014 at 10:33 AM, Robert Munteanu <robert.munteanu@gmail.com> wrote: > Hi, > > I just upgraded from 13.1 to 13.2 using zypper dup. I am running a > W520 with encrypted LVM. Bootloader is grub2. > > Booting now gets stuck with the message in $SUBJECT. The root/path to > initrd are correct, I've verified them with the grub2 console. The > linux line correctly contains pci=noacpi, which is required to boot > with this laptop. > > Keyboard input is still available, as I can press 'Caps Lock' and the > corresponding LED lights up or down, but nothing is echoed on the > console. > > How can I debug/fix the boot process? >
Something similar was reported in forums. Edit grub.cfg, add "echo Initrd loaded" after initrd command - this will show whether grub fails to read it or it at least goes further.
I could not find anything in the first pages of
http://forums.opensuse.org/forumdisplay.php/677-Pre-Release-Beta
Do you have a link at hand?
https://forums.opensuse.org/showthread.php/501584-Sort-of-solved-Grub2-UEFI-...
Thanks, I'll take a look but I'm not too optimistic as I don't have UEFI enabled.
Robert
Initrd gets loaded for me.
Then either something wrong happens during handover to kernel or it is stuck when running kernel. Do you have chance to test different kernel version?
I initially tried 3.16.4-9, with 3.16.3.1-1 I get the same behaviour. However (!) I booted the old 3.11.10 kernel and that worked, as in the boot process continued and I could log in to KDE but no network is available.
I take that back, network is indeed available now. But the question stands - why don't the new kernel versions work? Does not seem to be a grub2 config problem. Here's what I have for the main entry and the working entry in /boot/grub2/grub.cfg
menuentry 'openSUSE 12.3' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4e9f336c-8bc2-46f8-b209-84bf6e0eab64' { load_video set gfxpayload=keep
Could you try disabling graphic in grub (as long as you can boot you can do it using yast) and boot in text mode?
insmod gzio insmod part_msdos insmod ext2 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' a0f1d3bc-ef4e-44a6-8347-2cc3256a980a else search --no-floppy --fs-uuid --set=root a0f1d3bc-ef4e-44a6-8347-2cc3256a980a fi echo 'Loading Linux 3.16.4-9.g7a8842b-desktop ...' linux /vmlinuz-3.16.4-9.g7a8842b-desktop root=UUID=4e9f336c-8bc2-46f8-b209-84bf6e0eab64 elevator=deadline pci=noacpi resume=/dev/system/swap splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /initrd-3.16.4-9.g7a8842b-desktop }
menuentry 'openSUSE 12.3, with Linux 3.11.10-21-desktop' --class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.10-21-desktop-advanced-4e9f336c-8bc2-46f8-b209-84bf6e0eab64' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 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' a0f1d3bc-ef4e-44a6-8347-2cc3256a980a else search --no-floppy --fs-uuid --set=root a0f1d3bc-ef4e-44a6-8347-2cc3256a980a fi echo 'Loading Linux 3.11.10-21-desktop ...' linux /vmlinuz-3.11.10-21-desktop root=UUID=4e9f336c-8bc2-46f8-b209-84bf6e0eab64 elevator=deadline pci=noacpi resume=/dev/system/swap splash=silent quiet showopts echo 'Loading initial ramdisk ...' initrd /initrd-3.11.10-21-desktop }
Robert
Robert
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org