44

I recently bought a shiny new Lenovo Yoga 2 Pro and I want to dual boot it with Ubuntu for studying purposes. Its built-in OS is Windows 8.1 and it has a 256GB SSD.

I've made a separate 90GB partition just for Ubuntu and a live USB to install it.

The first time everything seemed to work great, I solved the wifi issued by blacklisting ideapad_laptop, the installation went flawlessly and Ubuntu worked fine.

When I got up the next morning and turned on my laptop it booted into Windows right away without ever showing the GRUB menu. So I tried to reset, and checked my partitions with the Disk Manager and everything looked fine. Since I couldn't find a solution online I went ahead and formatted the partition to try and install again. This time and every time since, the installation was aborted and I got a fatal error saying:

Unable to install GRUB in /dev/sda
Executing `grub-install /dev/sda` failed.
This is a fatal error.

Can anyone please suggest a solution to this problem? If any further information is needed I would be happy to provide it. Thanks.

When installing I get the following in details:

ubuntu kernel: [ 1946.372741] FAT-fs (sda2): error, fat_get_cluster: invalid cluster chain (i_pos 0).
ubuntu grub-installer: error: Running 'grub-install --force failed.
Braiam
  • 67,791
  • 32
  • 179
  • 269
vicban3d
  • 766
  • 1
    In addition the the answers below, what ended up finally getting the grub partition to install correctly again for me was, when manually formatting partitions, creating a partition formatted as UEFI and selecting that as the destination for grub. I was otherwise following the instructions on this answer. – Milo P May 06 '15 at 20:18
  • I solved it on HP probook x360 using: sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair && boot-repair – user1095332 Jul 28 '22 at 14:28

13 Answers13

26

I just had this problem installing Ubuntu 14.04 from a USB stick to a hard drive.

The problem was the USB stick was /dev/sda, installing to the hard drive /dev/sdb

Even though the installer knew to install to /dev/sdb, it then tried to install grub to the MBR on /dev/sda, and failed. The workaround was to go back to the menu, try again, say NO to automatically install to MBR of first hard drive and manually tell it /dev/sdb.

Then everything worked.

Zanna
  • 70,465
dricket
  • 369
9

I got the same error while installing Ubuntu 20.04. Turned out that I had created "logical" instead of "primary" partitions during the installation process for both my EFI and root partition. I ran the installation again, this time configuring both partitions as a "primary" partition, and the error was gone this time.

  • Same, although no option for logical. I selected "Install over 19.04" – Turtles Are Cute May 03 '20 at 23:02
  • 1
    If you select "Do something else" (or something like that) instead of "Install over 19.04 during the setup process you get to a screen where you can configure your partitions. Here you can remove the partition that is currently used for 19.04 and create a new root partition. I also had to create an EFI partition (I used 256MB). – Erik van den Hoorn May 05 '20 at 08:09
  • Thanks; that worked. – Turtles Are Cute May 06 '20 at 11:39
9

I finally got it working, not sure which of the following did the trick but I:

  1. Disabled Lenovo Fast Boot in BIOS.
  2. Disabled Secure Boot in BIOS.
  3. Booted from Live USB.
  4. In boot menu Added backlight=vendor in Try Ubuntu configuration text just before quiet splash.
  5. Chose Try Ubuntu.
  6. In terminal ran sudo rmmod ideapad_laptop to enable wifi.
  7. Ran installation and chose to install updates during installation.
  8. EFI partition was selected automatically so I assigned 9700MB for swap space and 80GB for Ubuntu.
  9. After installation completed added backlight=vendor to /etc/default/grub before quiet splash and then ran sudo update-grub.
  10. Blacklisted ideapad_laptop to enable wifi.
  11. Works fine so far. Thanks to everyone for the help!
Zanna
  • 70,465
vicban3d
  • 766
  • There doesn't seem to be an option for adding anything to any configuration these days (step 4). But then again this answer is nine years old... – OZ1SEJ Dec 08 '23 at 09:56
6

I had a similar problem. What I did was to leave the installation as it was, then I made sure my drive was in UEFI mode and booted from a live CD and installed boot-repair.

To do this I had to add the yannubuntu repository and then download it with apt-get. This was done the following way:

sudo apt-add-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install boot-repair
boot-repair

Then, when the program was launched, I checked all the options in Advanced Options > Main Options and clicked Apply.

Zanna
  • 70,465
  • 1
    Installing Ubuntu 20, the first command listed here responds with "Cannot add PPA: 'ppa:~yannubuntu/ubuntu/boot-repair'. ERROR '~yannubuntu' user or team does not exist. – Curtis Aug 04 '20 at 18:40
4

