Jump to content

Hello everybody,

 

I get a blue screen with the following error code:

 

0xc000000e

 

...device is inaccessible.

 

How did it come to this?

 

I've cloned my OS from SSD1 to a new NVME. I could boot the system even with SSD 1 and 2 being unplugged. I've cloned all data from SSD2 to SSD1 and then got the error.

 

Windows repair didn't help me.

 

Diskpart output:

Microsoft Windows [Version 10.0.18362.175]
(c) 2019 Microsoft Corporation. Alle Rechte vorbehalten.

X:\Sources>diskpart

Microsoft DiskPart-Version 10.0.18362.1

Copyright (C) Microsoft Corporation.
Auf Computer: MININT-MH5662N

DISKPART> list vol

  Volume ###  Bst  Bezeichnung  DS     Typ         Größe    Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     N                       DVD-ROM         0 B  Kein Medi
  Volume 1     C   Intenso      NTFS   Partition    238 GB  Fehlerfre
  Volume 2     D   Alisa        NTFS   Partition     72 GB  Fehlerfre
  Volume 3     E   Media        NTFS   Partition   1000 GB  Fehlerfre
  Volume 4     F   Programme    NTFS   Partition   1000 GB  Fehlerfre
  Volume 5     G   Stuff        NTFS   Partition    300 GB  Fehlerfre
  Volume 6     H   24           NTFS   Partition    119 GB  Fehlerfre
  Volume 7     I                NTFS   Partition     94 GB  Fehlerfre
  Volume 8     J   NVME         NTFS   Partition    930 GB  Fehlerfre
  Volume 9     K                NTFS   Partition    524 MB  Fehlerfre
  Volume 10    L                NTFS   Partition    496 MB  Fehlerfre
  Volume 11        SYSTEM       FAT32  Partition    100 MB  Fehlerfre  Versteck
  Volume 12    M   ESD-ISO      FAT32  Wechselmed    14 GB  Fehlerfre
  Volume 13    O   INTENSO      FAT32  Wechselmed    29 GB  Fehlerfre

DISKPART> list disk

  Datenträger ###  Status         Größe    Frei     Dyn  GPT
  ---------------  -------------  -------  -------  ---  ---
  Datenträger 0    Online          238 GB    82 MB        *
  Datenträger 1    Online         2794 GB   208 GB        *
  Datenträger 2    Online          931 GB   136 MB        *
  Datenträger 3    Online           14 GB      0 B        *
  Datenträger 4    Online           30 GB      0 B

DISKPART> sel disk 2

Datenträger 2 ist jetzt der gewählte Datenträger.

DISKPART> list part

  Partition ###  Typ               Größe    Offset
  -------------  ----------------  -------  -------
  Partition 1    Primär             930 GB  1024 KB
  Partition 2    Wiederherstellun   524 MB   930 GB
  Partition 3    Primär             496 MB   930 GB
  Partition 4    System             100 MB   931 GB


DISKPART> exit

Datenträgerpartitionierung wird beendet...

X:\Sources>bootrec /scanos
Alle Datenträger werden nach Windows-Installationen durchsucht.

Bitte warten, dies kann einige Zeit in Anspruch nehmen...

Die Suche nach Windows-Installationen war erfolgreich.
Gesamtanzahl der identifizierten Windows-Installationen: 1
[1]  J:\Windows
Der Vorgang wurde abgeschlossen.

O:\>notepad

 

Windows 10 is installed on Datenträger 2 - the NVME. Can I somehow use the partition 2? Wiederherstellung means hereby "Recovery". 

 

If any details are missing, just let me know it. I'll add them.

 

 

 

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/
Share on other sites

Link to post
Share on other sites

Hi @Arktius

 

Windows lost me a little on the following part. Partition 4 is "system" with 100MB that is probably the UEFI (ESP) partition. That should be Partition 1. If I'm not mistaken.

 

Edit : "wiederhelstellun" (Recovery partition)? should be last and system should be first.

 

  Partition ###  Typ               Größe    Offset
  -------------  ----------------  -------  -------
  Partition 1    Primär             930 GB  1024 KB
  Partition 2    Wiederherstellun   524 MB   930 GB
  Partition 3    Primär             496 MB   930 GB
  Partition 4    System             100 MB   931 GB
Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914069
Share on other sites

Link to post
Share on other sites

Just now, Senzelian said:

What do you mean with you were able to boot the system with Drive 1 and 2 unplugged?
Is Drive 2 the NVMe? Is it something else?

 

Did you do a sector-to-sector clone?

SSD 1 and 2 weren't connected to the mainboad. Don't get confused by the output from diskpart. Both aren't listed there. I just call them 1 and 2. We could also name them samsung 830 and samsung 850 if you want. 

 

Device 2 is the NVME with Windows 10 installed.

 

I did a sector-to-sector clone. I used easeus backup.

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914076
Share on other sites

Link to post
Share on other sites

3 minutes ago, Jarno. said:

Hi @Arktius

 

Windows lost me a little on the following part. Partition 4 is "system" with 100MB that is probably the UEFI (ESP) partition. That should be Partition 1. If I'm not mistaken.

 


  Partition ###  Typ               Größe    Offset
  -------------  ----------------  -------  -------
  Partition 1    Primär             930 GB  1024 KB
  Partition 2    Wiederherstellun   524 MB   930 GB
  Partition 3    Primär             496 MB   930 GB
  Partition 4    System             100 MB   931 GB

Are you sure? According to this website it says:

 

The System Reserved partition contains two important things:

  • The Boot Manager and Boot Configuration Data: When your computer starts, the Windows Boot Manager reads the boot data from the Boot Configuration Data (BCD) Store. Your computer starts the boot loader off of the System Reserved partition, which in turn starts Windows from your system drive. 

...

The System Reserved partition consumes 100 MB of space on Windows 7, 350 MB of space on Windows 8, and 500 MB of space on Windows 10. 

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914084
Share on other sites

Link to post
Share on other sites

5 minutes ago, Arktius said:

Are you sure? According to this website it says:

 

The System Reserved partition contains two important things:

  • The Boot Manager and Boot Configuration Data: When your computer starts, the Windows Boot Manager reads the boot data from the Boot Configuration Data (BCD) Store. Your computer starts the boot loader off of the System Reserved partition, which in turn starts Windows from your system drive. 

...

The System Reserved partition consumes 100 MB of space on Windows 7, 350 MB of space on Windows 8, and 500 MB of space on Windows 10. 

Yes I'm quite sure. I'll quote from wikipedia. Looked it up to confirm my story. Mind the " Before the primary partitions". Unless diskpart shows it in the incorrect order then the partitions are not correctly located.

 

Quote

The MSR should be located after the EFI System Partition (ESP) and any OEM service partitions, but it must be located before any primary partitions of bootable Windows operating systems.[1] Microsoft expects an MSR to be present on every GPT disk, and recommends it to be created as the disk is initially partitioned.[5

 

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914094
Share on other sites

Link to post
Share on other sites

5 minutes ago, Arktius said:

Are you sure? According to this website it says:

 

The System Reserved partition contains two important things:

  • The Boot Manager and Boot Configuration Data: When your computer starts, the Windows Boot Manager reads the boot data from the Boot Configuration Data (BCD) Store. Your computer starts the boot loader off of the System Reserved partition, which in turn starts Windows from your system drive. 

...

The System Reserved partition consumes 100 MB of space on Windows 7, 350 MB of space on Windows 8, and 500 MB of space on Windows 10. 

I checked my own drive to be sure and he's correct. The 100MB partition is the EFI-Systempartition.

 

 

The error shoul've never come up in the first place, if it has worked to boot the system before.

 

I'd go through the usual trouble-shooting steps.
Reseating the drive, CMOS reset and such.

But tbh I don't have much hope. The installation is probably bricked and you'll have to reinstall Windows.

 

🇩🇪 🇪🇺 🏴‍☠️ 

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914118
Share on other sites

Link to post
Share on other sites

7 minutes ago, Arktius said:

But the system had booted before on the other SSD with the same order for the partitions.

 

The order of the partitions shouldn't cause the error. 

Quick fix: make a bit by bit clone this should work all the time. Boot linux USB and execute following command. From there its a waiting game. Also make sure you don't mess up sda with sdb or you will clone it the wrong way around. ( if = Is the source / of = is the destination )

dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync status=progress

Edit: if this does not work you Windows installation has some serious issues, this has worked for me 100% of the time.

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914141
Share on other sites

Link to post
Share on other sites

4 minutes ago, Arktius said:

But the system had booted before on the other SSD with the same order for the partitions.

 

The order of the partitions shouldn't cause the error. 

Yeah I agree.

That's what's so weird about it.

 

 

🇩🇪 🇪🇺 🏴‍☠️ 

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914143
Share on other sites

Link to post
Share on other sites

2 minutes ago, Jarno. said:

Quick fix: make a bit by bit clone this should work all the time. Boot linux USB and execute following command. From there its a waiting game. Also make sure you don't mess up sda with sdb or you will clone it the wrong way around.


dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync status=progress

 

Could explain what it's exactly going to clone? 

 

The command bootrec /scanos found a Windows installation on J. Can't I use the command bootrec /rebuildbcd?

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914149
Share on other sites

Link to post
Share on other sites

2 minutes ago, Arktius said:

Could explain what it's exactly going to clone? 

 

The command bootrec /scanos found a Windows installation on J. Can't I use the command bootrec /rebuildbcd?

Yes it will clone drive A (sda) to drive B (sdb) to a exact copy so also with empty sectors the destination disk should be larger then the disk you are about to clone though.

Link to comment
https://linustechtips.com/topic/1107170-windows-10-boot-loader/#findComment-12914154
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×