Error with grub-install when trying to install Linux Mint

0
3
Asked By PixelPioneer99 On

I'm having trouble installing Linux Mint Cinnamon on my PC. Every time I attempt to run the command 'grub-install /dev/sda', I encounter an error. I'm using the "Something else" option in the installer to set up my partitions as follows: 25GB for root, 8GB for swap, 500MB for EFI, and the remaining space of my 500GB drive for home. My brother shares this PC and uses Windows, so I can't simply erase everything. If I can't resolve this issue, I may have to stick with Windows, which I really don't want to do.

3 Answers

Answered By LinuxLover88 On

Have you checked what other block devices are present on your machine? Sometimes that can cause conflicts, and it might help to figure it out.

Answered By TechieTina42 On

It seems like there could be an issue with the command you're using. Make sure that you're using the correct syntax—try running 'mount /dev/xxx /boot/efi' followed by 'os-prober; grub-install'. That approach generally works for Debian-based systems like Mint.

Answered By CuriousCoder101 On

Also, double-check that you included a space between ‘install’ and ‘/dev’. It's a common typo that can lead to problems.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.