From nobody Sun Feb 6 13:40:38 2022 X-Original-To: freebsd-hackers@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 DD2AA19B208B for ; Sun, 6 Feb 2022 13:40:41 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Js9QK14bwz4h20 for ; Sun, 6 Feb 2022 13:40:41 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.16.1) with ESMTPS id 216DecQX099589 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 6 Feb 2022 14:40:39 +0100 (CET) (envelope-from wojtek@puchar.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=puchar.net; s=default; t=1644154839; bh=+i9B/F765p6ElrFgzKsQXcyzUgqxrJrnq4fNvrutIzU=; h=Date:From:To:Subject:In-Reply-To:References; b=J0E6ZLQ6NzIebOCijoccmrOhoS/lkJDjdLac5dB2hsxk3zqR0iQRex8k3dtaMM/uR P400qGeAp+h7TvLdlsooEPiXgomDhllJmd1neUPiXyGhu1v3t6aAxQT0zD5JL7hge9 rSGr+4NCYr4YBG8CLqADes6CZQOEMED1TeaqKhjc= Received: from wojtek.intra (localhost [127.0.0.1]) by wojtek.intra (8.16.1/8.16.1) with ESMTP id 216DecIv010615 for ; Sun, 6 Feb 2022 14:40:38 +0100 (CET) (envelope-from wojtek@puchar.net) Received: from localhost (wojtek@localhost) by wojtek.intra (8.16.1/8.16.1/Submit) with ESMTP id 216DecV9010612 for ; Sun, 6 Feb 2022 14:40:38 +0100 (CET) (envelope-from wojtek@puchar.net) X-Authentication-Warning: wojtek.intra: wojtek owned process doing -bs Date: Sun, 6 Feb 2022 14:40:38 +0100 (CET) From: Wojciech Puchar To: freebsd-hackers@freebsd.org Subject: Re: trying to run FreeBSD/amd64 - Celeron J1900 In-Reply-To: Message-ID: <6e9dd181-ee6c-80a0-a861-d430136ebea0@puchar.net> References: List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4Js9QK14bwz4h20 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=puchar.net header.s=default header.b=J0E6ZLQ6; dmarc=none; spf=pass (mx1.freebsd.org: domain of wojtek@puchar.net designates 194.1.144.90 as permitted sender) smtp.mailfrom=wojtek@puchar.net X-Spamd-Result: default: False [-3.27 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[puchar.net:s=default]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-hackers@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[puchar.net:+]; NEURAL_HAM_SHORT(-0.77)[-0.767]; DMARC_NA(0.00)[puchar.net]; MLMMJ_DEST(0.00)[freebsd-hackers]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:43476, ipnet:194.1.144.0/24, country:PL]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N found that other have the problems. kern.vty=sc fixes it On Sun, 6 Feb 2022, Wojciech Puchar wrote: > Tried to run FreeBSD on small low power PC with this CPU (which is 64-bit > i've checked). > > Loader start, loads kernel then hangs just before "Booting..." should appear. > > Tried both 12.3 and 13.0 memstick image. same result. Where could be a > problem? > >