New FreeBSD snapshots available: head (20151001 r288459)
Glen Barber
gjb at FreeBSD.org
Fri Oct 2 18:48:43 UTC 2015
Just a minor correction:
On Fri, Oct 02, 2015 at 06:35:32PM +0000, Glen Barber wrote:
> [...]
> Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI
> loader file is needed for qemu-system-aarch64 to be able to boot the
> virtual machine images. The file can be found here, for now, until
> various patches are available upstream:
>
> http://people.FreeBSD.org/~gjb/QEMU_EFI.fd
>
> The checksums for this file are:
>
> SHA256 (QEMU_EFI.fd) = a35335a418781fc0963c80ab12d548b6972d2c0b955f45664a4b780f4e5f48a2
> MD5 (QEMU_EFI.fd) = ec03d51a3c4374a515cf32ab0c2721cf
>
> To boot the VM image, run:
>
> % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt
> -bios QEMU_EFI.fd -serial telnet::4444,server -nographic
> -drive if=none,file=VMDISK,id=hd0
> -device virtio-blk-device,drive=hd0
> -device virtio-net-device,id=net0
> -netdev user,id=net0
>
> Be sure to replace "VMDISK" with the path to the virtual machine image.
>
The correct command to run is:
% qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt
-bios QEMU_EFI.fd -serial telnet::4444,server -nographic
-drive if=none,file=VMDISK,id=hd0
-device virtio-blk-device,drive=hd0
-device virtio-net-device,netdev=net0
-netdev user,id=net0
Thank you to Nikolai Lifanov for the correction.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-snapshots/attachments/20151002/a2215854/attachment.bin>
More information about the freebsd-snapshots
mailing list