Opened 7 years ago
Closed 5 years ago
#17774 closed defect (obsolete)
EFI: CD devices are not marked as read only
Reported by: | Jessica Hamilton | Owned by: | |
---|---|---|---|
Component: | EFI | Version: | VirtualBox 5.2.12 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
With the EFI Block I/O protocol, code such as blockIo->Media->ReadOnly
returns false, which is clearly incorrect.
Example output from my bootloader:
add_boot_device_for_image() devicepath type = 3 (MESSAGING_DEVICE_PATH) devicepath subtype = 1 (ATAPI_DP) media read only = no media removable = yes add_cd_devices() devicepath type = 4 (MEDIA_DEVICE_PATH) devicepath subtype = 2 (CDROM_DP) media read only = no media removable = yes
Note:
See TracTickets
for help on using tickets.
No activity for almost 2 years, closing as obsolete. Please reopen if this is still an issue with a recent VirtualBox release (which contains a much newer EFI firmware). And please provide also a VBox.log of your VM where this issue appears.