From owner-freebsd-questions@FreeBSD.ORG Sat Nov 11 23:35:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC14F16A403 for ; Sat, 11 Nov 2006 23:35:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7280143D5F for ; Sat, 11 Nov 2006 23:35:06 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Gj2NK-0007JD-H2 for freebsd-questions@freebsd.org; Sun, 12 Nov 2006 00:35:02 +0100 Received: from r5h168.net.upc.cz ([86.49.7.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 00:35:02 +0100 Received: from gamato by r5h168.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Nov 2006 00:35:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Sun, 12 Nov 2006 00:28:17 +0100 Lines: 22 Message-ID: <45565C91.3020604@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h168.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.8) Gecko/20061111 SeaMonkey/1.0.6 Sender: news Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: emulators/qemu: crashes with "Bad system call: 12" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 23:35:08 -0000 Hello, I'm trying to install Win2K but QEMU is constantly crashing with: Bad system call: 12 The command line I'm using is a variation of the following: qemu -cdrom /opt/win2k.iso -hda /opt/c.img -m 256 -boot d -win2k-hack First I tried to boot directly from CD. Also I used QCOW disk image but QEMU crashed at a very early stage (before Win2K installer kicked in). Now I'm using RAW disk image and QEMU actually runs up to after initial Win2K installer reads device configuration files. What might be wrong and how to fix it please ? Cheers, Martin PS: QEMU is freshly installed from ports on FreeBSD 6.2-PRERELEASE.