From owner-freebsd-ppc@freebsd.org Wed Jul 6 14:07:05 2016 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 7B4A0B75C5A for ; Wed, 6 Jul 2016 14:07:05 +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 6387C1CA3 for ; Wed, 6 Jul 2016 14:07:05 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from zeppelin.tachypleus.net (c-50-139-166-237.hsd1.ma.comcast.net [50.139.166.237]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id u66E72wU004366 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 6 Jul 2016 07:07:03 -0700 Subject: Re: PPC64 on IBM KVM saga: 11 CURRENT ALPHA 6 To: freebsd-ppc@freebsd.org References: <3rkxKP1cQczRRqR@baobab.bilink.it> <3rl2C412d1zRRqR@baobab.bilink.it> From: Nathan Whitehorn Message-ID: Date: Wed, 6 Jul 2016 07:07:01 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <3rl2C412d1zRRqR@baobab.bilink.it> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVYhIDTTI97rUfHOLcqLXazUoy+dnb0GPa9B0uv7k9HFxkCK87BLWmzrpxYMBlGKLCjeJhQMx9tadzxLQQqV1UxsNhT8N1hU5vE= X-Sonic-ID: C;dLxk6YJD5hGWeJtMTlz00w== M;OlX26YJD5hGWeJtMTlz00w== 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.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 14:07:05 -0000 On 07/06/16 06:48, Luciano Mannucci wrote: > On Wed, 6 Jul 2016 05:45:11 -0700 > Nathan Whitehorn wrote: > >> How, exactly, doesn't it boot? > I get this on the virtual machine's console via virsh: And you installed with all defaults (MBR partitioning, / the first partition in the BSD label, etc.)? -Nathan > Populating /pci@800000020000000 > 00 1800 (D) : 1af4 1002 unknown-legacy-device* > 00 1000 (D) : 106b 003f serial bus [ usb-ohci ] > 00 0800 (D) : 10ec 8139 network [ ethernet ] > No NVRAM common partition, re-initializing... > Scanning USB > OHCI: initializing > USB Keyboard > USB mouse > Using default console: /vdevice/vty@30000000 > > Welcome to Open Firmware > > Copyright (c) 2004, 2011 IBM Corporation All rights reserved. > This program and the accompanying materials are made available > under the terms of the BSD License available at > http://www.opensource.org/licenses/bsd-license.php > > > Trying to load: from: /vdevice/v-scsi@2000/disk@8002000000000000 ... Successfully loaded > >>> FreeBSD/powerpc Open Firmware boot block > Boot path: /vdevice/v-scsi@2000/disk@8002000000000000 > Boot loader: /boot/loader > domount: can't read superblock > panic: domount > > W3411: Client application returned. > > E3406: Client application returned an error. > > Trying to load: from: HALT ... > E3405: No such device > > ..`. .. ....... .. ...... ....... > ..`...`''.`'. .''``````..''. .`''```''`. `''`````` > .`` .:' ': `''..... .''. ''` .''..''....... > ``.':.';. ``````''`.''. .''. ''``''`````'` > ``.':':` .....`''.`'`...... `'`.....`''.`'` > .`.`'`` .'`'`````. ``'''''' ``''`'''`. `'` > Type 'boot' and press return to continue booting the system. > Type 'reset-all' and press return to reboot the system. > > > ..`. .. ....... .. ...... ....... > ..`...`''.`'. .''``````..''. .`''```''`. `''`````` > .`` .:' ': `''..... .''. ''` .''..''....... > ``.':.';. ``````''`.''. .''. ''``''`````'` > ``.':':` .....`''.`'`...... `'`.....`''.`'` > .`.`'`` .'`'`````. ``'''''' ``''`'''`. `'` > Type 'boot' and press return to continue booting the system. > Type 'reset-all' and press return to reboot the system. > > > Ready! > 0 > > > Cheers, > > Luciano.