0

We are shifting our MS windows lab to Linux. I want to set up a custom ISO with our required software and remove unwanted software from ISO. This may help us in saving internet bandwidth and time in setting the same software for our lab PCs. Ansible can install all required software but it is using the internet,

thanks

2 Answers2

0

Do you have Windows client or Windows Server installed? If you have Windows 10, which version is it? Home? Pro? If you have Windows 10, here is a link to info about installing Hyper-V: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v With Hyper-V, you can just create a Linux virtual machine with the desired software and share it with other computers that have Hyper-V installed. No need to create a new .ISO file or change operating systems.

0

If the computers are similar enough, you can create an installed master system and clone that system to the other computers. It is much easier than to create a custom iso file. Instead you can create a cloned image, and use that to transfer the system to the other computers.

Installed Ubuntu systems are much more portable between computers than Windows, but there are limits depending on the hardware drivers. It some computers need proprietary drivers there may be problems.

Anyway, have a look at Ubuntu OEM systems, described at the following link,

help.ubuntu.com/community/Ubuntu_OEM_Installer_Overview

sudodus
  • 47,684