Replies: 1 comment
-
We changed the EFI partition label to be "EFI-SSSTEM" to help bootupd detect it properly. And now
Manually setting up mounts and installing via bootc install to-filesystem seems to work (as shown below). My guess is that we are having issues with the mountpoints in readymade itself, there doesn't seem to be any issues with bootc/bootupd
(Installs properly when running manually from shell) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to install a bootc image using "bootc install to-filesystem", bootupd is failing to install the backend configuration with the following error:
We have already created the required filesystem layout before running the following on the host (note: randomfolder is the path to the desired root):
With a subvolume on
/tmp/rootfs/boot
, the installation fails, but with/tmp/rootfs/boot/efi
is mounted, the install succeeds.Specifying --boot-mount-spec (without either
/boot
or/boot/efi
mounted) produces a different error, but doesn't really help us with getting this working:Please could you help us diagnose the issues we're having here, and let us know the proper usage of the
install to-filesystem
commands.@tulilirockz - if I've missed anything, please could you provide more details
Beta Was this translation helpful? Give feedback.
All reactions