I tried to install Lubuntu 20.04.2 on my laptop from a bootable USB stick.
I launched a live session. Then I started the Lubuntu installer. I selected my location, keyboard, etc. Everything worked perfectly well. When the installation process finished, I switched off my computer, and when I started it again, I got this message :
“Operation system not found”
When I press “Enter” button, I have this message during 2 seconds (then I switch automatically to the boot settings) :
Ok. Here I post the results. Firts I installed efibootmgr ; my understanding is that it did not work.
lubuntu@lubuntu:~$ sudo apt install efibootmgr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
efibootmgr est déjà la version la plus récente (17-1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
lubuntu@lubuntu:~$ sudo efibootmgr -v
EFI variables are not supported on this system.
lubuntu@lubuntu:~$ sudo efibootmgr --version
version 17
lubuntu@lubuntu:~$ sudo parted --list
Model: ATA ST500LT012-9WS14 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 500GB 500GB primary ext4
Warning: The driver descriptor says the physical block size is 2048 bytes, but
Linux says it is 512 bytes.
Ignore/Cancel? i
Model: SMI USB DISK (scsi)
Disk /dev/sdb: 32,3GB
Sector size (logical/physical): 2048B/512B
Partition Table: mac
Disk Flags:
Number Start End Size File system Name Flags
1 2048B 6143B 4096B Apple
2 1811MB 1815MB 4096kB EFI
Model: Unknown (unknown)
Disk /dev/zram3: 497MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 497MB 497MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram1: 497MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 497MB 497MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram2: 497MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 497MB 497MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram0: 497MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0,00B 497MB 497MB linux-swap(v1)
lubuntu@lubuntu:~$
You have installed your Lubuntu in BIOS mode.
Go into your firmware settings and disable UEFI (enable legacy). Then set your disk at the first position in the boot order and your Lubuntu should start.
If I am understanding correctly, I see that the hard drive only has one partition. Even when installing with legacy BIOS enabled, there should usually be another partition for the boot loader (usually grub).
The reason I ask how you did the partition section during the install is because I suspect that the boot partition wasn’t created for some reason. I really doubt the install would even succeed and I assume the installer has some kind of built-in protection against installing without one but I cannot test this right now.
Anyway, as far as I can tell, the reason the BIOS cannot find Lubuntu on the HDD is because there is no boot loader for it to find apparently. You need a boot partition so that GRUB can start Linux up.
Sorry that this doesn’t help much. I would take a look at the manual and try again following any advice there. I wanted to post a link here but I keep getting the manual for 21.04. Sorry!
Hi @That_Random_Guy,
Thank you for your help.
I am pretty sure that I selected the “Erase disk” option when I did the install.
I will try another installation with my live USB, paying close attention to this step, and let you guys know.
The installation process worked fine. In the end, I got the “All done” confirmation message, inviting me to restart in my new system. I clicked on “done”.
I got the final message : “Please remove the installation medium, then press ENTER”. That’s what I did. Immediatly I got the “Operation System not found” message again
Another information (I don’t know if it is relevant or not) : before trying to install Lubuntu, my PC used to run with Bodhi Linux.
Interesting indeed. I tried same setup in VM and the installed system boots fine.
Few things to check.
There is warning message saying physical and logical block sizes not matching. I don’t know what it means though.
parted reports your drive model as ST500LT012-9WS14 where as the picture reads ATA ST500LT012-9WS142 with a 2 at the end. Not sure if the command trimmed the output or these are two different drives.
There is ‘+’ beside ‘Hard Drive:’ and ‘Network:’. Do they expand? Is there any further selection available?
NOTE: I do not have any expertise regarding the issue we are discussing. Just passing info from what I could get from online search.
It is possible there is issue with your hard drive. I checked online with ‘device descriptor’ error and found some information that may be of use to you.
While they were discussing USB stick not HDD like in your case, I think it may still be useful to you. If you are OK with experimenting (as it is only HDD on your PC), try
sudo wipefs --all /dev/sda
assuming your HDD is sda as per previous post.
You may have to be patient as it may take quite some time since your drive is 500G. Once done, you can try to reinstall Lubuntu and hopefully your issue will be fixed. If the problem still persists, could it be your USB? Wrong way iso image was copied to USB, may be?
From the “Lubuntu point of view” should everything work. The bootloader is installed into the first sector (MBR).
In my opinion, it looks like a wrong setting in the UEFI setup.
You could try to enable UEFI and disable the Legacy options, and install Lubuntu in UEFI mode.
On the “Partitions” screen of the installer, you should see “UEFI” instead of “BIOS” on the upper left side.