-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Installing on a Digital Ocean droplet:
tune2fs -O verity /dev/vda1
podman run --privileged --pid=host --user=root:root \
-v /var/lib/containers:/var/lib/containers \
-v /dev:/dev \
--security-opt label=type:unconfined_t \
-v /:/target \
-v /root/.ssh/authorized_keys:/bootc_authorized_ssh_keys/root \
ghcr.io/jmarrero/ubuntu-bootc:latest \
bootc install to-existing-root \
--acknowledge-destructive \
--skip-fetch-check \
--composefs-backend \
--cleanup \
--root-ssh-authorized-keys /bootc_authorized_ssh_keys/root --insecure --bootloader systemd
System fails to boot with:
SeaBIOS
Booting from Hard Disk...
error: file '/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
grub rescue>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels