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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A740D1382C5 for ; Sun, 4 Apr 2021 16:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B687FE0845; Sun, 4 Apr 2021 16:18:35 +0000 (UTC) Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73E9EE077D for ; Sun, 4 Apr 2021 16:18:35 +0000 (UTC) Received: by mail-wr1-x434.google.com with SMTP id b9so1063066wrs.1 for ; Sun, 04 Apr 2021 09:18:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=X8rx5hjrN96GZ1jVaAR6qfpPfaLdp+nPL1wdO3pZmN0=; b=bh2N5pu6pER6j6rnFAgtY3Zo9DsD7ASLSg+ZGljE10dBfQldGr9StzwbiK/t0RyA+H cJ1n78yA3ahn82dep3aLPDFaifMlI0kiVMVgiyYp33bPtcyggsbkAVJ1CB9+Sk+5UsGM QzRcpuPaTpa+yoXUJTjDCSkQJsW9pjn42v1XZN+hh6Bh201FSTBPgMGjk4NwiB4qS/wt 59ctzs4gY/PENh4ho6XmLvtug2NzBIQoyC62qewtY+r/PjAxVRxYTYMmVCs9vmo4Q4pW 6qYXkStIOTBFhsNjhA27XvD3a/dU+xtvqkxVjm0pJxAfBs2U9534SHrfLO6TpQTfDRNT L4Vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=X8rx5hjrN96GZ1jVaAR6qfpPfaLdp+nPL1wdO3pZmN0=; b=lCWtxg6tuIpeXPnb48eYkcjNosW+mdtSJm4B0HpGYKM9cC0w95UNa+03keSuIzefko f5Y5w3zs6NM424/XmEC5xzOUnn9mr+7bNkLsqFFp2mEPLgAEPtLnXEFBIdj1eXjVUfUc 32/nnGyv4DpmJdMkEBAoJZKDdW+CD9JAPvXTlcnacx1GZtKdx6vSWMqNYKn1PVk5ed44 vKFFpbLqoERpwUtyYgN5oSAIjzjCwSZdZvJNddcHaIMMUCIjGq25l/HceTOmRfXsu6r+ IR2N/dfYNFGAv1ruCkLWk8CsedlzzEIeLkIohntxRpZcowonIZ1Wxm/jQG4MudSuC6n4 m5Rg== X-Gm-Message-State: AOAM530HU1aw41vxzTPaFPnsDvYT82IDPjdRWKtQMMWUXqxWyTvyZC+s sWCxMboOQ+R/+Zyv959qHon8zrE3+3unGll4Gv3+nw4BvJIIvFn8 X-Google-Smtp-Source: ABdhPJx7Q/RIlNYHIvXcJOX33176BShSo8OwV7c6ms+QbyEpheH6Z/Y0aW25DGCLDSOauOPU94TiMO3kkhSYLn9nqiA= X-Received: by 2002:adf:c752:: with SMTP id b18mr25145977wrh.233.1617553113911; Sun, 04 Apr 2021 09:18:33 -0700 (PDT) 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 References: <5706050.lOV4Wx5bFT@peak> <5700080.lOV4Wx5bFT@peak> In-Reply-To: <5700080.lOV4Wx5bFT@peak> From: konsolebox Date: Mon, 5 Apr 2021 00:17:53 +0800 Message-ID: Subject: Re: [gentoo-user] Cannot find LILO To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 70b54a94-0aa3-48fd-9d6d-3fcdaf64a284 X-Archives-Hash: 452c682d93cb50ca574f4d9a7d304d0a On Sun, Apr 4, 2021 at 3:35 PM Peter Humphrey wrote: > > On Friday, 2 April 2021 17:29:25 BST konsolebox wrote: > > > Your ARCH is set to i386 most likely. Maybe it's a CHOST configuration > > issue. > > No, it isn't either of those. Nothing has changed between this kernel and > others. Oddly, 'make install' works if I chroot into this system from, e.g., a > rescue CD, just not natively. Yes I just found out the value of ARCH doesn't really have anything to do with it. Your system might be missing /sbin/installkernel while you run 'make install'. It's called by arch/x86/boot/install.sh if it exists and is executable. Otherwise install.sh simply tries to install using LILO. It's part of the sys-kernel/installkernel-gentoo package which may not be installed for some reason, or the environment you run 'make install' with is not Gentoo and /sbin/installkernel simply doesn't exist there. -- konsolebox