Results 34 comments of TrungNguyen1909

@authscuredev, Please check the instruction in the [USB-and-Restore](https://github.com/TrungNguyen1909/qemu-t8030/wiki/USB-and-Restore) section of the wiki

Generally, this is because your machine is a bit slow. I've a fix but I haven't tested it properly yet.

Should be fixed in 83cff1223e92209ae483e803ce3a10ba76017600

@NinjaCheetah what is the specs of your host machine?

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.

Can you try installing libiosexec1? With that package files extracted to the root directory, I don't encounter any problem with running `apt-key`.

@asdfugil Hi, it is taking rather long for me to download the ipsw. If you don't mind, can you try restoring again with [this line](https://github.com/TrungNguyen1909/qemu-t8030/blob/master/hw/arm/xnu.c#L86) removed? Thanks.

Umm, this one is complicated. It is not like we can't make a kernel patch but I also saw messages after restore from apfs that it is rejecting open because...

Temporary solution: ```c set_dtb_prop(child, "product-name", 8, (uint8_t *)"FastSim"); ``` after [this line](https://github.com/TrungNguyen1909/qemu-t8030/blob/master/hw/arm/xnu.c#L441) and the mount should got through... Undo the change mentioned above: > @asdfugil Hi, it is taking rather...

@asdfugil, I just tested mounting manually using the command from the ramdisk. It should work... xnu.c: ```c static const char *REM_PROPS[] = { "function-error_handler", "nvme-coastguard", "nand-debug", "function-spi0_sclk_config", "function-spi0_mosi_config", "function-pmp_control", "function-mcc_ctrl",...