I had this issue when installing Ubuntu (not dual-boot) in my new build. None of the boot options described above would work for me.

I had to disconnect my SSD and all USB devices so that Ubuntu would only recognize the 1T HDD for installation.

Zanna
  • 70,465
Michael
  • 41
  • This worked for me on a dual boot system. Not much of an explanation, but as far as solutions go, yours worked for me and is very simple. – Kjeld Schmidt May 11 '18 at 22:57
2

I don't have a Lenovo Yoga but I had the same issue on my desktop. It has SSD and HDD drivers, it was listed like this:

SATA#1 HDD /dev/sda
SATA#2 SSD /dev/sdb

As always I'm trying to install the OS on my SSD. The installer is installing Ubuntu (or Linux Mint) on /dev/sdb but then is trying to install GRUB on /dev/sda. That is a problem.

The solution was to swap the SATA connections, like this:

SATA#1 SSD /dev/sda
SATA#2 HDD /dev/sdb
megas
  • 2,587
1
  1. Check installation media for corruption
  2. Check BIOS and disable Secure boot
  3. Disable Lenovo fast boot

I assume you are installing in UEFI mode, so it might be nescessary to unlock System lock in BIOS. If neither works, I would assume that problem lies in dual boot. I myself am running Ubuntu on Y2P as I type without any problems.

As for blacklisting ideapad_laptop module, you may want to check github.com/pfps/yoga-laptop, as there are some Y2P specific drivers. Still work in progres tho.

Buri
  • 11
1

Ran into this very issue while installing on a Poweredge with scsi raid. I found that pulling out the USB drive prior to installing GRUB did the trick.

Dana
  • 19
0

It can't be /dev/sda itself, it have to be some partiton of it. As usual windows make one NTFS, one recovery and one UEFI for boot parition. We have to first identify this UEFI boot partition as to get dual boot working.

My bios is of ASRock. This is how I was able to make it grub install for dual booting.

I think issue was I was trying to use just usb as bootable in the bootable drive options. Once I chose usb uefi as bootable, I saw immediate change in partitions seen on parition layout GUI.

I was able to see uefi windows boot manager partition at /dev/sda2, (which I identified from windows disk partitons as the one with EFI layout), this was not shown when I was choosing usb without uefi option as bootable drive. I chose this uefi partition as boot partition for my install.

After that grub installed on windows boot manager partition and it and dual boot started working.

mrigendra
  • 207
  • 1
  • 8
0

I have the same laptop and for me everything works fine - but I installed the grub loader into the already existing EFI partition, which had the index 2 at the end of its name - it certainly wasn't the sda partition though, which was chosen by default. (So I chose my partition for installation above and below, there was the possibility to change the partition for grub installation.) I used an SD card for installation and started it in UEFI mode, because Windows 8.1 was pre-installed that way, too. (I'm sorry if I'm expressing this in a wrong way, but I only know about all this from reading in different forums before installing Ubuntu 14.04 about three days ago.) Anyway, everything works fine if you do it this way. Start installation medium in UEFI mode, choose the partition freed for the installation, install grub into the existing EFI partition.

Oh, and also, I didn't really have to change anything in the BIOS, I had disabled fast boot before and left it that way. It automatically changed something else, I can look that up again, if you want to know.

menow
  • 119
0

I had the same problem when installing Ubuntu 15.10 desktop (dual boot on separate partition in Lenovo G40-45 laptop where Windows 10 is already installed and activated).

I had already disabled secure boot (as per my earlier experiences with dual boot - Linux and Windows).

Finally I decided that I would try with secure boot enabled (as I expected things to have improved since 14.xx). AND IT WORKED!!! -- without any other adjustments (and without internet connection).

(I installed Windows 10 while secure boot was disabled and then installed Ubuntu with secure boot enabled).

Zanna
  • 70,465
0

I had a plethora of devices on a bare install and got this on 12.04 (last alternate manual install). Rather than track down where you specify to GRUB, I just acquiesced and moved the boot SSD to the sata-0 port so it would show up as sda.

  • Someone should clarify whether Lenovo Yoga 2 Pro has actually two SATA slots for swapping the storage disk's position. I searched Yoga 2 Pro has only one SATA slots, so this answer is unlikely? –  Dec 01 '15 at 10:37
0

This problem occured when i tried to give new life to my VERY old hp pavilion dm4. It said it couldn't install grub and none of the buttons to do anything worked. I freaked out, and force shutdown my computer in the MIDDLE of installation. Luckily, I was able to boot on to the pen drive again. I later figured out that the pen drive had been pulled out a little bit, causing the installer to go nuts. It turned out for me it was a really simple little solution.

edwinksl
  • 23,789