Skip to content
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

S3Sleep with UserX #23

Open
mechan1sm opened this issue Aug 18, 2021 · 1 comment
Open

S3Sleep with UserX #23

mechan1sm opened this issue Aug 18, 2021 · 1 comment

Comments

@mechan1sm
Copy link

mechan1sm commented Aug 18, 2021

I installed the encryption and added User1 as described in README.md:

gunzip /usr/sedutil/UEFI64-*.img.gz

sedutil-cli --initialsetup PASSWORD /dev/nvme?
sedutil-cli --enablelockingrange 0 PASSWORD /dev/nvme?
sedutil-cli --setlockingrange 0 LK Admin1 PASSWORD /dev/nvme?
sedutil-cli --setmbrdone off Admin1 PASSWORD /dev/nvme?
sedutil-cli --loadpbaimage PASSWORD /usr/sedutil/UEFI64-*.img /dev/nvme?
sedutil-cli --setsidpassword PASSWORD PASSWORD /dev/nvme?
sedutil-cli --setmbrdone on Admin1 PASSWORD /dev/nvme?

sedutil-cli --setPassword ADMIN-PASSWORD User1 USER-PASSWORD /dev/nvme?
sedutil-cli --addUserToLockingACEs User1 ADMIN-PASSWORD /dev/nvme?
sedutil-cli --enableUser ADMIN-PASSWORD User1 /dev/nvme?

poweroff

I to do the unlocking after S3Sleep I can use

sedutil --prepareForS3Sleep 0 Admin1 <Admin1password> <device>

and it works fine.
But when I try to use User1 instead of Admin1

sedutil --prepareForS3Sleep 0 User1 <User1password> <device>

it doesn't work.
I tried to find information around this, but I didn't find it.
Is there any kind of solution?

@mechan1sm mechan1sm changed the title S3Sleep with User1 S3Sleep with UserX Aug 18, 2021
@mechan1sm mechan1sm reopened this May 29, 2024
@mechan1sm
Copy link
Author

Just was re-setting up the encryption for same drive (Samsung 970 EVO Plus), and prepareForS3Sleep still doesn't work with UserX (at least, for global locking range)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant