lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 16 Dec 2015 18:18:10 -0800
From:	Ames Cornish <ames@...nishes.net>
To:	linux-kernel@...r.kernel.org
Subject: PROBLEM: 4.4 won't boot on Dell XPS Laptop Inbox x

Hi,

I have been running 4.3 on my laptop OK, but 4.4 will not boot at all.
I've tried rc3, rc4, rc5, and some of the drm builds.  The boot
process halts with "ALERT! /dev/disk/by-uuid/<uuid> does not exist",
although the UUID does exist, and other kernels boot fine.

I've attached a screenshot to a bugzilla report:

https://bugzilla.kernel.org/show_bug.cgi?id=108981

Here's my grub stanza:

                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio;
insmod lzopio; fi
                insmod part_gpt
                insmod ext2
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root
7e2ed448-28a7-465e-a5b0-58db19b2711a
                else
                  search --no-floppy --fs-uuid --set=root
7e2ed448-28a7-465e-a5b0-58db19b2711a
                fi
                echo    'Loading Linux 4.4.0-040400rc4-generic ...'
                linux   /boot/vmlinuz-4.4.0-040400rc4-generic
root=UUID=7e2ed448-28a7-465e-a5b0-58db19b2711a ro  quiet splash
i915.preliminary_hw_support=1 i915.enable_ips=0 $vt_handoff
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-4.4.0-040400rc4-generic


Please let me know if you need more info to track this down.

Thanks for any help!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