-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing final bootloader swap: symlinkat: Operation not permitted #2478
Comments
The more I search for a solution the more I think it's related to my |
Yes! "vfat does not support link" is the key point. Endless OS has two partitions on RPi 4B's SD card. SD card
For this case in Endless OS, OSTree only plays things in the rootfs system partition, and does not touch the things in the boot partition. |
@starnight Thanks for the information, this is exactly what I'm trying to achieve with all this information in mind. Then I think it has something to do with the way I initialize OSTtree on the client.
Does it seems correct for you or do I need to replace |
Did you ever find a good solution @goldyfruit? |
No I didn't. |
Gnome managed to get Raspberry Pi 4 to work with help of U-Boot as demonstrated here: They're also setting up a QEMU VM which skips bootloader creation altogether and instead they just copy over relevant files to |
Hi,
I'm trying to build a custom
rootfs
for my Raspberry Pi 4B 64-bit usingmultistrap
and deploy it viaostree admin deploy
via a HTTP OSTree repository.The build works fine (even If I think I missed few things) but when I try to deploy the tree on my RPi I got this error:
The problem is that
/boot
partition isvfat
and symlinks cannot be created on this filesystem and during theostree admin deploy
I think/boot/ostree
try to be created.I tried to follow the information from @starnight provided in this issue #2223 (I opened) but I'm kind of stuck.
Any idea?
The text was updated successfully, but these errors were encountered: