Partition Layout and Size Different Based on Target configuration.

jerpratt

New Member
Messages
12
Reaction score
0
I have 3 different laptop configurations I need to install to with slightly different partition requirements. 2 of the configurations (A and B) are on the same type of Dell Latitude laptop but have different disk drive sizes, one is 500 GB and the other is 1 TB. I also have a 2nd model of Dell laptop (C) that also has 1 TB hard drive. This will use the UEFI configuration and I'm installing Win11.

Computer A:
  • Computer A:
    • Model X
    • 1 TB drive
    • 2 partitions (beyond the required UEFI partitions):
      • C: Windows
      • E: Data
  • Computer B:
    • Model X (same as computer A)
    • 500 GB drive
    • 3 partitions
      • C: Windows
      • E: Data
      • F: Logs
  • Computer C:
    • Model Y
    • 1 TB drive
    • 4 partitions
      1. C: Windows
      2. E: Data
      3. F: Logs
      4. G: Web

For computer C I could have a switch based on computer model. For computers A & B I could have a switch based on computer model and hard disk size. Just not sure how to collect this info and do something with that.

How can I support multiple partition layouts with the same Win11 OS image? Does NTLite support this? If not, can this be done with a custom post-setup script?
 
Back
Top