You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title Arch Linux
linux /vmlinuz-linux
initrd /amd-ucode.img
initrd /booster-linux.img
options rd.luks.name=6e4c6f50-ab67-429e-b5d8-5ef53929f429=samsung root=UUID=726660ee-aab3-4025-aed5-3b58961f0616 rw rootflags=compress-force=zstd,discard=async,subvol=arch
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have to encrypted disk with luks. First (nvme1n1) with two partition:
arch
)Second disk (nvme0n1) is directly encrypted with luks and through it there is only one partition, that I wasn't use previously.
blkid
I wanted to add second disk to first one with this configuration:
I wanted data to stay in single profile to have more disk space for files.
My
/etc/booster.yaml
And my
/boot/loader/entries/arch.conf
I tried change
arch.conf
to:and
and tried to change enable_mdraid: to true but it fails always with problem like this after entering password for first disk that show
I used from AUR booster-wip-git package - commit 1b3902f
Beta Was this translation helpful? Give feedback.
All reactions