New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
btrfs at RackNerds on ubuntu 22.04?
Just got 2 RackNerd VPSs and tried to convert the root filesystem to btrfs using the rescue image. Conversion works until updating grub:
root@rescue:/# grub-install /dev/vda2
Installing for i386-pc platform.
grub-install: warning: your core.img is unusually large. It won't fit in the embedding area.
grub-install: error: filesystem `btrfs' doesn't support blocklists.
The result is a non-booting system (grub says "unknown filesystem" at boot).
Searching around the problem seems to be the first sector size or so.
Has anyone gotten this to work by any chance?

Comments
Did you do that on a ISO Custom Install?
No, I booted into rescue and ran btrfs-convert, then fixed up fstab and misc stuff and updated grub and that's where it started to go south.
I haven't looked into custom ISO install, dunno whether that's supported and then I need to figure out all the stuff I need to install to make KVM and the console stuff happy...
I have never had so many issues with any provider than racknerd when installing a custom iso. Perhaps it's related? I didn't look far into it because all my other providers worked a expected, so I just assumed it's an issue they don't care about and not something I wanted to waste my time in sorting. But their supplied ISOs work fine.
Quick follow-up in case someone bumps into this in the future:
update-grubandgrub-install /dev/vdaone needs anupdate-initramfs -u