Ik heb een paar dagen geleden Ubuntu 18.04 gedownload van de Ubuntu website en probeer deze als client te installeren in VMware Workstation 12.5.7 op mijn Windows 10 host. Tijdens de installatie heb ik alles op default gelaten, behalve dat ik LVM heb aangezet.
Bij het booten blijft Ubuntu echter hangen (34 sec) tussen
[sda] Assuming drive cache: write through
en
Gave up waiting for syspend/resume device
Ik heb reeds geprobeerd:
1) UUIDs plaatsen in /etc/fstab
2) Swap checken
3) update-initramfs + reboot
Dit commando zorgde er wel voor "Failed to connect to lvmetad" verdween, maar de timeout is er nog steeds

Wat ik ook vreemd vind, is dat ik deze boot messages nergens kan terug vinden met volgende commandos:
Ook lijkt de timeout niet gedetecteerd te worden met volgende commandos
Bij het booten blijft Ubuntu echter hangen (34 sec) tussen
[sda] Assuming drive cache: write through
en
Gave up waiting for syspend/resume device
Ik heb reeds geprobeerd:
1) UUIDs plaatsen in /etc/fstab
code:
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
| root@UbuntuVM:~# blkid /dev/sda1: UUID="o2JaE4-1g3P-irfJ-9wAK-2fgt-no8P-8OnuRZ" TYPE="LVM2_member" PARTUUID="3063a1a1-01" /dev/mapper/ubuntu--vg-root: UUID="121d8985-139d-4027-9716-3434e3e592ba" TYPE="ext4" /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs" /dev/loop4: TYPE="squashfs" /dev/loop5: TYPE="squashfs" /dev/loop6: TYPE="squashfs" /dev/loop7: TYPE="squashfs" /dev/mapper/ubuntu--vg-swap_1: UUID="2c893b15-9a8a-491e-8493-4504aa63e602" TYPE="swap" /dev/loop8: TYPE="squashfs" /dev/loop9: TYPE="squashfs" /dev/loop10: TYPE="squashfs" /dev/loop11: TYPE="squashfs" /dev/loop12: TYPE="squashfs" /dev/loop13: TYPE="squashfs" root@UbuntuVM:~# cat /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> UUID="121d8985-139d-4027-9716-3434e3e592ba" / ext4 errors=remount-ro 0 1 UUID="2c893b15-9a8a-491e-8493-4504aa63e602" none swap sw 0 0 root@UbuntuVM:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 86,6M 1 loop /snap/core/4486 loop1 7:1 0 12,2M 1 loop /snap/gnome-characters/69 loop2 7:2 0 4,9M 1 loop /snap/canonical-livepatch/39 loop3 7:3 0 45,6M 1 loop /snap/notepad-plus-plus/34 loop4 7:4 0 1,6M 1 loop /snap/gnome-calculator/154 loop5 7:5 0 21M 1 loop /snap/gnome-logs/25 loop6 7:6 0 3,3M 1 loop /snap/gnome-system-monitor/36 loop7 7:7 0 140M 1 loop /snap/gnome-3-26-1604/59 loop8 7:8 0 3,7M 1 loop /snap/gnome-system-monitor/39 loop9 7:9 0 2,3M 1 loop /snap/gnome-calculator/167 loop10 7:10 0 21,6M 1 loop /snap/gnome-logs/31 loop11 7:11 0 46,6M 1 loop /snap/notepad-plus-plus/37 loop12 7:12 0 13M 1 loop /snap/gnome-characters/86 loop13 7:13 0 140M 1 loop /snap/gnome-3-26-1604/62 sda 8:0 0 30G 0 disk └─sda1 8:1 0 30G 0 part ├─ubuntu--vg-root 253:0 0 29G 0 lvm / └─ubuntu--vg-swap_1 253:1 0 976M 0 lvm [SWAP] sr0 11:0 1 1024M 0 rom |
2) Swap checken
code:
1
2
3
4
5
6
| root@UbuntuVM:~# cat /proc/swaps Filename Type Size Used Priority /dev/dm-1 partition 999420 1036 -2 root@UbuntuVM:~# swapon NAME TYPE SIZE USED PRIO /dev/dm-1 partition 976M 1M -2 |
3) update-initramfs + reboot
code:
1
2
3
| root@UbuntuVM:~# update-initramfs -u update-initramfs: Generating /boot/initrd.img-4.15.0-20-generic root@UbuntuVM:~# |
Dit commando zorgde er wel voor "Failed to connect to lvmetad" verdween, maar de timeout is er nog steeds


Wat ik ook vreemd vind, is dat ik deze boot messages nergens kan terug vinden met volgende commandos:
code:
1
2
3
4
5
6
| mastakilla@UbuntuVM:~$ journalctl -b0 --system _COMM=systemd | grep resume mastakilla@UbuntuVM:~$ journalctl -b-1 | grep resume mastakilla@UbuntuVM:~$ journalctl -b1 | grep resume mastakilla@UbuntuVM:~$ journalctl -b0 | grep resume mastakilla@UbuntuVM:~$ journalctl -b0 SYSLOG_PID=1 | grep resume mastakilla@UbuntuVM:~$ |
Ook lijkt de timeout niet gedetecteerd te worden met volgende commandos
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| mastakilla@UbuntuVM:~$ systemd-analyze blame | head 5.502s plymouth-quit-wait.service 2.320s systemd-udev-settle.service 2.021s dev-mapper-ubuntu\x2d\x2dvg\x2droot.device 809ms networking.service 799ms fwupd.service 732ms networkd-dispatcher.service 683ms plymouth-start.service 681ms ModemManager.service 662ms NetworkManager.service 644ms udisks2.service mastakilla@UbuntuVM:~$ systemd-analyze critical-chain | head The time after the unit is active or started is printed after the "@" character. The time the unit takes to start is printed after the "+" character. graphical.target @10.189s └─multi-user.target @10.189s └─kerneloops.service @4.921s +32ms └─network-online.target @4.918s └─NetworkManager-wait-online.service @4.640s +277ms └─NetworkManager.service @3.976s +662ms └─dbus.service @3.833s mastakilla@UbuntuVM:~$ |