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:
parent
8eea2a5d1f
commit
115956f4ec
@ -1733,7 +1733,7 @@
|
|||||||
{
|
{
|
||||||
name => "install_sata",
|
name => "install_sata",
|
||||||
settings => [
|
settings => [
|
||||||
{ key => "HDDMODEL", value => "ide-drive" },
|
{ key => "HDDMODEL", value => "ide-drive,bus=ahci0.0" },
|
||||||
{ key => "ATACONTROLLER", value => "ich9-ahci" },
|
{ key => "ATACONTROLLER", value => "ich9-ahci" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user