-1

My HP laptop doesn't boot Ubuntu automatically. I have installed Ubuntu 22.04 five times, but when I restart it or start the laptop it stops on the HP logo and then restarts again like it's in a boot loop.

enter image description here

karel
  • 122,292
  • 133
  • 301
  • 332
TEDDY
  • 11

1 Answers1

0

What if you tried installing Ubuntu Server 24.04 on your laptop? Ubuntu Server boots to a text login screen. Then you can install the complete Ubuntu desktop system metapackage (ubuntu-desktop) on top of Ubuntu Server and use it as a desktop operating system including the default Ubuntu graphical login screen.

sudo apt update
sudo apt upgrade
sudo apt install -y ubuntu-desktop
sudo reboot
karel
  • 122,292
  • 133
  • 301
  • 332