bootc-dev / bootc-dev/bootc

install to-filesystem unable to replace bootloader.

Aperta
#2,009 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Rust
Stelle
2.3k
Fork
230
Merge medio
3g 12h
PR unite (30g)
38

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Start by reproducing the Digital Ocean installation using the documented `bootc install to-existing-root` command with `--bootloader systemd`, then inspect the resulting bootloader setup and the reported GRUB rescue failure. Done means the installed droplet boots successfully instead of reporting that `/grub/i386-pc/normal.mod` is missing.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
rust
Ambito
operating-systems
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
32/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.