As you are new to Lubuntu, it would probably be easier to start again rather than fix anything.
Boot into a "Try Lubuntu" live session in UEFI mode
Open the partition manager
Create a GPT (partition table) - this will remove all previous data and partitions
Start the installer and let it partition the disk automatically.
During the installation process, you should see that two partitions will be created
Also, you could tidy up your Unknown Devices with efibootmgr, for example:-
Code:
sudo efibootmgr -b 0002 -B
# this will delete entry 002
More info here https://www.linuxbabe.com/command-li...otmgr-examples
Bookmarks