mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 20:51:25 +00:00
switch to 'Nehalem' CPU model
Using 'host' is, for some reason, causing the problem where non- minimal installs fail to boot. No idea why, but switching the CPU model to Nehalem solves it.
This commit is contained in:
parent
7135a4e05d
commit
8e70b4b8a8
@ -1354,7 +1354,7 @@
|
||||
backend => "qemu",
|
||||
name => "64bit",
|
||||
settings => [
|
||||
{ key => "QEMUCPU", value => "host" },
|
||||
{ key => "QEMUCPU", value => "Nehalem" },
|
||||
{ key => "QEMUCPUS", value => "2"},
|
||||
{ key => "QEMUVGA", value => "qxl"},
|
||||
{ key => "QEMURAM", value => "2048"},
|
||||
@ -1365,7 +1365,7 @@
|
||||
backend => "qemu",
|
||||
name => "uefi",
|
||||
settings => [
|
||||
{ key => "QEMUCPU", value => "host" },
|
||||
{ key => "QEMUCPU", value => "Nehalem" },
|
||||
{ key => "QEMUCPUS", value => "2"},
|
||||
{ key => "QEMUVGA", value => "qxl"},
|
||||
{ key => "QEMURAM", value => "2048"},
|
||||
|
Loading…
Reference in New Issue
Block a user