From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RilH7-0006l4-4O for qemu-devel@nongnu.org; Thu, 05 Jan 2012 06:14:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RilH5-0001Af-9v for qemu-devel@nongnu.org; Thu, 05 Jan 2012 06:14:24 -0500 Received: from chello084112167138.7.11.vie.surfer.at ([84.112.167.138]:58962 helo=wiesinger.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RilH4-0001AV-Qx for qemu-devel@nongnu.org; Thu, 05 Jan 2012 06:14:23 -0500 Date: Thu, 5 Jan 2012 12:13:34 +0100 (CET) From: Gerhard Wiesinger In-Reply-To: <4F0577C9.4070708@redhat.com> Message-ID: References: <4F055827.50202@redhat.com> <4F056613.5020607@redhat.com> <4F05730A.3000607@redhat.com> <4F0577C9.4070708@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Qemu-devel] Boot order problem and disable iPXE/gPXE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Gleb Natapov On Thu, 5 Jan 2012, Gerd Hoffmann wrote: >> qemu-system-x86_64: -device >> rtl8139,macaddr=1a:46:0b:ca:bc:7c,vlan=0,romfile=: Property >> 'rtl8139.macaddr' not found > > Oops. It is mac=..., not macaddr=... Just for the records, working config looks like: /root/download/qemu/git/qemu-kvm/x86_64-softmmu/qemu-system-x86_64 -drive file=1.img,media=disk,if=scsi,bus=0,unit=0 -drive file=2.img,media=disk,if=scsi,bus=0,unit=1 -drive file=3.img,media=disk,if=scsi,bus=0,unit=2 -drive file=4.img,media=disk,if=scsi,bus=0,unit=3 -cdrom ISO/KNOPPIX_V6.2CD-2009-11-18-DE.iso -boot order=c -m 256 -k de -vga vmware -vnc :0 -bios /root/download/seabios/git/seabios/out/bios.bin -option-rom BIOS/8xx_64.rom,bootindex=1 -device rtl8139,mac=1a:46:0b:ca:bc:7c,vlan=0,romfile= -net tap,ifname=tap0,script=no,downscript=no,vlan=0 -device pcnet,mac=1a:46:0b:ca:bc:7e,vlan=1,romfile= -net tap,ifname=tap1,script=no,downscript=no,vlan=1 Boots from harddisk well. Last question: how will enabling the boot menu be enabled with bootindex option? Can someone add such a complex sample to documentation? Thnx to all. Ciao, Gerhard -- http://www.wiesinger.com/