Ubuntu Pastebin

Paste from Emergency Mode on upgrade!! at Mon, 17 Oct 2016 15:21:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
I upgrade from 16.04 to 16.10(Kubuntu). On first reboot it worked, but on second reboot I got the below.
1. http://imgur.com/gallery/AqKOQ

2. I haven't the fstab at all. I am using kubuntu with windows dual boot.

3. journalctl -xb output:

https://paste.ubuntu.com/23338929/
 
4. 
# /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/sda6 during installation
UUID=85cd7db1-5379-4a11-84d8-0b7ed7989962 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=CA5D-F91D  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/sda7 during installation
UUID=bf42c497-2871-4fcb-9c6f-ea792ccf35ab none            swap    sw              0       0


blkid
/dev/sda1: LABEL="SYSTEM" UUID="CA5D-F91D" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="6ea68161-5848-4392-bf6c-a7bba7e456db"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="fb51aa3a-8ebe-4af2-8ed3-7bc52f2fef16"
/dev/sda3: LABEL="Windows" UUID="1AA687D9A687B3B3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c49b2b23-5e6c-416b-989e-32ea0a875f04"
/dev/sda4: LABEL="WINRE" UUID="6ACE90CFCE9094C3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="68dc93ec-5632-47b6-8ba3-3e7b761cc4d5"
/dev/sda5: LABEL="RECOVERY" UUID="B0CEB0EECEB0ADCA" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="430660d2-cea4-4138-8073-d31199d0e0d5"
/dev/sda6: UUID="85cd7db1-5379-4a11-84d8-0b7ed7989962" TYPE="ext4" PARTUUID="76ad6ef6-91a9-4097-9811-3c1edf9f2ce6"
/dev/sda7: UUID="bf42c497-2871-4fcb-9c6f-ea792ccf35ab" TYPE="swap" PARTUUID="c883cbff-ee65-4376-93b0-bba32d3725bd"
/dev/sdb1: UUID="AB5B-AF79" TYPE="vfat"

 
Download as text