Releases: RandomCoderOrg/ubuntu-arm64-qemu
Releases · RandomCoderOrg/ubuntu-arm64-qemu
v1-test
this is compressed with tar and lz4
Original size 1.7GB
./
├── flash0.img
├── flash1.img
└── ubuntu-image.img
SHA256
b7458916cec391bc28c241e7ef0d811341d5be0c79d1cb95e0e87e460c9897e3 qemu-ubuntu-18-test.tgz
Quick launch cmd
qemu-system-aarch64 -nographic -machine virt,gic-version=max -m 1G -cpu max -smp 4 -netdev user,id=vnet,hostfwd=:127.0.0.1:0-:22 -device virtio-net-pci,netdev=vnet -drive file=ubuntu-image.img,if=none,id=drive0,cache=writeback -device virtio-blk,drive=drive0,bootindex=0 -drive file=flash0.img,format=raw,if=pflash -drive file=flash1.img,format=raw,if=pflash