Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] boot partition size
Date: Tue, 24 Nov 2020 21:51:58
Message-Id: 94b17959-8295-7d26-b3fe-c0b39629519b@sys-concept.com
1 I run gentoo installation from:
2 https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks
3
4 parted -a optimal /dev/nvme0n1
5
6 Device Start End Sectors Size Type
7 /dev/nvme0n1p1 2048 6143 4096 2M BIOS boot
8 /dev/nvme0n1p2 6144 268287 262144 128M EFI System
9 /dev/nvme0n1p3 268288 1316863 1048576 512M Linux filesystem
10 /dev/nvme0n1p4 1316864 3907027119 3905710256 1.8T Linux filesystem
11
12 When I compiled kernel and run: make install
13 it complained not enough space on disk
14
15 sh ./arch/x86/boot/install.sh 5.4.72-gentoo arch/x86/boot/bzImage \
16 System.map "/boot"
17 cat: write error: No space left on device
18 make[1]: *** [arch/x86/boot/Makefile:155: install]
19
20 /dev/nvme0n1p4 1.8T 3.5G 1.7T 1% /
21 cgroup_root 10M 0 10M 0% /sys/fs/cgroup
22 udev 10M 0 10M 0% /dev
23 tmpfs 16G 0 16G 0% /dev/shm
24 /dev/sda2 6.4M 6.4M 2.0K 100% /boot
25
26 (sda2 - I think is a bootable USB)
27
28 --
29 Thelma

Replies

Subject Author
Re: [gentoo-user] boot partition size Michael <confabulate@××××××××.com>
Re: [gentoo-user] boot partition size Dale <rdalek1967@×××××.com>