-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help/Question] Network Bound Disk Unlocking (Clevis) using Tang on Alpine Linux #262
Comments
Hi @gb-123-git , Let's try to debug. Here are a few things you can try:
|
@anatol Here is my setup:
/dev/xvda2 contains the entrypted LVM which inturn contains /dev/mapper/vg0-lv_root Which Updated /etc/update-extlinux.d/booster
My new /etc/booster.yaml
Result : So I am unable to run dmesg command and/ or post logs. This is after I manually enter the password for unlock. Booster does not seem to network unlock. The messages on screen come so fast that I cant capture them. When I try to run |
Hello,
I am having trouble creating booting Alpine Linux(v 3.19) with boot image created by booster, so I wanted to check if the configuration is correct before filing any bug report.
The intent of his test is to generate boot image using booster to unlock LUKS boot partition using clevis and tang.
I have installed the following apks :
My configurations:
/etc/booster.yaml
/etc/update-extlinux.d/booster
Note:
/dev/xvda2 maps to /dev/mapper/vg0-lv_root once unlocked and booted.
Results :
The image created fails to boot as it fails to unlock using clevis and asks for a password.
Once the password is provided, it fails to boot as it fails to find the root drive.
I also noticed that uuid of the root that it is trying to find is different from the one provided.
Anything wrong in my configuration ?
The text was updated successfully, but these errors were encountered: