Results 1 to 3 of 3

Thread: Reinstall Grub Loader on Ubuntu Configured with Raid 10 MDADM

  1. #1
    Join Date
    Jun 2016
    Beans
    1

    Reinstall Grub Loader on Ubuntu Configured with Raid 10 MDADM

    I managed to install Ubuntu server on my machine and set up the machine using Raid 10 with the help of MDADM a couple months ago. Yesterday i ran an update on the system and then when restarting the machine I get to the Grub Rescue shell. I have since loaded the Ubuntu Live CD and attempted running Boot-repair as well as running Grub install on the mounted rootfs but Grub fails to install and gives the error that EXT2 file system is not supporter and it cannot embed.

    Simply put. I need to be able to load the machine so that I can launch the MYSQL server and extract the database. How i achieve this is irrelevant. If i can use a windows boot loader or another method of extracting the database from the ubuntu live CD then I will be a very happy camper.

    Can anyone assist?

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Reinstall Grub Loader on Ubuntu Configured with Raid 10 MDADM

    Thread moved to the "Server Platforms" forum for a better fit.

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

    Re: Reinstall Grub Loader on Ubuntu Configured with Raid 10 MDADM

    Embedding error is either installing grub to a partition or an MBR on a gpt partitioned drive without a bios_grub. If you booted before, you should not have either of those errors.

    This is a typical error:
    Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
    Embedding is not possible, GRUB can only be installed in this setup by using blocklists. However blocklists are UNRELIABLE and its use is discouraged.
    error: If you really want blocklists, use --force
    There are many types of RAID, and I do not know them well enough to know differences. But some do use MBR as hardware RAID is just seen as one drive, some are BIOS based RAID and install to the /mapper's root not drive's MBR.

    This says you install to MBR like any standard install. Is drive MBR or gpt? If gpt you need bios_grub and may then need one on every drive as Boot-Repair tries to install grub to every drive.
    https://help.ubuntu.com/community/In...n/SoftwareRAID

    Post link to Boot-Repair's summary report.
    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.

Tags for this Thread

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
  •