Gentoo Archives: gentoo-user

From: tastytea <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Boot has no space left.
Date: Mon, 27 Jun 2022 10:26:12
Message-Id: 20220627122602.30e47cfa@ventiloplattform.tastytea.de
In Reply to: Re: [gentoo-user] Boot has no space left. by Dale
1 On 2022-06-27 05:03-0500 Dale <rdalek1967@×××××.com> wrote:
2
3 > Guillermo García wrote:
4 > > Hello,
5 > >
6 > > I was updating my gentoo install, and now it says that /boot has 0
7 > > bytes, however i don't know why since i never save anything in that
8 > > folder.
9 > >
10 > > Any idea on what can i do?
11 > >
12 > > Thanks.
13 > >
14 > >
15 > >
16 >
17 >
18 > I'd start by doing this:
19 >
20 > du -shc /boot/* | sort -h
21 >
22 > That will show the size of files in /boot and sort them from smallest
23 > to largest. It could be that you have a large number of kernels and
24 > maybe init thingys in there.  If so, some house cleaning may be
25 > required. 
26
27 app-admin/eclean-kernel can help with automating the house cleaning. 😉