Instalation type: erasing the disk
Create new partition table: MSDOS in /dev/mmcblk0 (MMC DF4032)
Install Lubuntu in new partition ext4
Boot manager location: System partition (/)
Result: Booting from the local disk…
Boot error
F2
Changed BOOT List Option: from Legacy to [UEFI]
Boot option #1: [LUB]
Result: Dell SuportAssit: No bootable devices
Inserted the live-stick (in UEFI boot);
option: open Lubuntu
Result: black screen
And please use the “Preformatted text (Ctrl+Shift+C)” button above to post the terminal results.
Maybe you have to change back to the prior settings in your UEFI. I guess, you did another BIOS installation and it does not find anything bootable in UEFI mode.
Ok, then we will install the bootloader manually. Start the live-system, open a terminal and execute line by line (copy&paste to avoid errors):
sudo mount /dev/mmcblk0p1 /mnt
sudo mount -o bind /dev /mnt/dev
sudo mount -o bind /sys /mnt/sys
sudo mount -t proc /proc /mnt/proc
sudo cp /proc/mounts /mnt/etc/mtab
sudo chroot /mnt /bin/bash
grub-install /dev/mmcblk0
update-grub
exit
Please paste all the output between three backquotes:
```
the whole output
```
so that it looks like
the whole output
Then check in your UEFI settings, that your boot mode is set to CSM or BIOS Legacy, not UEFI. And that your disk is in the first or second place in the boot order.
Basically, you have to change some UEFI settings and install in UEFI mode.
Before installing, make sure, that you have booted the live-system in UEFI mode: