-
Notifications
You must be signed in to change notification settings - Fork 58
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
hypervisor-fw doesn't work with RO root disk #209
Comments
@liuw FYI |
rbradford
added a commit
to rbradford/rust-hypervisor-firmware
that referenced
this issue
Nov 14, 2022
TEST=Boot cloud-hypervisor with read-only block device and observe that writes generate errors in the EFI/boot loader code but the OS continues to boot. Fixes: cloud-hypervisor#209 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
rbradford
added a commit
to rbradford/rust-hypervisor-firmware
that referenced
this issue
Nov 14, 2022
TEST=Boot cloud-hypervisor with read-only block device and observe that writes generate errors in the EFI/boot loader code but the OS continues to boot. Fixes: cloud-hypervisor#209 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
I know. I was just modifying one of my existing runes to do a quick test. |
retrage
pushed a commit
that referenced
this issue
Nov 15, 2022
TEST=Boot cloud-hypervisor with read-only block device and observe that writes generate errors in the EFI/boot loader code but the OS continues to boot. Fixes: #209 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using a readonly root disk with hypervisor-fw. I get the following.
It looks like hypervisor-fw is trying to write to the disk somehow?
Not sure how much we care about this use case.
The text was updated successfully, but these errors were encountered: