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

Firstboot fix_partuuid issues #78

Open
procount opened this issue Aug 28, 2023 · 0 comments
Open

Firstboot fix_partuuid issues #78

procount opened this issue Aug 28, 2023 · 0 comments

Comments

@procount
Copy link

The call to fix_partuuid here ->


is causing problems with NOOBS/PINN.
PINN has already changed the partuuid, so there is no need to adjust it again on first boot as is requried for a raw image.
It means PINN can no longer find the old partuuid (especially related to Edit Config and Replacing an OS with another) because the adjusted partuuid does not match the entry in installed_os.json.

Could you possibly wrap this call within an "If Not 'NOOBS'" condition?

cc: @XECDesign

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