From owner-freebsd-hackers@freebsd.org Sun Jan 22 13:37:57 2017 Return-Path: Delivered-To: freebsd-hackers@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 41102CBCB41 for ; Sun, 22 Jan 2017 13:37:57 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 BF6EE857 for ; Sun, 22 Jan 2017 13:37:56 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id k86so80946363lfi.0 for ; Sun, 22 Jan 2017 05:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=IREjVZ9sj+SqVYT8/F/ZGg+aawx+uNtGzmj6VZMEPgw=; b=VROSS2Ei26IvHui5b97/idWJU7lvo7IUgPtnBMgJfq7BKPLygXMJD+TIe8yUYODdHt seX+DelStedsmgX7AJlrvmc2pMCWgseNv6U3JtS+J9JMjlwLgIyE3Qr1WskPXkLDfkCr y1CtEb4z9WqTIGZZr8gLGTZ/ZUmTUKSjgBb/VwBKmJuPngx6gCpPDo6k/LFfuJdTwAmO 2cVC0cjSiOOj9Jj7SnrYA0ATwmj4fnpK1SC0A/480Dwtv6I4arA/tmADwi+KFEz8lKEO 1meFy39CaG0c2ItO/3j3IaYIeY9TREeW1J3vOxFT/dk3EmltrDO85Avii/DY70l2DOBC 1+CQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IREjVZ9sj+SqVYT8/F/ZGg+aawx+uNtGzmj6VZMEPgw=; b=TOabnjX/DHaz/l+kSfv+xg659M8NHU4F1mF/E03hREb9VqhceOO6wdg9mz0Yv3VAcc /1C/KQBcHEBt6deL2UA/uirRvWyCpa9w8O2QdEZXHnK5r4097Fg46b+HRHE4uQopH8+C AaVJu7KkImvtTYX/xu3PozfwBarwHduJ/elUd2c23MpD/8s+fxLyUsoGnJP/+LBczsAc wC543EH2A+aINxAWttu6A8Mbtc2EQYQu3qXbEe53AzClptROZtvgnSgYe7ycsyyg89ns tp76mLawa/pIPY3+UeZzbLg8h64w9nQTwc2VAjivCtzFFzu3pfP5M/z7RDbMS5Wfpsar XsEg== X-Gm-Message-State: AIkVDXLwJiQhVEilBDKkJl1AU86dPKNYuT1tBqnaGG/CGsKsNn4Mj/1GGftQlmjSr2txo2CBy8VmLIvHZ2AsUA== X-Received: by 10.46.69.215 with SMTP id s206mr10557917lja.26.1485092274758; Sun, 22 Jan 2017 05:37:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.79.15 with HTTP; Sun, 22 Jan 2017 05:37:54 -0800 (PST) From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Sun, 22 Jan 2017 14:37:54 +0100 Message-ID: Subject: CURRENT panics on boot in VirtualBox To: FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2017 13:37:57 -0000 Hi, I get not reply in @questions so sending it here again. I can't get FreeBSD 12 r311461 to boot in VirtualBox. I'm using this image: http://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/12.0-CURRENT/i386/20170105/FreeBSD-12.0-CURRENT-i386-20170105-r311461.vmdk.xz. VirtualBox version is 5.1.14 (pkg installed). FreeBSD panics during boot with the following message: panic: atpic_assign_cpu: bad cookie I tried disabling ACPI to no luck. I can boot FreeBSD 11 STABLE with the latest snapshot without problems though. I would need this to test one of my ports that breaks due to a change in zlib in -CURRENT. Any ideas? Thanks in advance.