Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM OSD Format only C drive

  • Thread starter Thread starter Hoa Le
  • Start date Start date
  • Replies Replies 9
  • Views Views 4K

Hoa Le

Member
Messages
21
Reaction score
0
Points
1
Dear PRAJWAL DESAI

I am having problems trying to implement a windows reinstallation task on a workstation system that does not affect the user Data data "Data D"
1722394750648.png
What do I have to do to make this work? Looking forward to your support. Thank you very much

 
Is that TS erasing the data on D drive?
Yes. When I launch Task drive D is merged with C drive partition. I thought windows (Primary) 99% affected this but I was wrong. What should I do to make it only work on C drive partition and not affect other data partitions.
1722822019159.png
 
You can format only C: drive and keep existing data on the D drive. Please remove the default "Format and Partition Disk" task sequence step. And in the "Apply Operating System Image" step, make the following modifications before deployment: To test it, set the destination to a specific Disk 0 and Partition 1 (for example).
 
You can format only C: drive and keep existing data on the D drive. Please remove the default "Format and Partition Disk" task sequence step. And in the "Apply Operating System Image" step, make the following modifications before deployment: To test it, set the destination to a specific Disk 0 and Partition 1 (for example).
Do you mean I will delete the 2 tasks Format and Partition Disk BIOS and UEFI and directly deploy the operating system without Format ??
 
Ok, here is the solution to format only C: drive during OSD and keep other drives data unaffected.

1. Create a default task sequence for OS deployment first. Edit it after creation and remove the "Format and Partition Disk" step. You can't use this step without wiping the disk at all.
2. In the "Apply Operating System Image" step, make the following modifications before deployment: Set the destination to a specific Disk 0 and Partition 1 (for example).
3. With these changes, the partition configured will be used. The data on other partitions or disks will be saved this way! During the "Apply Operating System Image" step, the configured Disk and Partition will be formatted first before installation.
 
Ok, here is the solution to format only C: drive during OSD and keep other drives data unaffected.

1. Create a default task sequence for OS deployment first. Edit it after creation and remove the "Format and Partition Disk" step. You can't use this step without wiping the disk at all.
2. In the "Apply Operating System Image" step, make the following modifications before deployment: Set the destination to a specific Disk 0 and Partition 1 (for example).
3. With these changes, the partition configured will be used. The data on other partitions or disks will be saved this way! During the "Apply Operating System Image" step, the configured Disk and Partition will be formatted first before installation.
I tried this option but it doesn't seem to work.
1723028301513.png

1723028327034.png
1723028351918.png
 
Back
Top