You are not logged in.
I have a Ventura Ultra USB flash drive 120 GB.
I can boot fine with linux-lts and also with realtime linux-rt (3.14.3) but I cannot boot with the last kernel in the repository.
The boot stops at "unable to find root device". I have tested it with Syslinux and Grub2.
I cannot find a solution: fstab and syslinux.cfg (or grub.cfg) are fine, since I can boot with the other kernels...
Last edited by hifi25nl (2014-06-28 22:06:42)
Offline
Try to boot the kernel with maxcpus=1
Offline
No, it is not working...
Offline
Just a guess but it might be related with the reintroduction of the uas driver in the kernel, it seems there are still a few problems [1]. You might want to try to ignore uas for that specific drive and see if it works.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Your guess was right!
I have added ignore_uas.conf to /etc/modprobe.d with this line inside
options usb-storage quirks=0x174c:0x55aa:uand now all is fine.
Thank you.
Offline