[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-118401-13602-QDxutwZ6In@https.bugzilla.kernel.org/>
Date: Fri, 03 Jun 2016 19:03:03 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 118401] Lenovo A740 gave up waiting for root device with
kernels >= 4.3
https://bugzilla.kernel.org/show_bug.cgi?id=118401
--- Comment #17 from Kevin Brubeck Unhammer <unhammer+dill@...st> ---
Created attachment 218851
--> https://bugzilla.kernel.org/attachment.cgi?id=218851&action=edit
phone-image of initramfs-script w/ahci, scsi dmesg's, 4.6
$ cat /etc/initramfs-tools/scripts/init-premount/kbu-blkid
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
echo "KBU"
echo 'cat /proc/partitions # gives:'
cat /proc/partitions
echo '/sbin/blkid # gives:'
/sbin/blkid
echo 'cat /proc/cmdline # gives:'
cat /proc/cmdline
echo 'dmesg | grep -i blocks # gives:'
dmesg | grep -i blocks
echo 'dmesg | grep -i ahci # gives:'
dmesg | grep -i ahci
echo 'dmesg | grep -i scsi # gives:'
dmesg | grep -i scsi
echo 'dmesg | grep -i sata # gives:'
dmesg | grep -i sata
echo 'dmesg | grep -i ata[0-4] # gives:'
dmesg | grep -i ata[0-4]
echo 'cat /proc/scsi/scsi # gives:'
cat /proc/scsi/scsi
echo "/KBU"
$ cat /etc/initramfs-tools/modules
# List of modules that you want to include in your initramfs.
# They will be loaded at boot time in the order below.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
ahci
libahci
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists