TrungNguyen1909 / qemu-t8030

iPhone 11 emulated on QEMU
Other
1.97k stars 194 forks source link

Watchdog Kernel Panic during iOS restore #64

Open NinjaCheetah opened 2 years ago

NinjaCheetah commented 2 years ago

When attempting a restore (in this case with fresh NAND files), the iOS device kernel panics shortly after creating NAND namespaces. Full log (too long to send as text):

ios.log

TrungNguyen1909 commented 2 years ago

@NinjaCheetah what is the specs of your host machine?

NinjaCheetah commented 2 years ago

MacBook Pro (13", mid-2012) on macOS Monterey 12.4 2.5 GHz Dual-Core Intel Core i5 8 GB 1333 MHz DDR3 Intel HD Graphics 4000 1536 MB Booted off a Samsung EVO SSD

I will also add that I previously got as far as the ASR VERIFY step of the restore.

TrungNguyen1909 commented 2 years ago

you can try adding wdt=-1 to the quote after the -append.

Also, your MBP seems rather old, not quite sure if it can handle this.

NinjaCheetah commented 2 years ago

Doesn't seem to have made a difference.

I do realize that my Mac is pretty old, but I'm just confused why it seems to get stuck at that segment now when I was able to get most of the way through the restore previously.