PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   疑難雜症區 (https://www.pcdvd.com.tw/forumdisplay.php?f=34)
-   -   分享安裝驅動卻造成系統卡死無法進入,如何在Dos指令下救回(AMD SATA 驅動) (https://www.pcdvd.com.tw/showthread.php?t=1196539)

芝風 2022-07-25 07:10 AM

分享安裝驅動卻造成系統卡死無法進入,如何在Dos指令下救回(AMD SATA 驅動)
 
大家好。

會需要作這個是在我的AMD B550 主板上安裝A社自家的Sata驅動,結果造成在BIOS裡有看到我的NVME硬碟,但是系統卻讀不到。

找了半天才在一篇 Reddit 文章中有看到分享的方法。

這個方法是把安裝的驅動刪掉,讓Win 先用回自己內建的驅動。


1。先想辦法進入修復模式或是直接Win 直接跳修復,裡面有一個進階選項(我的就是),選擇會出現Dos視窗的模式(我忘了詳細名字)

2。輸入指令
Dism /Image:c:\ /Get-Drivers /Format:Table (enter)(我系統碟是C)

然後會出現一排視窗,找要刪除的驅動的名字,然後記住它後面的oem(數字).inf

像我安裝是AMD的SATA驅動,是rcbottom.inf,這一排後面的是註記oem27.inf


(!!!!!!千萬注意,不是每個人,每台電腦都一樣,請確認好你自己的數值!!!!!!)


然後再輸入

Dism /Image:C:\ /Remove-Driver /Driver:Oem27.inf(enter)(o是小寫,我改成大寫是因為系統會自動變成圖示)

然後按exit(enter),最後選正常啟動WINDOWS,我就這樣救回來了,免於重灌


我覺得這個應該也適用於其他安裝驅動造成錯誤無法進入WINDOWS的情況,只要確認好你要刪除的驅動名字就好

saiz 2022-07-25 09:14 AM

現在都直接用PE開機
在PE下用DISM++就能新增移除本機驅動了

Axel_K 2022-07-25 01:29 PM

https://answers.microsoft.com/en-us...bb-57e12697b6d7

NVMe found in BIOS but not by Windows 10 / Windows 11
.......

it's all related to the "AMD-RAID Bottom Device" Controller Drivers that the AMD chipset software installs. For whatever reason, this AMD driver and Windows do not get along. The solution is to change/update the driver to the Standard NVME controller that comes with Windows.
Solution:
-Device Manager -> Storage Controllers -> Expand
-Find AMD-RAID Bottom Device -> Right Click -> Properties -> Driver -> Update Driver
-Browse From My Computer -> Let me pick from a list -> Select Standard NVM Express Controller -> Next
-Within 2 seconds, everything seems to be working without any issues.
Image

芝風 2022-07-25 11:10 PM

引用:
作者Axel_K
https://answers.microsoft.com/en-us/windows/forum/all/nvme-found-in-bios-but-not-by-windows-10-windows/688de030-05c7-4c31-b6bb-57e12697b6d7

NVMe found in BIOS but not by Windows 10 / Windows 11
.......

it's all related to the "AMD-RAID Bottom Device" Controller Drivers that the AMD chipset software installs. For whatever reason, this AMD driver and Windows do not get along. The solution is to change/update the driver to the Standard NVME controller that comes with Windows.
Solution:
-Device Manager -> Storage Controllers -> Expand
-Find AMD-RAID Bottom Device -> Right Click -> Properties -> Driver -> Update Driver
-Browse From My Computer -> Let me pick from a list -> Select Standard NVM Express ...



謝謝分享,但是這是在有辦法進入windows的情況底下

芝風 2022-07-25 11:12 PM

引用:
作者saiz
現在都直接用PE開機
在PE下用DISM++就能新增移除本機驅動了


謝謝你的意見,讓我又知道新的東西,現在在看PE是什麼,怎麼做

saiz 2022-07-26 12:32 AM

引用:
作者芝風
謝謝你的意見,讓我又知道新的東西,現在在看PE是什麼,怎麼做

簡單說就是一個WINDOWS,大部份是精簡過的
畢竟主要是做維護用
其實你在安裝WIN時就會有用到PE 只是功能不夠多
維護用PE跟OS介面一樣所以可以做很多事情
你可以把它當成跟WINDOWS TO GO差不多
一個在隨身碟中開機的簡易OS
透過各種工具就可以安裝修改維護救援本機OS系統/檔案

ericshliao 2022-07-26 01:43 PM

其實關鍵就是移除AMD的驅動, 方法有很多, 樓主選的方法是比較麻煩的一種.
最簡單的應該是開機進入安全模式, 不用特別選Command Prompt, 就選一般有視窗有網路連接的安全模式就可以了, 然後進入控制台裡打開裝置管理員, 找到AMD NVMe的項目, 移除掉再重開機就可以了.
除非連有視窗的安全模式都進不了, 才有必要走樓主選的那個方法.

芝風 2022-08-04 06:38 PM

引用:
作者ericshliao
其實關鍵就是移除AMD的驅動, 方法有很多, 樓主選的方法是比較麻煩的一種.
最簡單的應該是開機進入安全模式, 不用特別選Command Prompt, 就選一般有視窗有網路連接的安全模式就可以了, 然後進入控制台裡打開裝置管理員, 找到AMD NVMe的項目, 移除掉再重開機就可以了.
除非連有視窗的安全模式都進不了, 才有必要走樓主選的那個方法.



是的,就是連安全模式都進不去的

這個算是最後的最後的辦法了

linuxwuo 2022-08-05 05:57 AM

一般來說,#7樓的方法就是教科書式的解決方式,能到連安全模式都難以進入,那已經是很嚴重的問題,只能用進PE作業系統用指令來救,那已經是很高段的方法,需要有一定電腦技術能力的人,一般人根本做不到,最後都只能重灌系統。

樓主能把經驗分享出來真的很好,也希望日後需要用到網搜時能找到這篇文。

也多虧這一篇文,讓我對AMD driver又有更進一步的認識,裝個driver能把電腦搞到無法進系統,真不簡單。

linuxwuo 2022-08-05 06:06 AM

引用:
作者Axel_K
https://answers.microsoft.com/en-us/windows/forum/all/nvme-found-in-bios-but-not-by-windows-10-windows/688de030-05c7-4c31-b6bb-57e12697b6d7

NVMe found in BIOS but not by Windows 10 / Windows 11
.......

it's all related to the "AMD-RAID Bottom Device" Controller Drivers that the AMD chipset software installs. For whatever reason, this AMD driver and Windows do not get along. The solution is to change/update the driver to the Standard NVME controller that comes with Windows.
Solution:
-Device Manager -> Storage Controllers -> Expand
-Find AMD-RAID Bottom Device -> Right Click -> Properties -> Driver -> Update Driver
-Browse From My Computer -> Let me pick from a list -> Select Standard NVM Express ...


這種解決方法在實務上根本做不到,有寫等於沒寫。

NVMe SSD 只能在BIOS被識別,無法被Windows作業系統辨識到,那根本無法做系統碟甚至資料碟,那怎麼進入Windows 系統做以上修正步驟??

除非剛好你把Windows系統安裝在SATA SSD(硬碟)上....


所有的時間均為GMT +8。 現在的時間是03:03 AM.

vBulletin Version 3.0.1
powered_by_vbulletin 2024。