boot - Ubuntu falls in emergency mode after upgrade 14.04 -> 16.04 - Ask Ubuntu


i have upgraded ubuntu 14.04 16.04. after loading falls in emergency mode. unfortunately couldn't copy paste output of journalctl -xb command (it seems journal exists in emergency mode). have written errors on piece of paper , copy errors one:

systemd_udev[294]: specified group 'pugindev' unknown nvidia-persistentced[564]: failed query nvidia devices... syscmd[1]: dev-disk-by\x2dlabel-data.device failed mount /filearchive. special device /dev/sdc1 not exists kernel: hid-generic 0003:046e:6000.0002 usb_submit_urb(ctrl): failed -1 error connecting consolekit gnome-session-binary[1019]: error: failed connect sys. aborting 

on nvidia: have gtx660 series card.

how solve ?

update: according @heynnema's advice, publish outputs:

hedin@home:~/$ cat /etc/fstab # /etc/fstab: static file system information. # # use 'blkid' print universally unique identifier # device; may used uuid= more robust way name devices # works if disks added , removed. see fstab(5). # # <file system> <mount point>   <type>  <options>       <dump>  <pass> # / on /dev/sda1 during installation uuid=708e39a6-5e4b-49f8-9ecd-1a52fb6d488f /               ext4       errors=remount-ro 0       1 # swap on /dev/sda5 during installation uuid=20d00d33-b87d-44e7-954b-c7f9e075a58b none            swap      sw              0       0  # filearchive /dev/sdc1/ /filearchive ext4 errors=remount-ro 0 1 /dev/sdb2/ /filearchive2 ext4 errors=remount-ro 0 1 

in following fdisk -l output cutting /dev/ram information:

disk /dev/sda: 119.2 gib, 128035676160 bytes, 250069680 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disklabel type: dos disk identifier: 0x1a3fe5c5  device     boot     start       end   sectors   size id type /dev/sda1  *         2048 234063871 234061824 111.6g 83 linux /dev/sda2       234065918 250068991  16003074   7.6g  5 extended /dev/sda5       234065920 250068991  16003072   7.6g 82 linux swap / solaris  disk /dev/sdb: 1.8 tib, 2000398934016 bytes, 3907029168 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes disklabel type: dos disk identifier: 0xdb2e1f65  device     boot      start        end    sectors  size id type /dev/sdb1  *          2048 1048578047 1048576000  500g  7 hpfs/ntfs/exfat /dev/sdb2       1048578048 3292618751 2244040704    1t 83 linux /dev/sdb3       3292618752 3907028991  614410240  293g 83 linux  disk /dev/sdc: 1.8 tib, 2000398934016 bytes, 3907029168 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes disklabel type: gpt disk identifier: 7bf3adef-908a-4fc0-a9ca-351a1e1096b5  device     start        end    sectors  size type /dev/sdc1   2048 3907028991 3907026944  1.8t microsoft basic data  disk /dev/mapper/vg0-windows: 50 gib, 53687091200 bytes, 104857600 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes  disk /dev/mapper/vg0-linux: 40 gib, 42949672960 bytes, 83886080 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes  disk /dev/mapper/vg0-tutorial--pv--guest--swap: 128 mib, 134217728 bytes,    262144 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes  disk /dev/mapper/vg0-tutorial--pv--guest--disk: 4 gib, 4294967296 bytes, 8388608 sectors units: sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 4096 bytes i/o size (minimum/optimal): 4096 bytes / 4096 bytes 

and 1 blkid:

hedin@home:~/$ sudo blkid /dev/sda1: uuid="708e39a6-5e4b-49f8-9ecd-1a52fb6d488f" type="ext4" partuuid="1a3fe5c5-01" /dev/sda5: uuid="20d00d33-b87d-44e7-954b-c7f9e075a58b" type="swap" partuuid="1a3fe5c5-05" /dev/sdb1: uuid="96f41086f4106aaf" type="ntfs" partuuid="db2e1f65-01" /dev/sdb2: label="data" uuid="f7932dfd-a58f-4ae8-8fd3-b0cd3101b69f"   type="ext4" partuuid="db2e1f65-02" /dev/sdb3: uuid="u1tvlq-3m3w-f5u3-cszv-bxdk-gd2t-vblly7" type="lvm2_member" partuuid="db2e1f65-03" /dev/sdc1: label="data" uuid="df5f7814-5511-4bc2-8d59-5b66562575e3" type="ext4" partuuid="7e996145-d0b7-4ac0-bbff-df91eb2c116e" /dev/mapper/vg0-tutorial--pv--guest--swap: uuid="c892bca6-9dcd-4dc3-a349-9926aefb8290" type="swap" /dev/mapper/vg0-tutorial--pv--guest--disk: uuid="52b6ebe9-7f7c-48c1-a96e-3173622dacdd" sec_type="ext2" type="ext3" 

about disks in few words: 1) 128gb ocz-vertex-4 ssd disk linux placed (/dev/sda)

2) 2 tb wd green. /dev/sdc. have 1 ext4 partition. mounted @ /filearchive

3) 2 tb wd green. /dev/sdb. have 3 partitions. first 1 /dev/sdb1 contains windows. next 1 /dev/sdb2 ext4 data partition mounted /filearchive2. last /dev/sdb3 lvm partition.

by way if choose on load following: boot menu -> advanced mode -> ubuntu 16.04 (upstart)

then able load system. using startx after ubuntu falls command line mode. disks mounted correctly.

couple of issues...

  1. in /etc/fstab, you're mounting sdc1 ext4 when looks might ntfs, or it's possibly corrupted
  2. your /etc/fstab mounts filearchive(s)s device, instead of uuid. can cause intermittent mount issues. change /dev/sdxx uuid={the value taken blkid command}
  3. your /etc/fstab mounts filearchive(s) in unusual place. should @ /mnt or /media.
  4. if sdc1 ntfs, may have unclean file system, fixed chkdsk in windows (if dual-boot , have windows). you'd want disable fast boot in windows power control panel, , hibernation powercfg /h off in elevated command prompt window

short term: i'd comment out 2 filearchive(s) mounts in /etc/fstab can boot now, , fix them after can boot

keep posted.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User