Just installed Ubuntu 17.04 today on my Spectre x360 laptop, but its taking about 2 minutes to boot (Windows took ~10 seconds).
As suggested here: How to fix very slow Ubuntu booting?
I ran the dmesg
command, here is an excerpt of the output where I believe the problem is:
[ 5.771049] audit: type=1400 audit(1492997122.163:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=747 comm="apparmor_parser"
[ 5.772152] audit: type=1400 audit(1492997122.163:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=751 comm="apparmor_parser"
[ 5.773675] audit: type=1400 audit(1492997122.163:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=752 comm="apparmor_parser"
[ 5.773677] audit: type=1400 audit(1492997122.163:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=752 comm="apparmor_parser"
[ 16.086226] intel-vbtn INT33D6:00: unknown event index 0xcd
[ 28.153199] intel-vbtn INT33D6:00: unknown event index 0xcd
[ 95.264415] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 95.264417] Bluetooth: BNEP filters: protocol multicast
[ 95.264420] Bluetooth: BNEP socket layer initialized
[ 95.331589] haswell-pcm-audio haswell-pcm-audio: FW loaded, mailbox readback FW info: type 01, - version: 00.00, build 77, source commit id: 876ac6906f31a43b6772b23c7c983ce9dcb18a19
[ 95.429468] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[ 95.431987] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.432503] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.497193] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.497668] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.522825] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
[ 95.531535] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.531986] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[ 95.604347] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
I really wasn't able to find much on what intel-vbtn INT33D6:00: unknown event index 0xcd
is or how to fix it so any suggestions would be helpful.