I have an Acer Spin 1 sp111-31 c3b3 I'm trying to breathe some life into.
I have already wiped windows from it through the numerous attempts I've made to install Kubuntu. This will not be a dual boot situation. The laptop comes with a 32GB eMMC onboard, and I put in a 64GB SD card (has no optical drive), I am trying to install from a live USB. The laptop has no real hard drives. UEFI with secure boot disabled.
I can boot into the live system no problem.
Let me group my attempts into two:
1. I try to install it onto the SD card (guided, use entire disk), or '/' on SD card (ext4) and bootloader on eMMC (efi) (manual).
This gives me an error message not very long after:
The attempt to mount a file system with type ext4 in MMC/SD card#2, partition #1 (mmcblk1p1) at / failed. You may resume partitioning from the partitioning menu.
2. I try to install onto the eMMC (guided, use entire disk), or '/' on eMMC and bootloader on SD card (manual)
This carries much further, almost to completion, but:
Unable to install GRUB in /dev/mmcblk0
Executing 'grub-install /dev/mmcblk0' failed. This is a fatal error.
(or mmcblk1 if I try to put the bootloader onto the SD card)
Looking at KDE Partition manager, /dev/mmcblk1p1 is fat32
I gave up on trying to designate swap areas, as far as I know they are not vital, I won't be using the laptop for anything serious or demanding. Having spent hours on this, I read SD cards cannot be partitioned, which could explain why trying to put all or '/' on SD card fails (group 1).
I don't really care whether it's installed on eMMC or the SD card or both. I just want to be able to use the computer.
I tried to install grub from the Konsole after the crash, but it says 'cannot find efi directory', even if I mount it:
mount /dev/mmcblk1p1 /mnt
mkdir -p /mnt/boot/efi
grub-install /dev/mmcblk1p1
error: cannot find EFI directory.
I have run out of even remotely relevant threads I've found on google to help me, so I would really appreciate some input! :)