PALMisLIFE 討論區
標題:
[Solved]刷fastboot遇到remote: partition (init_boot) not found)的問題
[列印本頁]
作者:
ChiHua
時間:
2025-8-29 09:44
標題:
[Solved]刷fastboot遇到remote: partition (init_boot) not found)的問題
最近在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
就可以正常刷進去了
給自己作個記錄,說不定也會有人遇到跟我相同的問題
歡迎光臨 PALMisLIFE 討論區 (http://f.pil.tw/)
Powered by Discuz! X2.5