Welcome to the Linux Foundation Forum!

Unable to find or install grub on course installation

Hi! I'm enjoying the course!

In the setup section, I found that some files were not installed, and of those I have failed to install grub.

I''m stuck trying to install it on the message:

E: Package 'grub' has no installation candidate

I am on a MacBook Pro, with VirtualBox, and the latest Ubuntu LTS (minimal installation).

I looked around on the web and tried:

sudo apt-get update; sudo apt-get install --reinstall grub
[sudo] password for anthonyharrison: 
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 
Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [38.5 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 48x48 Icons [17.6 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main DEP-11 64x64 Icons [41.5 kB]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [42.1 kB]
Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [114 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:11 http://gb.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [307 kB]
Get:12 http://gb.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [73.8 kB]
Get:13 http://gb.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [140 kB]
Get:14 http://gb.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [273 kB]
Get:15 http://gb.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [212 kB]
Get:16 http://gb.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [483 kB]
Get:17 http://gb.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2,468 B]
Get:18 http://gb.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7,980 B]
Fetched 2,008 kB in 2s (1,057 kB/s) 
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package grub is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  grub2-common:i386 grub-pc:i386 grub-efi-ia32:i386 grub-efi-amd64:i386 grub2-common grub-pc grub-efi-ia32 grub-efi-amd64

E: Package 'grub' has no installation candidate

Any pointer?

Regards!

Comments

  • coop
    coop Posts: 915

    the message is telling you that you have the wrong name. The actual package "grub" is in depends on the distribution etc. Notice it says:

    However the following packages replace it:
    grub2-common:i386 grub-pc:i386 grub-efi-ia32:i386 grub-efi-amd64:i386 grub2-common grub-pc grub-efi-ia32 grub-efi-amd64

    I would do "apt-get install grub2-common ". That is probably all you need. I'm surprised it was not installed by default.

    Another option is to go to https://training.linuxfoundation.org/cm/prep and download "ready-for.sh". Then run it as in:

    ./ready-for.sh --install LFD420

    LFD420 is a kernel internals course and everything you need to compile and develop kernels should be gotten that way.

Categories

Upcoming Training