From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFICI-0006ri-Fn for qemu-devel@nongnu.org; Fri, 30 Aug 2013 02:28:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFICA-0005nF-2h for qemu-devel@nongnu.org; Fri, 30 Aug 2013 02:28:42 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:53092 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFIC9-0005n5-MA for qemu-devel@nongnu.org; Fri, 30 Aug 2013 02:28:33 -0400 Message-ID: <52203B8D.5030507@kamp.de> Date: Fri, 30 Aug 2013 08:28:29 +0200 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Qemu Booting a PC without an MBR? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi all, today I had the second incidence of a migrated system (copied with DD) to qemu which won't boot. (stuck after booting from harddisk message). Looking at sector 0 I found out that it does not have an MBR. It seems that real hardware and I was told also vmware can cope with this. Is there a way we can improve this? (maybe be using an open source mbr in case the mbr section is zeroed out?) Thanks, Peter