You are not logged in.
Hi everyone,
I've just installed arch on my new Thinkpad X260 and use systemd to boot.
Therefor I installed the bootloader after the main system installation with:
# $bootctl install
The partition layout looks like this:
Number Start (sector) End (sector) Size Code Name
1 2048 1050623 512.0 MiB EF00 EFI system partition
2 1050624 1953525134 931.0 GiB 8309 Linux LUKS
The EFI system partition is mounted under "/boot" and holds the following directories:
# $tree /boot
/boot
├── EFI
│ ├── BOOT
│ │ └── BOOTX64.EFI
│ ├── Linux
│ └── systemd
│ └── systemd-bootx64.efi
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── intel-ucode.img
├── loader
│ ├── entries
│ │ ├── arch.conf
│ │ └── arch-fallback.conf
│ ├── loader.conf
│ └── random-seed
└── vmlinuz-linux
All works fine, but bootctl created an empty "/boot/EFI/Linux" directory. Is ist save to remove this folder? What is it for? Is it needed or used by anything?
best regards
Mushotoku
Last edited by mushotoku (2020-12-12 09:39:30)
Offline
Are you sure bootctl created that? I don't have it.
Anyway, no, you don't need it.
Offline
IIRC systemd-boot it’s capable of picking kernels efistubs from there automatically and making entries on bootup.
Offline
That makes sense. I'll leave it be then. Thank you.
best regards
mushotoku
Offline