2

Device: Asus Zenbook Pro ux501vw-ds71t

Ubuntu Version: 15.10

I installed Ubuntu 15.10 and the installation was successful. However, the Elantech touchpad did not work. I read that the newer 4.5.0-040500RC7-generic Kernel has added support for this touchpad and so I installed the 64bit newer kernel following the instructions here:

After the installation, I did a reboot and I get the following error(s):

nouveau 0000:01:00:0: priv: HUB0: 10ecc0 fffffffff
nouveau 0000:01:00:0: DRM: Pointer to TDMS table invalid
nouveau 0000:01:00:0: DRM: Pointer to flat panel table invalid
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
  - Check rootdelay= (did the system wait long enough?)
  - Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules: ls /dev)
ALERT! /dev/disk/by-uuid/XXXXXX-XXXX-XXXX-XXXX-XXXXXX does not exist. Dropping ot a shell

Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash(
Enter 'help' for a list of built-in commands.

(initramfs) _

I am able to boot if I switch back to the original 4.2.0.16-generic kernel that was installed initially. The problem is only with the new kernel.

Would appreciate advice on one of the following:

  1. Getting the new kernel to work - so I can check if the touchpad works
  2. Getting the touchpad to work on the older kernel
4
  • What is the missing disk? Commented Mar 18, 2016 at 5:14
  • That's the root drive - it's an SSD where / is mounted.
    – rtindru
    Commented Mar 18, 2016 at 7:56
  • 1
    If you query linux Gave up waiting for root device in Google, you will find many URLs relating how people solved this problem. Unfortunately, there is no single magic trick: the error simply means the bootloader could not read your disk. This might be due to an incorrect disk encryption, a problem with BIOS, a corrupted filesystem, a missing BOOT flag in a disk partition... I can only suggest you try these different solutions one by one, until you hit the one that applies to your case; then you should answer your own question, so that other users with similar problems may use your solution. Commented Mar 18, 2016 at 10:37
  • I also have a system where kernels up to 4.2.8 boot fine, but after 4.3 (also with 4.4 and 4.6) I get "gave up waiting for root device", could you take a look at bugs.launchpad.net/ubuntu/+source/linux/+bug/1574178 and see if you think it's the same bug?
    – unhammer
    Commented May 1, 2016 at 18:57

0

You must log in to answer this question.

Browse other questions tagged .