From owner-freebsd-ppc@freebsd.org Mon Aug 12 13:07:27 2019 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D6C7B316C for ; Mon, 12 Aug 2019 13:07:27 +0000 (UTC) (envelope-from al@datazap.net) Received: from agnus.datazap.net (agnus.datazap.net [209.160.40.35]) by mx1.freebsd.org (Postfix) with ESMTP id 466bjV29vCz4KnF for ; Mon, 12 Aug 2019 13:07:25 +0000 (UTC) (envelope-from al@datazap.net) Received: from [127.0.0.1] (localhost [127.0.0.1]) by agnus.datazap.net (Postfix) with ESMTP id AACCBB794B for ; Mon, 12 Aug 2019 09:07:17 -0400 (EDT) To: freebsd-ppc@freebsd.org From: Al Subject: progress and some questions X5000 Message-ID: <434669ac-ccc0-f971-7c41-f539b91fa9d7@datazap.net> Date: Mon, 12 Aug 2019 15:07:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux ppc64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 466bjV29vCz4KnF X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of al@datazap.net has no SPF policy when checking 209.160.40.35) smtp.mailfrom=al@datazap.net X-Spamd-Result: default: False [0.78 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.21)[-0.207,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.00)[0.002,0]; DMARC_NA(0.00)[datazap.net]; NEURAL_HAM_SHORT(-0.10)[-0.098,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14361, ipnet:209.160.32.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.08)[ipnet: 209.160.32.0/20(0.51), asn: 14361(-0.04), country: US(-0.05)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2019 13:07:27 -0000 Hello, After a very long time of trying different things, it is where the serial console does work. It seems that none of the serial-to-usb devices were fast enough to transfer data from the X5000's serial port. Still, I have some issues. The kernel can't seem to find the userland. It stops with DHCP/BOOTP. It looks like it is trying to do a netboot. I have an install of FreeBSD on a thumb drive. My guess is that I need to move the boot loader to the FAT partition. Is this correct? Also, I just did an install to the thumb drive from an X86 FreeBSD machine that I borrowed to compile the powerpc install. Would it be better to have the cdrom installer on the thumb drive? Kind Regards, Al