I am using yocto to built .iso image for x86-64 target(laptop), my problem is that I can't write anything in the target, it's "Read-only file system". There is nothing provides the "read-only-rootfs" feature from yocto. When I test the same image for qemux86-64 target, it works fine.
I am using sudo dd if=image.iso of=/dev/sdb
to create the files on the hard drive of the laptop.
Any idea how to fix this issue.