[Bug 1798746] Re: Grub install fail - ubuntu 18.10

lyesseb 1798746 at bugs.launchpad.net
Tue Oct 30 13:21:00 UTC 2018


Bug solved:
oot Ubuntu Live DVD/USB in testing mode and open terminal

    Run installation process without installing boot loader by:

    sudo ubiquity -b

    Press Continue testing after installation is over.

    Mount the newly installed file system into /mnt:

    sudo mount /dev/sda2 /mnt
    sudo mount /dev/sda1 /mnt/boot/efi
    for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done

    (Where sda6 is t root partition and sda1 is the EFI partition.)    
    
    Load the efivars module by:

    sudo modprobe efivars

    Reinstall grub-install for a 64-bit version:

    sudo apt-get install --reinstall grub-efi-amd64-signed
    sudo grub-install --no-nvram --root-directory=/mnt

    Change root to /mnt and update Grub:

    sudo chroot /mnt
    update-grub

    Move and rename the installed boot loader:

    cd /boot/efi/EFI
    cp -R ubuntu/* BOOT/
    cd BOOT
    cp grubx64.efi bootx64.efi

    Reboot the system
    update-grub

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1798746

Title:
  Grub install fail - ubuntu 18.10

Status in grub-installer package in Ubuntu:
  Incomplete

Bug description:
  The system can't install grub with ubuntu version 18.10 18.04 and
  17.10 (fresh install) dual boot Win10 ubuntu (UEFI mode) - Samsung
  RC-510 and Lenovo E10-30

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: ubiquity 18.10.12
  ProcVersionSignature: Ubuntu 4.18.0-10.11-generic 4.18.12
  Uname: Linux 4.18.0-10-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13
  Architecture: amd64
  CasperVersion: 1.399
  Date: Fri Oct 19 09:58:28 2018
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1798746/+subscriptions



More information about the foundations-bugs mailing list