From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27834 invoked from network); 26 Aug 2022 17:31:13 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 26 Aug 2022 17:31:13 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri Aug 26 13:27:42 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1661534858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0tjaLvXVU5iHctO1ojeGuf2x2vPX0ZRkHWF24EQyMP0=; b=nk2zD1xIqx53wqg6QdiWdTpmZO5LwfxgbbYsyPUbAVwUJg/4jAVqYgX9ZWgMIwrG0ksW8Z tscMqQSTfUGExYzFsHOrBioUCGZC/p3tSobH4BlvA9ysqvtEYViJXuA/ZfHaSw2pez0cQ1 HpFxwHnou6bjZMh53yW/MeBCE/cu3mU= Received: from [192.168.168.200] (161-97-228-135.mynextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 40ea9f53 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 26 Aug 2022 12:27:38 -0500 (CDT) Message-ID: <1466493e-8ac5-16a9-b4cc-96b45ff5c086@posixcafe.org> Date: Fri, 26 Aug 2022 11:27:32 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: 9front@9front.org References: <20220826082332.GA915854@tilde.team> <20220826160556.GA2510649@tilde.team> <20220826165443.GA348404@tilde.team> From: Jacob Moody In-Reply-To: <20220826165443.GA348404@tilde.team> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: core framework-based database Subject: Re: [9front] Used to boot to rio, doesn't anymore Reply-To: 9front@9front.org Precedence: bulk On 8/26/22 10:54, wakyct@tilde.team wrote: > On Fri, Aug 26, 2022 at 10:25:41AM -0600, Jacob Moody wrote: >> >> There is not enough information here. >> Are you booting a terminal kernel? Did >> you update between the last time it worked and >> now? > > Yes, terminal kernel (an unmodified 386 install). I haven't updated (don't know how to yet). > > I did recompile the kernel once following http://fqa.9front.org/fqa7.html#7.2.5. However > everything booted normally several times after that. If this is consistent, and none of the software changed, then surely something with the hardware has changed. Iterating through the list of boot parameters outlined here: http://fqa.9front.org/fqa9.html#9.5.2 May help you pin down what is causing the issue. You can go through one by one and start turning stuff off to see what is hanging. My gut is saying something is funky with your network card so perhaps start with *noetherprobe=. In order to enter these boot parameters, when you boot in to 9front just start hitting any key and that should throw you in to the boot loader prompt. There you can type these boot parameters out, then when you're done you can type 'boot' to actually get the kernel started. You will know you missed it if you see the memory sizes show. For disabling ethernet, the session will look something like: > *noetherprobe= > boot Plan 9 ... -- moody