#21736 closed defect (fixed)
BusLogic SCSI AHA-1540B mode BIOS no longer works => fixed in svn
回報者: | rak1 | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox-7.0.8 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述 (由 作最後更新)
The BusLogic SCSI adapter, when in AHA-1540B
mode, no longer boots (or, it seems, allows any disk access via BIOS calls such as use in DOS fdisk
) in 7.0.x. This worked in 6.1.44-156814-Win and doesn't work as of 7.0.0-153978-Win.
Steps to reproduce:
- Configure a machine with BusLogic SCSI storage with at least one hard disk
- Set the BusLogic SCSI adapter to AHA-1540B mode
$ VBoxManage setextradata 'Your VM Name' VBoxInternal/Devices/buslogic/0/Config/AdapterType AHA-1540B
- Boot the VM. At the BIOS splash screen press F12 to select boot device.
Expected:
- The detected hard disks list shows the hard disk
Actual:
- No hard disks found
更動歷史 (5)
comment:3 17 月 前 由 編輯
With a glance at the codebase, I see there was a very large rewrite of the BIOS SCSI access; whatever enabled BIOS access with the AHA-1540B
and BT-545C
backwards compatibility modes in the old implementation must have no equivalent anymore.
My use case for this is various experimental tinkering in old OSes; if the decision is just that this is not supported going forward, so be it.