From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68B88158089 for ; Thu, 19 Oct 2023 11:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A31922BC098; Thu, 19 Oct 2023 11:47:42 +0000 (UTC) Received: from smarthost01c.sbp.mail.zen.net.uk (smarthost01c.sbp.mail.zen.net.uk [212.23.1.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE7E82BC092 for ; Thu, 19 Oct 2023 11:47:41 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.sbp.mail.zen.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qtRV6-0027dR-4o for gentoo-user@lists.gentoo.org; Thu, 19 Oct 2023 11:47:40 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: OFF TOPIC Need Ubuntu network help Date: Thu, 19 Oct 2023 12:47:39 +0100 Message-ID: <4855204.GXAFRqVoOG@wstn> In-Reply-To: <20231019000643.44bf5a62@digimed.co.uk> References: <17dbcf2a-13c7-b8c0-69f1-a09e5288cfd5@gmail.com> <48ea62a7-962e-feb5-218b-b08d73b645ab@gmail.com> <20231019000643.44bf5a62@digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Originating-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 114e7a0c-45e5-4e47-bc7c-9d243001db93 X-Archives-Hash: a87c9311a70e031f34bee3a144d564cb On Thursday, 19 October 2023 00:06:43 BST Neil Bothwick wrote: > If you like simple, here is a config file I use with systemd-boot >=20 > version 6.1.57-gentoo > linux /vmlinuz-6.1.57-gentoo > options root=3D/dev/sda3 panic=3D10 net.ifnames=3D0 i915.enable_ips=3D0 >=20 > That's it! There is a separate file for each menu entry, but they are > this simple. There's also a global loader.conf, that runs to a massive 2 > lines here! Just to expand this in case it helps someone, and because the wiki article = on=20 systemd-boot is not very helpful: I like to keep one recent kernel along with the current one, as fallback. I= =20 also have a small rescue partition on the same disk, and that also has two= =20 kernels. The main system has a choice of three boot options: standard, no X and no=20 network, and the rescue system the same but without the no-X. That gives the following structure on this machine: # ls -1 /boot/v* /boot/vmlinuz-6.1.46-gentoo /boot/vmlinuz-6.1.46-gentoo-rescue /boot/vmlinuz-6.1.57-gentoo /boot/vmlinuz-6.1.57-gentoo-rescue # tree -L 3 /boot/loader /boot/loader =E2=94=9C=E2=94=80=E2=94=80 entries =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 06-gentoo-rescue-6.1.46.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 07-gentoo-rescue-6.1.46.nonet.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 08-gentoo-rescue-6.1.46.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 09-gentoo-rescue-6.1.46.nonet.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 30-gentoo-6.1.57.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 32-gentoo-6.1.57.nox.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 34-gentoo-6.1.57.nonet.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 40-gentoo-6.1.46.conf =E2=94=82 =E2=94=9C=E2=94=80=E2=94=80 42-gentoo-6.1.46.nox.conf =E2=94=82 =E2=94=94=E2=94=80=E2=94=80 44-gentoo-6.1.46.nonet.conf =E2=94=9C=E2=94=80=E2=94=80 loader.conf =E2=94=94=E2=94=80=E2=94=80 random-seed The random seed was put there by systemd-boot. I think I have most eventualities covered. (Hah!) =2D-=20 Regards, Peter.