From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=17.133.183.8; helo=pv38p43im-ztdg05071201.me.com; envelope-from=dmoheban@icloud.com; receiver=edk2-devel@lists.01.org Received: from pv38p43im-ztdg05071201.me.com (pv38p43im-ztdg05071201.me.com [17.133.183.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 72C5D223CDC31 for ; Wed, 7 Mar 2018 16:59:33 -0800 (PST) Received: from process-dkim-sign-daemon.pv38p43im-ztdg05071201.me.com by pv38p43im-ztdg05071201.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P5800K00YVRPL00@pv38p43im-ztdg05071201.me.com> for edk2-devel@lists.01.org; Thu, 08 Mar 2018 01:05:49 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1520471149; bh=+Izw3EGSqr9P/HYP0Owdw9ghvZKUzUY1x3rpBM0aNTA=; h=Content-type:From:MIME-version:Date:Subject:Message-id:To; b=Zh1F8/Jo2GNbduL4j/YYANFHGwkKyQGxSiSU9R2TjOr+Md7RzLp46+tK0clLKJyio zNqVpeMR2+OuZQRzTahbh2j92C84bl4t2sx3cy1xz2vpINN7StNZUdPp5XLaY4pZC8 OPpgq8wBDxB2iBhRCPJ7L0BdSV4vd72NSL6kyBsLRzvNtgX5baCQnw6RX5mJn4xN1d F+yqNu8xegLz0z7jp2GHmMDKiARAlRFlSXk/yvEFkc+1Nw8/JoDdpZZaMtErQaXudz wZ55EKHxPu7WJ+QLY3dadjewuIicZoo4fjRwFP1tdcHCxpnwcXVNrKDl99hLzhQdtf Wa2gFc65GlLbA== Received: from icloud.com ([127.0.0.1]) by pv38p43im-ztdg05071201.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P5800BYOZ1MER00@pv38p43im-ztdg05071201.me.com> for edk2-devel@lists.01.org; Thu, 08 Mar 2018 01:05:48 +0000 (GMT) X-Suspected-Spam: true X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-03-07_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=probablespam policy=default score=57 spamscore=57 clxscore=1015 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1803080011 From: david moheban MIME-version: 1.0 (1.0) Date: Wed, 07 Mar 2018 20:05:46 -0500 Message-id: <85D274BD-603C-4EE4-9A7E-7F4DC05DAF30@icloud.com> To: edk2-devel@lists.01.org X-Mailer: iPad Mail (15D100) X-Mailman-Approved-At: Thu, 08 Mar 2018 01:45:30 -0800 Subject: Help: Duet not load properly on Qemu Win64 or Bochs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 00:59:33 -0000 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Hi, I am having difficulty loading Duet image via Qemu x86-64 or Bochs in Window= s 10-64. Command line I type =E2=80=98Qemu -fda floppy.img=E2=80=99 and does= not get past =E2=80=98Welcome to Efi World=E2=80=99 but if I burn the image= to a flash usb drive it will boot up just fine. Are there any settings or d= rivers that need to be included in the compilation process?=20 Thank you