Results 1 to 5 of 5

Thread: Changing GRUB2 Source

  1. #1
    Join Date
    Jun 2009
    Beans
    108

    Changing GRUB2 Source

    I had installed the Natty Narwhal Alpha 2 on a tiny partition and would now like to remove it. However it occurred to me that during the install Ubuntu rewrote my GRUB so that the partition containing Natty would be where it looks for the GRUB files. How can I make it so Grub looks to my main Ubuntu partition rather than the Natty one?

  2. #2
    Join Date
    Jun 2009
    Beans
    108

    Re: Changing GRUB2 Source

    Bump

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Changing GRUB2 Source

    If you can boot your main install, just reinstall grub2 from that to the MBR. Otherwise you have to use liveCD.

    #reinstall from working (not liveCD) system - first find Ubuntu drive:
    sudo fdisk -l
    #if it's "/dev/sda" then just run:
    sudo grub-install /dev/sda
    #If that returns any errors run:
    sudo grub-install --recheck /dev/sda
    sudo update-grub
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Changing GRUB2 Source

    First of all -- STOP bumping! The rule around here is bumping once a day, not once every few hours.

    Second, remove the partition containing Natty and reinstall GRUB from an Ubuntu LiveCD.

    To do the first, boot from a LiveCD, open Partition Editor, confirm the Natty partition is unmounted, and delete it.

    To do the second, read Section 12 in the link below:

    https://help.ubuntu.com/community/Grub2
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  5. #5
    Join Date
    Feb 2010
    Location
    Memphis, TN, USA
    Beans
    65
    Distro
    Lubuntu 11.10 Oneiric Ocelot

    Re: Changing GRUB2 Source

    OldFred,
    I had a similar problem, and the solution is similar to yours.
    A SOLUTION was pasted at:
    http://paste.ubuntu.com/563657/
    The Solution pasted is the long way around the tree.
    The notes which Nathan726 wrote in are very helpful in understanding GRUB.
    The notes are worth the read.

    My MBR pointed into sda3, a fresh install of Ubuntu, for testing.
    I wanted the MBR to be repointed into sda7, my old working install, with all configs, etc.

    I have read other comments by you, and they are good. Thanks for the effort.
    Last edited by glene77is; February 7th, 2011 at 10:11 PM. Reason: long wirds.
    缀皵榒敯鹤__Glene77is__缀皵榒敯鹤 _{^,^}_

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •