Windows10 Ghost Disk To Disk 後不能開機的修復方式

Windows10因為甚麼鬼EFI磁區的關係所以用Ghost Disk To Disk後

會出現無法開機的訊息

相信現在應該有不少人公司電腦配下來都是Windows10

然後除非公司口袋真的很有很有有到不行給你SSD

不然應該都還是一般的傳統式機械硬碟

想當然爾就是會覺得給他慢到炸掉喇

歷經網路搜尋一番後找到如下的修復方式

原始連結:點這裡

Enter “diskpart" to use the DiskPart tool to ensure you have all the right partitions and to identify your EFI partition – the key thing here is that your EFI partition is formatted as FAT32:

DISKPART> sel disk 0

Disk 0 is now the selected disk.

DISKPART> list vol

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     E                       DVD-ROM         0 B  No Media
  Volume 1     C                NTFS   Partition    195 GB  Healthy    Boot
  Volume 2         WINRE        NTFS   Partition    400 MB  Healthy    Hidden
  Volume 3                      FAT32  Partition    260 MB  Healthy    System

Then assign a drive letter to the EFI partition:

DISKPART> sel vol 3

Volume 3 is the selected volume.

DISKPART> assign letter=b:

DiskPart successfully assigned the drive letter or mount point.

Exit DiskPart tool by entering exit and at the command prompt run the following:

cd /d b:\EFI\Microsoft\Boot\

bootrec /fixboot

Delete or rename the BCD file:

ren BCD BCD.bak

Use bcdboot.exe to recreate BCD store:

bcdboot c:\Windows /l en-gb /s b: /f ALL

 

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *