Results 1 to 3 of 3

Thread: Cannot boot ubuntu after remove a failing disk

  1. #1
    Join Date
    Nov 2012
    Beans
    1

    Cannot boot ubuntu after remove a failing disk

    Our ubuntu server has four hard disks, but we didn't make them a RAID. Yesterday, one of the disk was reported to be failing, and this disk was /dev/sdb and was mounted as /data (was used to store data), but the server cannot boot up after we remove this disk. We tried umount it or deleted it in the 'Disk ultility', but didn't work. Is there any way to just remove this disk and avoid reinstall the ubuntu. Thank you very much!

  2. #2
    Join Date
    Dec 2009
    Beans
    29
    Distro
    Ubuntu

    Re: Cannot boot ubuntu after remove a failing disk

    This happened with the damaged disc that changed, I changed the GRUB, I think. just regenerate it using a Ubuntu LiveCD. you enter the option: Try Ubuntu and run:

    Code:
    sudo mount /dev/sda1 /mnt
    sudo mount --bind /dev /mnt/dev
    sudo mount --bind /dev/pts  /mnt/dev/pts
    sudo mount --bind /proc /mnt/proc
    sudo mount --bind /sys  /mnt/sys
    sudo chroot /mnt
    grub-install --recheck /dev/sda
    then from the new grub choose the option reconfigure grub or boot file.

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

    Re: Cannot boot ubuntu after remove a failing disk

    Do you have a liveCD or USB of the same version of Ubuntu as your server install. If so run this from that liveCD or download the full repairCD. Then post link to BootInfo report.

    Were you booting from BIOS the sdb drive? Then grub maybe was installed to wrong drive? BootInfo report will give us those type of details.

    Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:
    https://help.ubuntu.com/community/Boot-Repair
    You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.Install in Ubuntu liveCD or USB or:
    Full RepairCD with Boot-Repair (for newer computers)
    https://help.ubuntu.com/community/UbuntuSecureRemix
    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
  •