Results 1 to 4 of 4

Thread: ubuntu won't start after installation, raid 5

  1. #1
    Join Date
    Feb 2013
    Beans
    1

    ubuntu won't start after installation, raid 5

    Hi,
    i have intel S5000 server platform with software raid 5 witch 6 hdd.
    After successful installation, ubuntu server won't start (black screen after POST and server restart). I have tried many GRUB repair tools. Here is my log:

    http://paste.ubuntu.com/1596300/

  2. #2
    Join Date
    Mar 2011
    Location
    UK
    Beans
    125
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: ubuntu won't start after installation, raid 5

    Hi

    In the past when I've used software raid I've had to make sure that I have a /boot partition that's separate from the main raid array at raid level 1 which is of course mirroring so sda1, sdb1, sdc1 etc. are all the same. from there you can boot from any into any of these partitions and you will get grub. In hardware raid this wouldn't be necessary as the raid controller would deal with all of this but with software raid, the BIOS doesn't understand software raid partitions.

    I now tend not to use software raid and instead favour lvm (Logical Volume Manager) which can be configured with parity like raid 5, the benefit of lvm is that not all of the members of the volume group need to be the same size so you can just have /boot on sda1 and have all the space on the other drives. This may suit your needs better so you may want to look into that.

    Hope this helps!

    Barry
    Desktop: Z77X-UD5H, Intel i7 3770k, NVidia GeForce 660 Ti Sli 16GB DDR3 RAM 2TB HDD
    OSes: Mint 14 x64 Windows 7 Ultimate x64
    Laptop: Dell Latitude E6430
    OSes: Ubuntu 13.04 x64, Backtrack 5 R3

  3. #3
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: ubuntu won't start after installation, raid 5

    Yeah, try installing with separate /boot raid1. I am not sure if you need it for raid5 or not. I know for sure you do need it for raid0, and that you do not need it for raid1.

    It might benecessary for raid5 too since raid5 splits the files and I think it can't handle the boot files to be split. That's why you don't need it on raid1 since it's mirror and doesn't split files.

    I believe LVM is created with a different purpose. While raid array can keep working if a disk fails (depending on the raid level), I am not sure whether LVM would do the same even if you install it with parity. Also, earlier you needed to have separate /boot outside the LVM to work too. Only these days you don't need this any more.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  4. #4
    Join Date
    Jan 2013
    Beans
    4

    Re: ubuntu won't start after installation, raid 5

    Use another HDD for /boot partition.

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
  •