[SOLVED] Trouble installing Mint on new Acer Aspire
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am having no luck installing Linux Mint 18.1 on a brand new Acer Aspire E 15 E5-553G-14QY with no operating system. It has a 128GB SSD (/dev/sdb), which is what I want to install to, and a 1TB HDD (/dev/sda). The unit shipped with Windows, but I only want it to run Linux, and Windows is already gone. Both drives have been reformatted to Ext4. Bios settings are at their defaults. Mint runs beautifully from the live CD.
The graphical installer runs fine until it tries to install grub, then it fails. I get the error message "grub-install /dev/sda failed" even when I instruct it to install Mint on sdb (the SSD). When the following screen gives me the choice of choosing a different device on which to install the bootloader, to continue without a bootloader, or to cancel the installation, I select the first option and tell it to install the bootloader on sdb, but then I click "OK" and nothing happens. It also won't advance with the other two options. I cannot figure out what is wrong or how to get beyond this point.
I'm 'terrified' of EFI Try a web-search of your quoted error message, and the <model> linux:
"grub-install /dev/sda failed"
Acer Aspire E 15 E5-553G intitle:linux
There are over 40 steps in the solution, so do make sure that you have this written down or have access to another computer for guidance.
I realise that you have wiped Windows but you should be able to get some useful information from the above.
One of the most common stumbling blocks with Acer notebooks is the need to set a temporary Supervisor password in order to disable Secure Boot. This may be your main problem.
Don't forget to remove the Supervisor password later.
The error message you report looks like you are booted and installing in MBR mode and the machine is undoubtedly UEFI so you need to read your user manual to find out how to make changes in the BIOS. You also need to boot Mint UEFI and the links posted above should help with that. If you want to use GPT/UEFI, you should have either left the EFI partition or created a new one.
This is what helps me to keep the UEFI stuff straight.
Code:
If BIOS is set to UEFI you need to install to the EFI partition /boot/efi instead of MBR. If UEFI is ‘disabled’ than installing to MBR is correct.
If BIOS is in UEFI mode installing to MBR can give ‘no boot device detected’
Thanks, everyone, for your suggestions. You led me to the correct conclusion. After reading the links you provided, I realized this was indeed a UEFI issue. I was trying to install an MBR system onto a UEFI disk. So I switched to Legacy in the BIOS, created a new partition table and all new partitions on /dev/sdb and everything installed correctly. I see now I should have left the Windows partitions in place and simply reused its EFS, but this is OK for my purposes.
Thanks, everyone, for your suggestions. You led me to the correct conclusion. After reading the links you provided, I realized this was indeed a UEFI issue. I was trying to install an MBR system onto a UEFI disk. So I switched to Legacy in the BIOS, created a new partition table and all new partitions on /dev/sdb and everything installed correctly. I see now I should have left the Windows partitions in place and simply reused its EFS, but this is OK for my purposes.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.