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 EB636158094 for ; Mon, 27 Jun 2022 10:26:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E3FE0B0A; Mon, 27 Jun 2022 10:26:06 +0000 (UTC) Received: from mail.tzend.de (mail.tzend.de [IPv6:2a03:4000:27:4d1::2]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C70DEE0AFA for ; Mon, 27 Jun 2022 10:26:05 +0000 (UTC) Received: from ventiloplattform.tastytea.de (p200300c0872239007ce028439cce8d6d.dip0.t-ipconnect.de [IPv6:2003:c0:8722:3900:7ce0:2843:9cce:8d6d]) by mail.tzend.de (Postfix) with ESMTPSA id 93C929A033D for ; Mon, 27 Jun 2022 12:26:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tastytea.de; s=mail; t=1656325564; bh=ZHEsY6RgXjq5zQmaLO7+NbA9Pk38R2Rf1glQg3VkUSo=; h=Date:From:To:Subject:In-Reply-To:References; b=lrnDMJN1jiS9ug1IfwZzwTk3WfgTb4D7tfjw3YnO9+R8YfYadN0U/aSixp46U4qd4 uTR15kLiRj/cJfeKC6PmE6pLfB/DOgkzjGoaVzOS7NTWjeUjkbvm43Ltq/V7HN6Ogl 3D2yDCAa3Ilu7/BiBYCIm0ps9v5yKnzBXKR4wy1Q= Date: Mon, 27 Jun 2022 12:26:02 +0200 From: tastytea To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Boot has no space left. Message-ID: <20220627122602.30e47cfa@ventiloplattform.tastytea.de> In-Reply-To: References: <1e12dac2-7f66-9798-54fe-04244997f77b@gmail.com> 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7c7095c1-2cdd-4d03-a2bf-6d5bbd2cf88b X-Archives-Hash: 18994de829d3139ac205ad668a70eb1f On 2022-06-27 05:03-0500 Dale wrote: > Guillermo Garc=C3=ADa wrote: > > Hello, > > > > I was updating my gentoo install, and now it says that /boot has 0 > > bytes, however i don't know why since i never save anything in that > > folder. > > > > Any idea on what can i do? > > > > Thanks. > > > > > > =20 >=20 >=20 > I'd start by doing this: >=20 > du -shc /boot/* | sort -h >=20 > That will show the size of files in /boot and sort them from smallest > to largest. It could be that you have a large number of kernels and > maybe init thingys in there.=C2=A0 If so, some house cleaning may be > required.=C2=A0 app-admin/eclean-kernel can help with automating the house cleaning. =F0=9F= =98=89