Commit 41d1405
committed
Fix missing NVRAM file when manually checking Enable EFI in System settings
NVRAM file is not created for new VMs where EFI is not set by defalut
(I guess pretty much anything except Windows 11 and macOS).
When manually checking "Enable EFI" in System settings later, the file was not
created, and the VM settings became unavailable. I was trying to make the secure
boot flag working, but due to the issue with vboxwebsrv always reporting it
as enabled, and inability to tell whether it's disabled, I had to turn this off,
and carelessly also commented the code creating the NVRAM file.
This part is now restored. Fixes #3691 parent ab759b9 commit 41d1405
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
1879 | 1878 | | |
| 1879 | + | |
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
| |||
1891 | 1891 | | |
1892 | 1892 | | |
1893 | 1893 | | |
1894 | | - | |
1895 | 1894 | | |
1896 | 1895 | | |
1897 | 1896 | | |
1898 | 1897 | | |
1899 | 1898 | | |
| 1899 | + | |
1900 | 1900 | | |
1901 | 1901 | | |
1902 | 1902 | | |
| |||
0 commit comments