From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user-return-94874-arch-gentoo-user=gentoo.org@lists.gentoo.org> Received: (qmail 19848 invoked from network); 5 Dec 2004 16:54:45 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 5 Dec 2004 16:54:45 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.41) id 1Cazen-00020T-As for arch-gentoo-user@lists.gentoo.org; Sun, 05 Dec 2004 16:54:45 +0000 Received: (qmail 10067 invoked by uid 89); 5 Dec 2004 16:54:26 +0000 Mailing-List: contact gentoo-user-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: <mailto:gentoo-user@gentoo.org> List-Help: <mailto:gentoo-user-help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user-unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user-subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> Reply-To: gentoo-user@lists.gentoo.org X-BeenThere: gentoo-user@gentoo.org Received: (qmail 26114 invoked from network); 5 Dec 2004 16:54:25 +0000 From: John Drouhard <jdrouhard@myrealbox.com> To: gentoo-user@lists.gentoo.org In-Reply-To: <41B33198.90808@terra.com.br> References: <41B33198.90808@terra.com.br> Content-Type: text/plain Date: Sun, 05 Dec 2004 10:54:23 -0600 Message-Id: <1102265663.18364.0.camel@Johnm> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-user] qemu command line X-Archives-Salt: b0e73c06-7fb1-4a84-b0e8-64c8d8db0572 X-Archives-Hash: d5210a3bbbc697273d302e40d397465c On Sun, 2004-12-05 at 14:04 -0200, Francisco Ares wrote: > Hi, All > > Reading the qemu man page, i guess that I'm doing things right, but > that's not what qemu thinks ;-) > > I've created a 4G file like this: > > dd if=/dev/zero of=qemu.hd bs=1024 count=4194304 > > and now I wish to install a Windoze98 in that fake hard disk like this: > > qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd You need to run the command qemu, not qemu-i386. If that binary does not exist, then you need to recompile qemu with the "softmmu" USE flag turned on. John -- gentoo-user@gentoo.org mailing list