OK. I make it clearly.
This is OK!
This is OK!
This is OK!
This is OK!
This is NOT OK
This is NOT OK
This is NOT OK
So your last config is OK.
You mean you have problem with conf_replace_uefi ?
This is OK!
Code:
{
"conf_replace": [
xxx
]
}
This is OK!
Code:
{
"conf_replace_legacy": [
xxx
]
}
This is OK!
Code:
{
"conf_replace_uefi": [
xxx
]
}
This is OK!
Code:
{
"conf_replace_legacy": [
xxx
],
"conf_replace_uefi": [
xxx
]
}
This is NOT OK
Code:
{
"conf_replace": [
xxx
],
"conf_replace_legacy": [
xxx
]
}
This is NOT OK
Code:
{
"conf_replace": [
xxx
],
"conf_replace_uefi": [
xxx
]
}
This is NOT OK
Code:
{
"conf_replace": [
xxx
],
"conf_replace_legacy": [
xxx
],
"conf_replace_uefi": [
xxx
]
}
So your last config is OK.
You mean you have problem with conf_replace_uefi ?