Skip to content

install to-filesystem unable to replace bootloader. #2009

@jmarrero

Description

@jmarrero

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions