Windows 10 Disk Configuration and Boot Setup Guide Introduction This document outlines the steps taken to configure disk partitions and set up the boot files on a Windows 10 system. The process involves using DiskPart, a command-line utility in Windows, to manage disks and partitions.
System Information Operating System: Microsoft Windows [Version 10.0.17763.4974] DiskPart Version: 10.0.17763.1911 Disk Information The system has two disks:
Disk 0
Status: Online Size: 30 GB Free Space: 0 B Disk 1
Status: Online Size: 200 GB Free Space: 0 B DiskPart Commands Accessing DiskPart
bash Copy code C:\Users\Administrator>diskpart Listing Disks
bash Copy code DISKPART> list disk Disk 0: Online, 30 GB Disk 1: Online, 200 GB Checking D: Drive Contents
bash Copy code DISKPART> dir d: Displayed the contents of the D: drive. Exiting DiskPart
bash Copy code DISKPART> exit Left DiskPart.
Viewing D: Drive Contents (Post Exit)
bash Copy code C:\Users\Administrator>dir d: Displayed the contents of the D: drive. Creating Boot Files
bash Copy code C:\Users\Administrator>bcdboot D:\Windows /S D: Boot files were successfully created. Re-entering DiskPart
bash Copy code C:\Users\Administrator>diskpart Selecting Disk 1
bash Copy code DISKPART> select disk 1 Disk 1 is now the selected disk. Listing Volumes
bash Copy code DISKPART> list volume Volume 0 (C:): NTFS, 29 GB, System Volume 1 (D:): NTFS, 199 GB Selecting Volume 1 and Making it Active
bash Copy code DISKPART> select volume 1 DISKPART> active Volume 1 is now the active partition. Exiting DiskPart After Configuration
bash Copy code DISKPART> exit Left DiskPart.
Conclusion The disk configuration and boot setup have been successfully performed. Disk 1, Volume 1 (D:) is now the active partition with the necessary boot files, and the system is ready for use.
create a knowledge base article for the OS not found rescue operation in windows machine. this document is for junior engineers who are not aware of each and everysteps.
Title: Windows 10 Disk Configuration and Boot Guide
Introduction This knowledge base article provides a comprehensive guide for resolving the "Operating System Not Found" error on a Windows 10 system. It outlines the steps to configure disk partitions and set up the boot files using DiskPart, command-line utility. The guide is intended for junior engineers who may require a detailed walkthrough of the process.
Prerequisites Before proceeding with the rescue operation, ensure that you have a bootable USB or DVD with Windows 7 or higher to access the Command Prompt.
Disk Information The system comprises two disks:
Disk 0
Disk 1
Step-by-Step Guide
diskpart
2 Listing Disks
list disk
Checking D: Drive Contents
Enter: dir D:
Exiting DiskPart
exit
Viewing D: Drive Contents (Post Exit)
dir D:
Creating Boot Files
bcdboot D:\Windows /S D:
Re-entering DiskPart
diskpart
Selecting Disk 1
select disk 1
. Listing Volumes
list volume
Selecting Volume 1 and Making it Active
select volume 1
active
Exiting DiskPart After Configuration
exit
Conclusion Following the completion of the above steps, the disk configuration and boot setup have been successfully performed. Disk 1, Volume 1 (D:) is now the active partition with the necessary boot files, and the system is ready for use.
This comprehensive guide is designed to provide junior engineers with a detailed walkthrough of the rescue operation for addressing an "Operating System Not Found" error on a Windows 10 system.
answers.microsoft.com
support.microsoft.com
answers.microsoft.com