Hi
I want to deploy the master OS image to multiple machines using by clonezilla.
I made Windows master image and deploy to other machine that is the same specification.
I found that Windows Boot Manager duplicated on BIOS.
Do you have any solutions?
Actually after restoring, if you do not reboot and enter command line prompt in Clonezilla live environment. Then run:
1. sudo -i
2. efibootmgr | grep Windows
You will see there is only one Windows boot entry. For example, this is the one I had in a VMWare WS:
Now, if you boot into MS Windows, the smart MS Windows will add another windows boot entry in your BIOS. So if you boot into Clonezilla live again, enter command line prompt, run the above commands again. You will see something like:
Hi
I want to deploy the master OS image to multiple machines using by clonezilla.
I made Windows master image and deploy to other machine that is the same specification.
I found that Windows Boot Manager duplicated on BIOS.
Do you have any solutions?
OS:Windows 10
Clonezilla:v3.1.2-9
Actually after restoring, if you do not reboot and enter command line prompt in Clonezilla live environment. Then run:
1. sudo -i
2. efibootmgr | grep Windows
You will see there is only one Windows boot entry. For example, this is the one I had in a VMWare WS:
Now, if you boot into MS Windows, the smart MS Windows will add another windows boot entry in your BIOS. So if you boot into Clonezilla live again, enter command line prompt, run the above commands again. You will see something like:
Apparently the culprit is MS Windows... Actually I have no idea how to deal with this. If anyone knows, please let us know.
Thanks.
Steven
Steven san,
Sorry for the late reply.
Thank you for the information.
I will check it