NVRAM EFI bootorder
-
Hi,
Any advance about NVRAM and EFI or how update his variables when you deploy an image?
I read the thread FOG does not copy NVRAM/EFI Bootorder but is two years old.I need to update the boot order when I deploy dual images (windows and linux) with syspreped windows partitions.
Cheers
-
@Fernando-Gietz You should be able to use
efibootmgr
in post init scripts to achieve what you want. -
Hi @Sebastian-Roth ,
Then is not any global solution I need to devise one. -
@Fernando-Gietz What do you mean by global solution? If you set this up correctly it can serve your whole setup. If you want this to be part of the FOG project in general then you are free to add it to the code.
-
@sebastian-roth I would like to customize the boot sequence , if is possible from the web UI and not custimize a script in the server.
-
The problem are the dual images: windows + ubuntu or syspreped windows + ubuntu. And other type images too (multidisk, …)
-
@Fernando-Gietz You might want to follow this topic: https://forums.fogproject.org/topic/15663/efi-exit-type-chainloading-failed
-
@sebastian-roth Yes, I saw it. I am following it XD
it can be the way to do it.