Difference between revisions of "UEFI - Install Guide"
Views
Actions
Namespaces
Variants
Tools
→CLI installer: remove auto partitioning stuff and try to simplify and clarify the steps
imported>Aaditya |
imported>Aaditya |
||
Line 46: | Line 46: | ||
* 6. Now, we are in the CLI Installer. | * 6. Now, we are in the CLI Installer. | ||
* 7. ''Choose 1.'' Set date and time - an easy intuitive configuration. | * 7. ''Choose 1.'' Set date and time - an easy intuitive configuration. | ||
==== Disk preparation ==== | |||
{{Tip|If your hard disk is already partitioned the way you want, then this step can be skipped.}} | |||
* When you ''click 2.'' Partition Hard Drives, | * When you ''click 2.'' Partition Hard Drives, | ||
Line 68: | Line 58: | ||
* Partition your disk(s) as you want (Instructions on | * Partition your disk(s) as you want (Instructions on | ||
manually partitioning are beyond the scope of this | manually partitioning are beyond the scope of this | ||
guide. | guide, some deatils are available [[Cfdisk_Basic_Partitioning_Scenarios|here]]). | ||
* ''Important Step:'' Create a 50~250MB EFI Partition, | * ''Important Step:'' Create a 50~250MB EFI Partition, | ||
mine is 100MB (code: ef00) | mine is 100MB (code: ef00) | ||
{{Note|If you already have an EFI partition (for example created by Windows), then that can be also be used instead of creating a new EFI partition.}} | {{Note|If you already have an EFI partition (for example created by Windows), then that can be also be used instead of creating a new EFI partition.}} | ||
* | |||
''Mountpoints.'' | ==== Setting filesystem mount points ==== | ||
* ''Important Step:'' Format the EFI Partition you | * After the partitioning is done, go to ''4. Set Filesystem'' | ||
''Mountpoints.'' | |||
* '''Important Step:''' Format the EFI Partition you | |||
created as '''VFAT''' and mount on /boot/efi | created as '''VFAT''' and mount on /boot/efi | ||
{{Note|If you are re-using your EFI partition (that was created by Windows previously (or any other OS), then there is no need to format. Formatting will wipe the previous bootloader. Only mounting the EFI partition as '''/boot/efi''' is required in that case.}} | {{Note|If you are re-using your EFI partition (that was created by Windows previously (or any other OS), then there is no need to format. Formatting will wipe the previous bootloader. Only mounting the EFI partition as '''/boot/efi''' is required in that case.}} | ||
==== Installation ==== | |||
* 9. ''Choose 3.'' Install system and wait... | * 9. ''Choose 3.'' Install system and wait... |