Thread (31 messages) 31 messages, 1 author, 2016-06-06

[Bug 118401] Lenovo A740 gave up waiting for root device with kernels >= 4.3

From: <hidden>
Date: 2016-06-01 18:53:21

https://bugzilla.kernel.org/show_bug.cgi?id=118401
--- Comment #12 from Kevin Brubeck Unhammer <unhammer+dill@mm.st> ---
Created attachment 218671
  --> https://bugzilla.kernel.org/attachment.cgi?id=218671&action=edit
phone-image of output from initramfs-script

This is the updated script that lead to the output in the attachment:


$ 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'
cat /proc/partitions
echo '/sbin/blkid'
/sbin/blkid
echo 'cat /proc/cmdline'
cat /proc/cmdline
echo 'dmesg | grep -i blocks'
dmesg | grep -i blocks
echo "/KBU"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help