An Operating System Wasn
An Operating System Wasn
The following error may appeared on Windows 10 or 8.1 computer during boot
process "An operating system wasn’t found. Try disconnecting any drives that
don’t contain an operating system. Press Ctrl+Alt+Del to restart".
The "An operating system wasn’t found" error can be displayed on Windows 10
or Windows 8.1 computers, after a Windows upgrade (e.g. from Windows 8.1 to
Windows 10), a BIOS update, or after you have cloned your hard drive to
another disk.
In this tutorial you can find detailed instructions on how to resolve the ""An
operating system wasn’t found. Try disconnecting any drives that don’t contain
an operating system. Press Ctrl+Alt+Del to restart" on Windows 10 or Windows
8 or 8.1 OS.
4. At the command prompt window, type the following command to open
DISKPART utility and press Enter:
diskpart
5. Then give the following command to find out if your disk is set to GPT or MBR
partition table and press Enter:
list disk
Look at the GPT column to see if it has an asterisk (*).
– If you see an asterisk (*), that means that your disk's Partition Table is GPT.
– If you don't see an asterisk, that means that your disk's Partition Table is
MBR.
6. Type exit and press Enter.
7. If the partition table is MBR then read and apply Part's 1 instructions to
resolve the "Operating system wasn’t found" problem, otherwise – if the
partition table is GPT – read and apply Part's 2 instructions.
1. First, find out on which disk Windows were installed. To do that, in the
command prompt window, give the following command: *
dir C:
* Note: If the Windows directory is displayed, then continue to the next step,
otherwise continue by typing the next alphabet letter until you find which drive
contains the Windows folder (e.g. dir d: , dir e:. dir f:, etc.).
(In this example the Windows folder is located at drive D:)
2. When you find out which drive contains the Windows folder, (in this example
on the drive "D:"), give the following command to create the boot files on that
drive and press Enter. *
* Note: If Windows are located on a different drive, change the letter D with
that drive letter.
bcdboot D:\Windows /S D:
The System should return this message:
"Boot files successfully created "
3. After the Boot files creation, open DISKPART utility again by typing:
diskpart
4. In DISKPART prompt type:
list disk
7. Assign a drive letter (e.g. the letter "S") to the System partition by typing
the following command and press Enter: *
assign letter=S:
* Note: If the drive letter "S" is already used, then give the next drive letter in
alphabet.