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

boot : wrong PARTUUID with module readonly #159

Open
maitredede opened this issue Mar 10, 2022 · 2 comments
Open

boot : wrong PARTUUID with module readonly #159

maitredede opened this issue Mar 10, 2022 · 2 comments

Comments

@maitredede
Copy link
Contributor

Hi,

After building an image using devel branch, I saw that my images are not booting due to PARTUUID mismatch between cmdline.txt and blkid. The /etc/fstab entry is equal to value of blkid.

I saw that readonly module overwrites /boot/cmdline.txt.

Here is my module configuration : `base(mymod,mymod2,disable-services(mymod3),readonly)

@guysoft
Copy link
Owner

guysoft commented Mar 21, 2022

Hey,
It does, I haven't really tested that module.
Perhaps @s00500 who wrote it might be able to figure out what is going on?

@s00500
Copy link
Contributor

s00500 commented Mar 21, 2022

Hey all, I think the reason it overrides partuuid is just because I was lazy and did not do a better way of editing the cmdline.txt file.... Ideally some nice sed find and replace would be used to adjust the config in that file....

Can you post your original cmdline.txt ?

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

3 participants