PALMisLIFE 討論區

搜索
鹹魚爸魅力四射舞蹈教室
查看: 182|回復: 0
打印 上一主題 下一主題

[Solved]刷fastboot遇到remote: partition (init_boot) not found)的問題

[複製鏈接]

180

主題

9

好友

839

積分

該用戶從未簽到

文章
1441
跳轉到指定樓層
1#
發表於 2025-8-29 09:44 |只看該作者 |正序瀏覽
最近在root Google Pixel 7 Pro的時候,遇到一點小插曲

PS C:\adb> fastboot flash init_boot .\magisk_patched-29000_ApgMF.img
target reported max download size of 261095424 bytes
sending 'init_boot' (8192 KB)...
OKAY [  0.172s]
writing 'init_boot'...
FAILED (remote: partition (init_boot) not found)
finished. total time: 0.218s



照著網路上的教學,解Bootloader很順利

(如果不提我忘了備份資料,導致資料全部被刪除的話@@)

然後到下載原廠韌體,解壓縮init_boot.img再安裝Magisk去patch它都沒問題

但是到了要用fastboot flash init_boot 的時候出問題了

試了好幾次都是會出現remote: partition (init_boot) not found

然後到網路上爬文,有人說fastboot reboot fastboot 可以解決,但是沒用,連這行指令都是錯的

搞了一陣子才發現,原來我雖然有下載最新的google platform

也在解壓縮出來的fastboot.exe的目錄中執行fastboot的指令

但是電腦執行的卻是電腦上面另一個fastboot,大概是版本差異吧,就跑出上面那個錯誤

後來把指令改成.\fastboot flash init_boot (前面多加了一個 .\)

PS C:\adb>.\fastboot flash init_boot .\init_boot.img
Sending 'init_boot_a' (8192 KB)                    OKAY [  0.181s]
Writing 'init_boot_a'                              OKAY [  0.024s]
Finished. Total time: 0.218s



就可以正常刷進去了

給自己作個記錄,說不定也會有人遇到跟我相同的問題
分享淘帖0 分享分享0 收藏收藏0 頂0 踩0
您需要登錄後才可以回帖 登錄 | 免費註冊

與站長聯繫| PALMisLIFE 掌上生活      下載:更快、更棒、更好玩

GMT+8, 2025-9-13 07:40 , Processed in 0.060361 second(s), 31 queries , Gzip On.

Powered by Discuz!

© 2001-2012 Comsenz Inc. style by eisdl

回頂部