I often test Chrome OS in a VM, and I often make the root fs writable so I can tweak flags in /sbin/session_manager_setup.sh
To make the root file system writable, I run:
sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --force
This worked in late Dec, but when I tried it today, it hangs. After it's hung, I can't ctrl-c, and a reboot also hangs the VM.
I tried VMs from these builds:
Dec 20 20:44 ChromeOS-R34-5123.0.0-lumpy/
Jan 2 16:47 ChromeOS-R34-5184.0.0-lumpy/
Feb 3 16:18 ChromeOS-R34-5410.0.0-lumpy/
Feb 20 13:15 ChromeOS-R34-5500.1.0-lumpy/
... and only the ChromeOS-R34-5123.0.0-lumpy build from Dec 20 works.
Has anyone else run make_dev_ssd.sh successfully in VM from a recent build? (Note that running on a chromebook seems to work, so this seems to be VM-related?)
Thanks!
David