From 8f492e150d06d21c128fa6dd55ec4fa0aeceb01e Mon Sep 17 00:00:00 2001 From: Awth Wathje Date: Fri, 10 Sep 2021 16:40:01 +0200 Subject: [PATCH] Add a line about a GRUB target, since it's not obvious. This step is essential, so shall be added to the readme. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1000ed8..2753d60 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,9 @@ sudo gdd bs=4M if=ubuntu-20.04-5.6.10-mbp.iso of=/dev/diskX conv=fdatasync statu 8. Use Ubiquity to install (just click on it) 9. Select the options that work for you and use for the partition the following setup: * Leave the efi boot as preselected by the installer. Your Mac will keep on working with out problems. - * Add a ext4 partition and mounted as /boot (1024MB) - * Add a ext4 partition and monted as / (rest) + * Add a ext4 partition and mounted as `/boot` (1024MB). + * Add a ext4 partition and monted as `/` (rest). + * Select the `/boot` partition as a target for GRUB installation, otherwise the system won't boot. 10. Run the installer (In my case it had some problem removing some packages at the end, but this is no real problem) 11. Shutdown and remove the USB Drive 12. Start again using the option key. Select the new efi boot.