Page MenuHomeFreeBSD

fix the installation failure of FreeBSD on Hyper-V GEN2
ClosedPublic

Authored by honzhan_microsoft.com on Jul 18 2017, 2:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 7:28 PM
Unknown Object (File)
Feb 12 2024, 9:06 PM
Unknown Object (File)
Dec 20 2023, 7:07 AM
Unknown Object (File)
Dec 12 2023, 9:40 PM
Unknown Object (File)
Nov 29 2023, 10:53 PM
Unknown Object (File)
Oct 30 2023, 10:46 PM
Unknown Object (File)
Oct 9 2023, 10:16 PM
Unknown Object (File)
Oct 6 2023, 12:07 PM
Subscribers
None

Details

Summary

Fail to install FreeBSD 11.1 beta or 12-current on Hyper-V GEN2 mode, because the CD/DVD device was detached.

This issue occurs if CD/DVD was attached on 2nd SCSI controller or if there is no HDD attached before the CD/DVD slot.
The root cause is Hyper-V CD/DVD simulation set a unknown version number (0) for INQUIRY cmd.
The fix here manually sets the version number to SPC-3 in order to let SCSI CAM continue to probe the device with "REPORTLUN" commands.

See the bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220790

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable