Won't Boot after installation

Trying to do same partition setup as with fedora:

GPT

8mb bios-grub btrfs for root / and ext4 for /home. Problem is it doesn’t boot. I’ve had this problem on all arch derivatives. Tried in virt manager, vmware etc same result. Is there a partition or something else I’m missing that is causing it not to boot?

Do you have a EFI-Partition? Maybe your 8mb bios-grub is to small.
Please post result of inxi -p and lsblk.

This is on a VM, KVM/Virt manager

inxi -p:

Partition:
ID-1:/size:10 GiBused:154.9 MiB (1.5%)fs:overlaysource:ERR-102
ID-2:/run/media/liveuser/0F93-C8C8size:2.99 GiBused:94.9 MiB (3.1%)
fs:vfatdev:/dev/sda3
ID-3:/run/media/liveuser/80068c2e-f321-4816-975d-5d656710525e
size:15.62 GiBused:5.38 GiB (34.4%)fs:btrfsdev:/dev/sda4
ID-4:/run/media/liveuser/8115407f-e60a-4347-8c4e-44b64c875d48
size:11.09 GiBused:2 MiB (0.0%)fs:ext4dev: /dev/sda2

lsblk:

loop0 7:0 0 2.6G 1 loop /run/archiso/airootfs
sda 8:0 0 30G 0 disk
├─sda1 8:1 0 8M 0 part
├─sda2 8:2 0 11.4G 0 part /run/media/liveuser/8115407f-e60a-4347-8c4e-44b64c875d48
├─sda3 8:3 0 3G 0 part /run/media/liveuser/0F93-C8C8
└─sda4 8:4 0 15.6G 0 part /run/media/liveuser/80068c2e-f321-4816-975d-5d656710525e
sr0 11:0 1 2.9G 0 rom /run/archiso/bootmnt

hmm i saw this on telegram :wink:

and seems there is a BUG related to legacy grub gpt and BTRFS
If i choose BTRFS i have the same .. and arch-chroot to simply reinstall grub does make system booting .. https://0x0.st/Kq8X.txt
seems it does not run grub-install properly?
@dalto

WARNING: [PYTHON JOB]: "Non-EFI system, and no bootloader is set." 

Didn’t we have this issue a while back and it was fixed by something?

I managed to get it to install successfully. Only difference was setting “/” to 20 GB. everything else was the same, home and bios_grub partitions

Why would increasing the root partition size, i.e. /, from about 10 GB to 20GB result in success? That does not make sense. Is it since you do not have a separate /boot and a efi partition. What is the size of the linux kernel images and initramfs? Did you install the headers and symbols too? How many Linux kernels do you have?

After looking at your data above this would have been my advice to enlarge your disc space.
Glad you got it working!

1 Like

lets check this :wink: