Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] No room left on /boot
Date: Sun, 05 Mar 2017 22:22:24
Message-Id: 11dd5dfb-f175-d710-cca8-d647e1134a34@sys-concept.com
In Reply to: [gentoo-user] No room left on /boot by thelma@sys-concept.com
1 On 03/05/2017 02:33 PM, thelma@×××××××××××.com wrote:
2 > After upgrading my machine. I rebooted, everything went as planned.
3 > So I decided to upgrade to a newer kernel. I was using:
4 > linux-3.10.7-gentoo-r1
5 >
6 > and decided to switch to:
7 > linux-4.9.6-gentoo-r1
8 >
9 > I've done kernel upgrade many, many times so it was a routine procedure. When I re-booted the last thing on the screen were letter:
10 >
11 > "GRUB" and blank screen, not even a kernel selection.
12 > I scramble, boot strap the system and copied two file in /boot/
13 > kernel-old --> kernel-current
14 > System.map-old --> System.map-current
15 >
16 > I was under impression that something is wrong with the current (newest kernel). But it seems to me I run out of room on the /boot partition.
17 >
18 [snip]
19 > -rw-r--r-- 1 root root 2.9M Mar 5 11:03 System.map-current
20 > -rw-r--r-- 1 root root 2.9M Mar 5 10:12 System.map-old
21 [snip]
22
23 Can I remove System.map files from /boot partition?
24 I don't have any reference to these files in grub.conf.
25
26 default 0
27 timeout 30
28 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
29
30 title Gentoo Current Kernel
31 root (hd0,0)
32 kernel /boot/kernel-current root=/dev/sda3 vga=normal
33
34 title Gentoo Old Kernel
35 root (hd0,0)
36 kernel /boot/kernel-old root=/dev/sda3
37
38 This would save me almost 6Mb
39
40 --
41 Thelma

Replies

Subject Author
Re: [gentoo-user] No room left on /boot Dale <rdalek1967@×××××.com>