You are not logged in.

#1 2021-07-22 11:34:16

taiongh
Member
Registered: 2018-10-04
Posts: 75

[SOLVED]The volume “boot” has only 3.3MB disk space remaining.

Computer startup Prompt

“The volume “boot” has only 3.3MB disk space remaining”

How to add /boot space and clean /boot space?Thanks!

_____________________________________________________


The solution is as follows:

1. Delete the EPS disk from the PE and rebuild a large disk.
2. The recovery boot tool of PE resumes the boot.
Windows is done here.
3. Enter the ARCH installation interface and surf the Internet first.
4. Directly mount the root directory and boot partition (that is, the new EPS disk).
5. Delete the original fstab and rebuild it.
6. Go to the chroot.
7. Uninstall all original GRUB and related items.
8. Delete all remaining GRUB in /boot (if any).
9. Reinstall and generate all of them according to the steps.
10.IF

os-prober will not be executed to detect other Bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.

Modify the configuration file /etc/default/grub 2 to add configuration items
GRUB_DISABLE_OS_PROBER=false
Re-execute update-grub (it doesn't exist when I try to do this, but it doesn't seem to matter).
11. Check if any Linux components are missing from /boot and reinstall Linux (i.e., the core of Linux).
12. Check grub. CFG. Both Linux and Widonws should be ready.



Thanks for @Member .

Last edited by taiongh (2021-07-24 08:32:53)

Offline

#2 2021-07-22 14:43:47

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

Output of

lsblk -f
df -h

?

Offline

#3 2021-07-23 01:24:20

taiongh
Member
Registered: 2018-10-04
Posts: 75

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

seth wrote:

Output of

lsblk -f
df -h

?

The output:

[taizongh@ZhuFengGeShi ~]$ lsblk -f
NAME FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                         
└─sda1
     ext4   1.0         e7cbdf7f-f162-41e9-bcd1-c7b83e867edc  821.2G     5% /
sdb                                                                         
├─sdb1
│    ntfs         restore  AA486E4C486E177B                                    
├─sdb2
│    vfat   FAT32       6E6E-FCE1                               3.2M    97% /boot
├─sdb3
│                                                                           
├─sdb4
│    ntfs               22287C1F287BEFE1                                    
└─sdb5
     ntfs               F49E1FB69E1F6FFA          
[taizongh@ZhuFengGeShi ~]$ df -h
file system        capacity  used  available  used%  mount point
dev                  3.9G       0       3.9G        0%       /dev
run                  3.9G       1.3M  3.9G        1%       /run
/dev/sda1          916G       49G   822G       6%       /
tmpfs              3.9G        41M   3.9G        2%      /dev/shm
tmpfs              3.9G        2.2M  3.9G        1%      /tmp
/dev/sdb2          95M        92M   3.2M        97%    /boot
tmpfs              788M       28K   788M       1%     /run/user/1000

Last edited by taiongh (2021-07-23 01:25:29)

Offline

#4 2021-07-23 05:46:43

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

fdisk -l /dev/sdb

The questions are
1. is sdb2 indeed only 92MB or is the flsystem shorter than the partition (I guess you used the guided installer script to break your system?)
2. What is sdb3 - there doesn't seem to be a filesystem?

Offline

#5 2021-07-23 07:14:32

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

sdb looks like a mostly standard windows installation with an additional sdb5 partition.  https://www.terabyteunlimited.com/kb/article.php?id=619
Windows likes to create the ESP as small as possible.

Last edited by progandy (2021-07-23 07:15:59)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#6 2021-07-23 13:06:19

taiongh
Member
Registered: 2018-10-04
Posts: 75

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

seth wrote:
fdisk -l /dev/sdb

The questions are
1. is sdb2 indeed only 92MB or is the flsystem shorter than the partition (I guess you used the guided installer script to break your system?)
2. What is sdb3 - there doesn't seem to be a filesystem?


My computer has two hard drives, one with Arch and one with Windows. Sdb2 is indeed only 92m. He's on the hard drive where Windows is.

Sdb3 I don't know what it is, it seems to have seen some separate space under Windows.

Offline

#7 2021-07-23 13:07:29

taiongh
Member
Registered: 2018-10-04
Posts: 75

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

progandy wrote:

sdb looks like a mostly standard windows installation with an additional sdb5 partition.  https://www.terabyteunlimited.com/kb/article.php?id=619
Windows likes to create the ESP as small as possible.

Yes, it does have a Windows in it.

Offline

#8 2021-07-23 13:34:59

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

a) delete unnecessary stuff from the /boot partition (unlikely possibe, 100MB is not much for linux AND windows)
b) re-partition the windows drive (essentially re-install windows…)
c) boot from sda w/ the grub installation on /boot on sda1

Offline

#9 2021-07-23 13:39:33

taiongh
Member
Registered: 2018-10-04
Posts: 75

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

seth wrote:

a) delete unnecessary stuff from the /boot partition (unlikely possibe, 100MB is not much for linux AND windows)
b) re-partition the windows drive (essentially re-install windows…)
c) boot from sda w/ the grub installation on /boot on sda1


“boot from sda w/ the grub installation on /boot on sda1”

Is there any information about how to operate this?

Offline

#10 2021-07-23 13:45:45

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

https://wiki.archlinux.org/title/GRUB
Unmount /boot, re-install grub and the kernel(s) and install grub to sda - then use the UEFI/BIOS bootloader or boot device selector to chose where to boot from.

Notice that this assumes that you're using grub as your bootloader to begin with.

ls -lhR /boot

Offline

#11 2021-07-23 14:25:26

taiongh
Member
Registered: 2018-10-04
Posts: 75

Re: [SOLVED]The volume “boot” has only 3.3MB disk space remaining.

seth wrote:

https://wiki.archlinux.org/title/GRUB
Unmount /boot, re-install grub and the kernel(s) and install grub to sda - then use the UEFI/BIOS bootloader or boot device selector to chose where to boot from.

Notice that this assumes that you're using grub as your bootloader to begin with.

ls -lhR /boot

Thank you. I'll try.

Offline

Board footer

Powered by FluxBB