You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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....
Hi,
After building an image using
devel
branch, I saw that my images are not booting due to PARTUUID mismatch betweencmdline.txt
andblkid
. The/etc/fstab
entry is equal to value ofblkid
.I saw that
readonly
module overwrites/boot/cmdline.txt
.Here is my module configuration : `base(mymod,mymod2,disable-services(mymod3),readonly)
The text was updated successfully, but these errors were encountered: