neagix / wii-linux-ngx

Modern Linux for Wii/GameCube
https://neagix.github.io/wii-linux-ngx/
134 stars 8 forks source link

Cant extract rootfs.tar.xz #28

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi Everyone I have a Problem with the rootfs.tar.xz file I tried to extract it in my SD Card in Windows I used 7zip Winrar and other Programms and they all give me Errors How do I Do this???

imaandrew commented 4 years ago

Try flashing the .img file instead

sardach commented 4 years ago

You can use dd for flash the SD sudo umount /dev/mmcblk0pX sudo dd if=/path/to/rootfs.tar.xz of=/dev/mmcblk0pX bs=4M && sync

Or try balenaEtcher for a GUI solution