bootc-dev / bootc-dev/bootc

install to-filesystem unable to replace bootloader.

Open
#2,009 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2.3k
Forks
230
Avg merge
3d 12h
Merged PRs (30d)
38

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>
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.