Closed Duy-Thanh closed 2 years ago
Generally, this is because your machine is a bit slow. I've a fix but I haven't tested it properly yet.
@TrungNguyen1909 My computer currently has a CPU with 4 cores and 12GB of RAM. Is there any trick or hack to fix this problem?
Should be fixed in 83cff1223e92209ae483e803ce3a10ba76017600
It's been more than two weeks since I tried this archive, and now I'm still stuck in iOS recovery mode and it fails.
The entire iOS emulator crash log is attached in the file below: iOS_Log.txt
And the log of the Linux client (I'm using Lubuntu 22.04.01, and all dependencies are up to date, including
idevicerestore
):Linux_Log.txt
In all attempts, when the iOS device emulator runs to:
Creating 7 namespaces on NAND
It will always stop there and will have the following line:
At the same time when the two lines of
unrecognized request 'GetValue'
appeared, on the side of my Linux VM,idevicerestore
gave the message:No data to read (timeout)
And then on the iOS simulator side after two lines
unrecognized request 'GetValue'
:And then the error appeared:
panic(cpu 2 caller 0xfffffff019b07c24): nvme: "Fatal error occurred. ID=0 ARG1=0x0 ARG2=0x0 ARG3=0x0 NANDV=0x0, DRAMV=0x0, SSDC=128GB. FW Revision=1.0\n"
Throughout the process of running the iOS virtual machine, you will see these lines appear:
unrecognized request 'GetValue'
Or the following lines appear (but randomly on attempts):
and it confused me. If this is a connection between real hardware and idevicerestore, that would make sense because the cable connection is bad and I could go out and buy a new cable to restore. But this is a rollback between virtual machines and there are no physical connections at all, but somehow poor connections keep popping up.
Also, here is the command used to run the iOS virtual machine:
Command line to run
idevicerestore
on a Linux virtual machine:idevicerestore -P -d --erase --restore-mode -i 0x1122334455667788 iPhone11,8,iPhone12,1_14.2_18B92_Restore.ipsw -T root_ticket.der
Any help on this matter is greatly appreciated