PDA

View Full Version : [ubuntu] ubuntu 16.04 in Dell 16.04 XPS 15 (9550) Gave up waiting for root device



hernaniturpin
June 21st, 2016, 10:56 PM
Hi everyone,


I am trying to install ubuntu 16.04 in my new Dell XPS 15 (9550) laptop. When I boot via ubuntu usb pen everything seems to fine.
After install ubuntu in the SSD disk i get the following message

[ 1.098479] ACPI PCC probe failed-

Gave up waiting on 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! UUID=74d5eb30-b41b-4582-990d-6b13d919eae6 does not exist. Dropping to 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've been unable to install ubuntu in this laptop... it's a little bit frustating
Please fin below the content of some files that can be helpfull to solve my issue.


/proc/cmdline


BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=74d5eb30-b41b-4582-990d-6b13d919eae6 ro quiet splash

/etc/fstab



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p1 during installation
UUID=74d5eb30-b41b-4582-990d-6b13d919eae6 / ext4 errors=remount-ro 0 1
# /home was on /dev/nvme0n1p6 during installation
UUID=7981b7b7-6a48-43b7-8fb6-7d7ec6b47b24 /home ext4 defaults 0 2
# swap was on /dev/nvme0n1p5 during installation
UUID=aeab5c6a-d1e7-484a-89d6-6003c2dd7ba7 none swap sw 0 0



grub



# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"


Thanks in advance

jeremy31
June 21st, 2016, 11:05 PM
Can you access the install from the Live USB to check
cat /etc/initramfs-tools/modules

It needs to have module nvme listed and the initramfs rebuilt if it isn't listed

hernaniturpin
June 21st, 2016, 11:35 PM
thanks for your reply jeremy31.
the content of /etc/initramfs-tools/modules is the following


# 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

it does not have any nvme module listed. how do i rebuild the modules?

jeremy31
June 21st, 2016, 11:40 PM
I can find the commands for a normal hard drive but I am not sure if a simple change will work with your SSD. I will wait to see if someone more informed replies

I added the nvme tag to see if it helps

jeremy31
June 22nd, 2016, 03:15 PM
Moved to installation

banceu_sergiu_ione
June 26th, 2016, 04:15 PM
As I see, it say :


ACPI PCC probe failed

Try reinstall with acpi = off and you may need to select also noapic & nolapic, this will deactivate the ACPI at software and local level. See here how to enter in BootOptions and configure it (https://help.ubuntu.com/community/BootOptions).