After a mostly default installtion of "legacy" ubuntu 20.04 server iso (the none-live version) on an old laptop that uses BIOS boot method, lsblk
shows the following result:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 238.5G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 238G 0 part
├─vgtest-root 253:0 0 237G 0 lvm /
└─vgtest-swap_1 253:1 0 980M 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom
2 questions, please correct wrong assumptions in my thought process in those questions as well.
the /boot/efi
partition "sounds" wrong to me in a BIOS booted system. My
understanding is that, /boot/efi is a folder on a hdd that UEFI
firmware can automatically find, read, execute. A
BIOS booted system shouldn't need it. df
shows that the /sda1
partition is empty and there is no content in /boot/efi either. Why is the /boot/efi
there? did I do something while installing the system? I vaguely remember getting prompted about "where would you like to install grub/boot" (couldn't remember the exact wording) at the end of the installation , I am hoping that's refering to the /boot/grub installed under the /
.
The 1K partion that is /sda2
. have no idea what that is. I don't believe that's the "grub's 1.5th stage, immediately after the 0th LBA", as 1KB is not enough to contain grub 1.5th stage.