diff --git a/README.md b/README.md index d94d64b..cd08b08 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ nano /boot/loader/entries/manjaro.conf 26. Paste in the block of text below (Note for beginners to paste into a terminal its usually control + shift + v) ``` title Manjaro Linux -linux /vmlinuz-linux56-mbp +linux /vmlinuz-5.6-x86_64-mbp initrd /intel-ucode.img -initrd /initramfs-linux56-mbp.img +initrd /initramfs-5.6-x86_64-mbp.img options root="UUID={change_this_value}" rw ``` 27. Change back to your other terminal with the values, And copy the UUID from the other terminal, replacing {change_this_value} (Including the brackets).