From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 12 11:27:46 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2AAF76C for ; Sun, 12 Jan 2014 11:27:46 +0000 (UTC) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4BD1955 for ; Sun, 12 Jan 2014 11:27:46 +0000 (UTC) Received: from broadband-178-140-93-168.nationalcablenetworks.ru ([178.140.93.168] helo=[172.16.100.50]) by sunner.semmy.ru with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1W2JCh-000HIh-2x for freebsd-virtualization@freebsd.org; Sun, 12 Jan 2014 15:27:43 +0400 Message-ID: <52D27C3A.2050205@FreeBSD.org> Date: Sun, 12 Jan 2014 15:27:54 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: broken image after installworld/installkernel Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 12 Jan 2014 11:27:46 -0000 Hi. My VM image has broken twice after I did installworld/installkernel inside VM. First time I installed FreeBSD-10 from this ISO-image: ftp://ftp.ru.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/10.0/FreeBSD-10.0-RC4-amd64-disc1.iso It worked well, but after I did 'svn co' buildworld/buildkernel installworld/installkernel kernel even did not boot. Second time I install FreeBSD-10 from the same ISO and after the same action I have: Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-PRERELEASE #0 r260554: Sun Jan 12 21:54:44 MSK 2014 root@avim-new:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz (2294.33-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206d7 Family = 0x6 Model = 0x2d Stepping = 7 Features=0x8f83ab7f Features2=0x82be6257 AMD Features=0x24100800 AMD Features2=0x1 TSC: P-state invariant real memory = 1073741824 (1024 MB) avail memory = 1012215808 (965 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: panic: AP #1 (PHY# 1) failed! cpuid = 0 KDB: stack backtrace: #0 0xffffffff808ed7a0 at kdb_backtrace+0x60 #1 0xffffffff808b5175 at panic+0x155 #2 0xffffffff80c854f5 at cpu_mp_start+0x625 #3 0xffffffff808fa85d at mp_start+0x3d #4 0xffffffff80866528 at mi_startup+0x118 #5 0xffffffff802d4cac at btext+0x2c Uptime: 1s Any suggestions?