Set a bus for the HDD in install_sata so it works with IDE CD

Explicitly specify the ahci0.0 bus for the HDD in install_sata.
This is needed to work if we are using CDMODEL=ide-cd (which we
need at present to work around a bug with SCSI CDs), and is a
good idea anyway to ensure the drive is actually connected to
the SATA bus (I dunno if it was before or not).
This commit is contained in:
Adam Williamson 2017-03-09 13:40:29 -08:00
parent 8eea2a5d1f
commit 115956f4ec
1 changed files with 1 additions and 1 deletions

View File

@ -1733,7 +1733,7 @@
{
name => "install_sata",
settings => [
{ key => "HDDMODEL", value => "ide-drive" },
{ key => "HDDMODEL", value => "ide-drive,bus=ahci0.0" },
{ key => "ATACONTROLLER", value => "ich9-ahci" },
],
},