Closed nick-botticelli closed 2 years ago
Hello, this looks like a very rare issue to my experience.
Does that issue persist when you try to do it again?
Yes, it happens every time. I tried varying the ram, cpu cores, and adding bootargs but to no avail.
Try running
./qemu-t8030/build/qemu-img create -f qcow2 nvme.1.qcow2 32G
Then replace -drive file=nvme.1,format=raw,if=none,id=drive.1
with -drive file=nvme.1.qcow2,format=qcow2,if=none,id=drive.1
The backtrace shows that some request timed out so.
btw, switch to the qemu window occasionally so that macOS does not throttle it down.
How can you boot with the qcow2 format? I tried qcow2 but it always complains about out of space.
You need to free up some space
Try running
./qemu-t8030/build/qemu-img create -f qcow2 nvme.1.qcow2 32G
Then replace-drive file=nvme.1,format=raw,if=none,id=drive.1
with-drive file=nvme.1.qcow2,format=qcow2,if=none,id=drive.1
The backtrace shows that some request timed out so.
btw, switch to the qemu window occasionally so that macOS does not throttle it down.
This worked! At least for restoring—it eventually crashes on the next reboot (from watchdog timeout?). I might try using qcow2 for the other images when I have time tomorrow. Thank you for the help thus far. Here is a (very long) panic log if anyone is interested.
You need to free up some space
Really? But raw images (the things that do not have any compression) worked without any problems
You need to free up some space
Really? But raw images (the things that do not have any compression) worked without any problems
I think it's because the qcow2 images do not expand to their full size on creation.
Looks like finally adding wdt=-1
to boot-args resolved the issue, and 14.0 boots and doesn't panic. Not sure if all images needed to be qcow2 format but it seems to work regardless. Marking this issue as resolved, will open another one if necessary (e.g. on newer iOS versions). Thanks again.
I was following the Wiki guide and was restoring the emulator, but shortly after starting the restore process, it hangs and then panics at
Creating 7 namespaces on NAND
.Here is the full log from start to panic. File modification dates show that
nvme.1
andnvram
storage files were modified, but there still look zeroed out (except the header in nvram). My environment is macOS 12.4 on M1 MacBook Air, and I compiled the tools and code as of today. Below is my launch command.