0

I need to install an custom OS to many similar/identical laptops. Would it work to live boot a laptop and dd the disk from a template laptop to the new one? Is it possible to trigger secure boot key enrolment afterwards?

2
  • 2
    Note that dd will copy everything including blank sectors. So if install is 20GB on a 1TB drive, your dd will copy 1TB. And will not install the UEFI boot entry into UEFI. You only need MOK if you have proprietary driver that you have to authorize. I do a full desktop install from RAM (toram parameter) to SSD in 10 min. Run scripts to customize install and download list of installed apps. Another alternative: debootstrap: ubuntuforums.org/… If you have good backup, just do new install & restore backup. Commented Mar 24, 2024 at 16:56
  • 1
    An alternative with Ubuntu is to use OEM installation, but that method is not generally available in all Linux distros. -- You make a master system and clone that master system to other targets (drives/computers). Clonezilla is more efficient than dd because it copies only used block (which contain data belonging to files). Commented Mar 24, 2024 at 17:45

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.