From owner-freebsd-virtualization@freebsd.org Thu Sep 3 20:15:55 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA7C19C9740 for ; Thu, 3 Sep 2015 20:15:54 +0000 (UTC) (envelope-from eiselekd@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 765DD1DB3 for ; Thu, 3 Sep 2015 20:15:54 +0000 (UTC) (envelope-from eiselekd@gmail.com) Received: by lanb10 with SMTP id b10so456884lan.3 for ; Thu, 03 Sep 2015 13:15:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zRqB2rCfD4w8ELB3rzEl/byPSdkmQYHBTh+tdRNRpnA=; b=we9PWjjc4s1GJQNKFUrDf4hAX4xdqkN53ytVVlWjOsyC+veB1vHJJUjJx5nnwpnzNl UngMGAMdILuJR+sbGkYWVJ1vO+FtR+n7iuIuq4CkASnDRxi8JuKjqFqNmJrfwqux5Z6g b20/LMp+1RpZJ7v7TgoYNjFKukCjL9zfHavJTT6GZ+5vOXGQ01wzyDZUZkjV37IqiVjE K1p8SbUvGXNk2Ulbo9E+Y8o3stEs6OEZwggWyYcvwwtDklwdmiVzToPxpo/hJekDGWo9 E7LRfKkvllv/ImS1mo+8djfeMGxwkOkF9xEQlKuZ6LunW1FvBaGGTTzab1GrlucxyVi/ HQEA== MIME-Version: 1.0 X-Received: by 10.152.26.163 with SMTP id m3mr23865872lag.86.1441311352503; Thu, 03 Sep 2015 13:15:52 -0700 (PDT) Received: by 10.112.145.198 with HTTP; Thu, 3 Sep 2015 13:15:52 -0700 (PDT) Date: Thu, 3 Sep 2015 22:15:52 +0200 Message-ID: Subject: Windows-10 in Virtualbox install From: Konrad Eisele To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 20:15:55 -0000 Hello, I tried to install Windows-10 in Virtualbox 4.3.30 on Freebsd 10.2. It starts up and shows the blue 4 tile logo, but then it doesnt continue. Normally it should show the circle with the dots spinning round, however Virtualbox loops at 100%. I then compiled Virtualbox 5.0 on FreeBsd (with some patching) and got Virtualbox-5.0 to start, however the behaviour is almost the same only that it loops at ~50% now. (I guess that Windows 8.1 will be the same). Windows-7 starts up ok. I'm not so familiar with Virtualization and wonder weather someone knows what is missing in the FreeBsd driver so that Windows 10 cannot start up. Does anyone know what magic Windows does in the beginning? It does something that is emulated in Linux or OSX. Here Windows 10 boots. On FreeBsd, when loading a Windows-10 VBox image created in Linux it starts and hangs like when installing from CD, however when restarting the machine, next time it writes "trying automatic recovery", so it has recorded that it has started once. Then it hangs again. I know Bootloader stuff is lowlevel and esoteric and I guess I cannot fix this myself, but maybe someone can give me a hint where to look maybe point to the patch that did the trick in the linux driver :-) // Greetings Konrad