-
Notifications
You must be signed in to change notification settings - Fork 537
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
cryptdevice and root have same PARTUUID -> unable to boot #1716
Comments
Can you post before and after changes of your boot entry configurations? For reference, mine looks like this:
|
This happened to me yesterday - dropped me into Ended up being two |
Yep, as @mewejo pointed out, there are 2
A question in general: Why doesn't the installer use labels (as in nixos) to be able to clone a system easily without the hassle of changing UUIDs? |
This is caused by a portion of code that was duplicated in 5669f3b. I submitted a pull request that fixes the issue. |
Thank you for the details, and a huge thanks to @codefiles for submitting a fix. |
Version: archinstall 2.5.4 (official 2023-04 ISO) and 2.5.5 (cloned)
Issue: encrypted root partition (btrfs) does not boot due to /boot/loader/entries .conf having the same UUID for cryptdevice and root
Fix: changing the root uuid to the encrypted partition (or just using /dev/mapper/luksdev) fixed the issue
The text was updated successfully, but these errors were encountered: