From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4002:c05::229; helo=mail-yw0-x229.google.com; envelope-from=moheban79@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-yw0-x229.google.com (mail-yw0-x229.google.com [IPv6:2607:f8b0:4002:c05::229]) (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 C89AD21ED1C5E for ; Wed, 7 Mar 2018 17:02:11 -0800 (PST) Received: by mail-yw0-x229.google.com with SMTP id w12so1433437ywa.8 for ; Wed, 07 Mar 2018 17:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:from:mime-version:date:subject:message-id :to; bh=62JNr1QITdgAuEjOWbh2wRBqTmZLKpMC4B0GxqJRp28=; b=OqbLknd0kB2AJmO50uz+f/TOlOSelj54QEKVjKM1Ey7AbaHQ2QQv2ohk76Dn1c+hG2 PUbC/za5S2U28Wm3DtzYbopD97I9q5eNPx95sxF2KEW/VOby4MqYlOOnoJppunW7MOIw dp5WOCi5af5+TSGbGDLZH8OX9dRAB9iutKgpiQ9I7Y1NBDCHnGGYMq26mtMmAoWZz/Y+ v22CNBYFHTGzq31vJ9NwVrF25wQlqSSeiychS2+lvz5z2pjumvbPFKpHPermEXAJ6kdW N822/crK19MpKkjz1D6jmPMZKZRfXx486XN1wot1Dhhw+5kryojI5e2HuwLzFju33T/l oEpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:from:mime-version:date :subject:message-id:to; bh=62JNr1QITdgAuEjOWbh2wRBqTmZLKpMC4B0GxqJRp28=; b=RTB9OArAb0xc9htuu/X8umzmRmlYFVh4L8rp9BpKE4b6uhoBefI90zlBk7RCA7B6// PHTkydxBwu7id9QXUEuQ+uq11JajdDV6DWsu9bJbLZjSrkaar/bJ5OBGXLxx2nySVEpy VbJIekK+MN5v1QpvQHXlrYs/C7cWpLnrY/W5Rv0fUHMl1+X/4fVLT9UhraWeqyY2Ke57 A41hJLbPBpdnDtUfbgUNIhhhOFtmZEXe3wJfSCKqFJdz2j3sjy1mdBH3AbTDujAJDn0E jHlWO0ub24N+/uaZ00/N6guepCegfV0Vyb6641vypFfrk92yxOzojgK42dJmjW3TCuKB YCxg== X-Gm-Message-State: APf1xPC8X5gJLGNGN4YXYzam9WEtO/hq0jrtBgNJqP462i2/Bd8FslXd 4tHsr8hWBPGjYYghuhzvbWZ6v9mh X-Google-Smtp-Source: AG47ELs5E/H5brQrUHzw51KjvTyHbuPGt9PtqymEZ+VFaBBZ9E6LONQ4VmfB4n8vQH4Q900/+BcVsQ== X-Received: by 10.129.87.75 with SMTP id l72mr15960435ywb.417.1520471305899; Wed, 07 Mar 2018 17:08:25 -0800 (PST) Received: from [192.168.1.6] ([75.143.56.33]) by smtp.gmail.com with ESMTPSA id l33sm4472099ywh.34.2018.03.07.17.08.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Mar 2018 17:08:25 -0800 (PST) From: david moheban Mime-Version: 1.0 (1.0) Date: Wed, 7 Mar 2018 20:08:23 -0500 Message-Id: To: edk2-devel@lists.01.org X-Mailer: iPad Mail (15D100) Subject: HELP: Qemu not able to load Duet image 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 01:02:12 -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 Wind= ows 10-64. Command line I type =E2=80=98Qemu -fda floppy.img=E2=80=99 and d= oes not get past =E2=80=98Welcome to Efi World=E2=80=99 but if I burn the i= mage to a flash usb drive it will boot up just fine. Are there any settings= or drivers that need to be included in the compilation process?=20 Thank you