Update
That didn't fix things :/
I have noticed that the power state on shutdown, affects whether I get a freeze on boot. If the power states are not the same (AC / Battery), then I get a freeze on boot...
Update
I fixed this issue using the following solution:
edit the sudo vim /etc/gdm3/custom.conf
file by uncommenting the following line:
WaylandEnable=false
save and restart
Helped by this link Ubuntu 18.04 hangs on booting with message "started user manager for uid 120" on Asus 1015PX
Don't have enough points to leave a comment.
I have the same issue
Ubuntu 18.04
kernel v4.18.14
I have a Dell xps-15 i7 9570
which is known to have issues with Ubuntu, which required me to add the acpi override option to grub, as well as disabling nouveau.
Suspect it's an ACPI issue, or a graphics card - power managament issue...if that isn't the same thing...
I have the following in my /etc/default/grub
file:
GRUB_CMDLINE_LINUX_DEFAULT="quite splash nouveau.modeset=0 i8042.nopnp irqpoll acpi_rev_override=1"
Boots fine if on AC power.
freezes at splash screen if booting from battery power.
Any help would be great.
Going to try kernel v4.18.16 or possibly v4.19 (using Ukuu-gtk)
and removing the acpi_rev_override=1 from grub.
Just building up the courage first.