From nobody Fri Apr 08 17:37:22 2022 X-Original-To: freebsd-ppc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5A8EC1A86622 for ; Fri, 8 Apr 2022 17:37:37 +0000 (UTC) (envelope-from widelecbb@protonmail.com) Received: from mail-4027.protonmail.ch (mail-4027.protonmail.ch [185.70.40.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KZlnX30Q4z3hlR for ; Fri, 8 Apr 2022 17:37:36 +0000 (UTC) (envelope-from widelecbb@protonmail.com) Date: Fri, 08 Apr 2022 17:37:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1649439449; bh=M0k2cHAzXejr7ox1MYCKa+FHbCqCNtZyKpq+DGySv8s=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=27dNn7oBixDBCGCX09yLv20ezUZVB95eWTcHlIog28SUPccoJdLgNaJ0Chql1DHnc IKbLkMGd37POAFBXO59lptwnB6CoJC4Z0apSS8J136Dz+v+CnZHkZN6zsaHJfoa6j0 9RLF7xjYmZwUXTWzxmJ5ndB5jZi+uPr5hocacoLFlY1P/TGoqVVciEFAJkZ3NIQBgs BxLzcSS0Z3nS5umwg/A+Mps8nSQgIXrMG8325EVXEEnDbn35hNUnk6rAmgS3jx0iKp HzLqJSXJsZ265Cy2UTBK1qzRVfjUZjAo0/Mvat5t9kXdIKo5WAwywQ48WBYiwDDqCI 0Z7mUA2S8yPfQ== To: Al From: widelec-bb Cc: "freebsd-ppc@freebsd.org" Reply-To: widelec-bb Subject: Re: Booting FreeBSD 13-RELEASE on AmigaOne X5000 (Cyrus P5020) Message-ID: In-Reply-To: <6855f6b6-cf37-56e8-b48b-f9189e26e09c@datazap.net> References: <82dd03be-dfd3-8d7b-0502-8c192e81e13e@datazap.net> <303a2905-e50a-1978-55d0-6e098a72f9c5@datazap.net> <6855f6b6-cf37-56e8-b48b-f9189e26e09c@datazap.net> List-Id: Porting FreeBSD to the PowerPC List-Archive: https://lists.freebsd.org/archives/freebsd-ppc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4KZlnX30Q4z3hlR X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protonmail.com header.s=protonmail header.b=27dNn7oB; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (mx1.freebsd.org: domain of widelecbb@protonmail.com designates 185.70.40.27 as permitted sender) smtp.mailfrom=widelecbb@protonmail.com X-Spamd-Result: default: False [-3.46 / 15.00]; HAS_REPLYTO(0.00)[widelecbb@protonmail.com]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[protonmail.com]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; DKIM_TRACE(0.00)[protonmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[protonmail.com,quarantine]; NEURAL_HAM_SHORT(-0.94)[-0.943]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[protonmail.com]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.52)[-0.518]; R_DKIM_ALLOW(-0.20)[protonmail.com:s=protonmail]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[protonmail.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ppc]; RWL_MAILSPIKE_VERYGOOD(0.00)[185.70.40.27:from] X-ThisMailContainsUnwantedMimeParts: N > You will need to compile the kernel and userland. I already did that, using wiki as source for necessary steps. Currently on the disk I have kernel.txz and base.txz (extracted) from my own build (exact commands I used are in first message). > Although, your issue is still with the bootloader not > finding the kernel, because that boot loader from the iso will get you > to the kernel. I have tried it. Thank you for checking this. At least I know now ubldr is not the source of problem. > You may want to put FreeBSD on it's own disk until you get it working. I already tried to use usb stick with only BSD partitions, but I guess there is no harm in checking this with internal disk also. > Also, you may want to ask questions on: EFNet PowerPC64 chat. Thanks, I'll join if using separate disk would not work. - widelec-BB