KVM - The Linux Kernel-Based Virtual Machine
News, Blogs and Resources on the Linux (KVM) Kernel-Based Virtual Machine

Install NetBSD 5.0.1/Sparc64 on Qemu falied

1 reply [Last post]
pavlinux
pavlinux's picture
User offline. Last seen 19 weeks 1 day ago. Offline
Joined: Jan 23 2010
Points: 12

# wget ftp://iso.netbsd.org/pub/NetBSD/iso/5.0.1/sparc64cd-5.0.1.iso
# qemu-img create -f qcow2 NETBSD.qcow2 12G;
# qemu-system-sparc64 -hda ./NETBSD.qcow2 -cdrom sparc64cd-5.0.1.iso;

In QEMU say:

0 > boot cdrom

NetBSD IEEE 1275 Bootblock
Invalid superblock magic

byte-load: exception caught!

ok

0 >

Kenni Lund
User offline. Last seen 3 weeks 3 days ago. Offline
Joined: Nov 25 2008
Points: 82
Re: Install NetBSD 5.0.1/Sparc64 on Qemu falied

Well, this issue doesn't really have anything to do with KVM (which is x86/x86_64 only), your Sparc64 issue is pure QEMU...

That said, Sparc64 is not supported yet, according to the status page of QEMU:
http://www.qemu.org/status.html

In generel, you'll most likely get more qualified answers if you ask such questions in a forum dealing with QEMU emulation, for example the official QEMU forum:
http://qemu-forum.ipi.fi/

Best Regards
Kenni Lund

Post new comment

The content of this field is kept private and will not be shown publicly.