I'm reading a lot of documentation about partitioning on EFI machines, but I have a lot of doubts I cannot clarify. First of all:
- I am focusing on a Linux-only laptop. I am not interest in dual-booting. Windows 8 OEM that was included in the laptop was removed by me the day after I bought it.
- EFI boot is set as "legacy mode". But my Lenovo EFI menu does not allow me to disable SecureBoot (that I don't want to enable), so my only remaining choice is legacy mode. This way SecureBoot will be disabled.
I am used to using gparted to change HD partitions, but I am used to using gparted on old BIOS.
My starting questions are:
- Do I have to create a partition for EFI boot even if I set legacy mode? Which kind of file format should be used? FAT32?
- If I have to create EFI partition boot how can I "save" information (if I needed them) from the current HD EFI partition? I mean that if I change all partitions from scratch, I'm afraid I can lose fundamental settings that allows the laptop to boot properly.
- Can I use LVM if my UEFI is set as "Legacy"?
The general idea I have is:
- having a partition (if needed) for EFI
- Primary Partition (using old-bios terms)
- don't know what file system. FAT32?
- having a partition for
/bootwhere I can put grub (EXT4)- Primary Partition
- having a partition where I can use LVM
- (primary partition - did I need some file system in particular?)
- all the virtual LVM would be EXT4 (except for swap partition)
- the idea is to separate
/homefrom the rest of the system, allowing me to resize the space of/homeif it is not enough (or too big)
But I don't know if I'm missing something. And I'd like to be sure to avoid any trouble on booting before proceeding. Currently my system is working with the original (manufacturer) partitions (which are a bit inefficient, IMHO), where Ubuntu was installed in the biggest partition (where Windows 8 was originally installed).