From owner-freebsd-current@FreeBSD.ORG Tue Apr 2 18:23:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CFCF2E9A for ; Tue, 2 Apr 2013 18:23:31 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from popeye.kernel32.de (popeye.kernel32.de [46.4.9.204]) by mx1.freebsd.org (Postfix) with ESMTP id 86DCFE0E for ; Tue, 2 Apr 2013 18:23:31 +0000 (UTC) Received: from popeye.kernel32.de (localhost [127.0.0.1]) by popeye.kernel32.de (Postfix) with ESMTP id 6326448B75 for ; Tue, 2 Apr 2013 20:23:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at popeye.kernel32.de Received: from popeye.kernel32.de ([127.0.0.1]) by popeye.kernel32.de (popeye.kernel32.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RMfRtSz-EIxq for ; Tue, 2 Apr 2013 20:23:20 +0200 (CEST) Received: from popeye.kernel32.de (localhost [127.0.0.1]) by popeye.kernel32.de (Postfix) with ESMTPA id C1B2448B6A for ; Tue, 2 Apr 2013 20:23:20 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 02 Apr 2013 20:23:20 +0200 From: mh@kernel32.de To: Subject: Re: panic at serial boot In-Reply-To: <24096f01453ab9d0fe898522874cd928@kernel32.de> References: <515289AC.3050204@FreeBSD.org> <936608f069b988fcd58707edb9b4dde0@kernel32.de> <20130327133220.GZ3794@kib.kiev.ua> <24096f01453ab9d0fe898522874cd928@kernel32.de> Message-ID: <941a3c1e7cb49087c8bf941399b1e5ae@kernel32.de> X-Sender: mh@kernel32.de User-Agent: RoundCube WebMail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2013 18:23:31 -0000 Hi Konstantin, Am 2013-03-27 15:33, schrieb mh@kernel32.de: > Am 2013-03-27 14:32, schrieb Konstantin Belousov: >> >> Do you use preload md(4) ? If yes, try the following patch: >> > > > Not sure whether time permits that today, but I'm starting right > away. > Had no time before easter, but I tried it now. This time, no panic, but also it doesn't continue to boot ;) This is the last output I can see: ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 2 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 3 vector 48 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 4 vector 48 ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 5 vector 48 ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 6 vector 48 msi: Assigning MSI-X IRQ 264 to local APIC 7 vector 48 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1300027430 Hz quality 1000 WARNING: WITNESS option enabled, expect reduced performance. Root mount waiting for: usbus2 usbus1 usbus0 uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered Root mount waiting for: usbus2 usbus0 ugen0.2: at usbus0 uhub3: on usbus0 ugen2.2: at usbus2 uhub4: on usbus2 Root mount waiting for: usbus2 usbus0 uhub3: 6 ports with 6 removable, self powered uhub4: 8 ports with 8 removable, self powered ugen2.3: at usbus2 uhub5: on usbus2 Root mount waiting for: usbus2 uhub5: 2 ports with 1 removable, self powered Trying to mount root from ufs:/dev/md0 []... start_init: trying /sbin/init And it stayed there for the last 10 minutes. What can I do now? thanks and best regards, Marian PS.: FWIW, the image I build via mfsbsd is here: http://mon.kernel32.de/mfsbsd-se-CURRENT-mdpatch.iso And the hd image used for pxe booting is this one: http://mon.kernel32.de/FreeBSD-10.0-CURRENT-amd64.hd