CustomPiOS icon indicating copy to clipboard operation
CustomPiOS copied to clipboard

boot : wrong PARTUUID with module readonly

Open maitredede opened this issue 3 years ago • 2 comments

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)

maitredede avatar Mar 10 '22 00:03 maitredede

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?

guysoft avatar Mar 21 '22 20:03 guysoft

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 ?

s00500 avatar Mar 21 '22 20:03 s00500