From owner-freebsd-ppc@freebsd.org Tue Dec 22 17:47:58 2015 Return-Path: Delivered-To: freebsd-ppc@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 5F4F7A4F79E for ; Tue, 22 Dec 2015 17:47:58 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ED031284 for ; Tue, 22 Dec 2015 17:47:58 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from zeppelin.tachypleus.net ([32.210.31.157]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id tBMHlsOb017708 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 22 Dec 2015 09:47:55 -0800 Subject: Re: IBM KVM on Power 8 again - tried 11 20151217-r292413 To: Luciano Mannucci References: <3pPvR73fpRz1cXKx@baobab.bilink.it> <56796CC0.8050103@freebsd.org> <3pQ3RP0JrrzRRrx@baobab.bilink.it> Cc: FreeBSD PowerPC ML From: Nathan Whitehorn Message-ID: <56798CCA.5080308@freebsd.org> Date: Tue, 22 Dec 2015 09:47:54 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <3pQ3RP0JrrzRRrx@baobab.bilink.it> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVb6hZhYJI0C+q1CZKGoYKM63uKJHdpPMLhlPDQRZIdZKml2fOnjaVHTw8XaAo63JiVDJsSH2GBx5TJWKdM/mB4xchZLSwIKCE0= X-Sonic-ID: C;HpA6IdSo5RGoNP8vZz0oYQ== M;pibLIdSo5RGoNP8vZz0oYQ== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 17:47:58 -0000 On 12/22/15 08:36, Luciano Mannucci wrote: > On Tue, 22 Dec 2015 07:31:12 -0800 > Nathan Whitehorn wrote: > >> That's quite odd. Maybe that particular kernel had a regression? I just >> successfully installed the 20151130 snapshot. Have you tried that one? > Yes. > This one installs flawlessly. After that, the next boot gives me: Interesting. I'll try to see what happened with the 1215 one. The most recent -CURRENT from source also seems to work, so perhaps the snapshot builds had the misfortune of catching a transient problem. > Trying to load: from: /vdevice/v-scsi@2000/disk@8000000000000000 ... > E3404: Not a bootable device! > > Well, I don'nt know which format scheme I should use (MBR? GPT?...) > Or maybe there is a problem with the qcow2 format... Interesting. You should use the default MBR formatting in the installer. That will create a prep-boot partition and a bsdlabel in a subsequent partition, in which / must be first. This error indicates that the firmware could not locate the prep-boot partition. -Nathan > Any hints? > > Thanks again, > > Luciano.