Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Ubuntu 11.10 installation using Software raid having issues installing grub

  1. #11
    Join Date
    Dec 2009
    Beans
    8

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Quote Originally Posted by darkod View Post
    @mardibloke
    For RAID0 you need to have a separate /boot partition outside the array. As far as I know it can't work otherwise. I guess it has to do with raid0 writing the data half on one disk and half on the other and the boot files can't handle that.
    Thanks so much (had spent many hours on this), booted up now.

    Attached screen shot shows what I was trying to achieve.

    - --
    Rod, UK
    Attached Images Attached Images

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

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Well I assumed raid0 of SSDs is for speed freaks.

    It doesn't offer you any data protection and redundancy so as raid array it's pointless.

    Just out of curiosity, what did you use for the benchmark? What is the best to use on ubuntu?
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #13
    Join Date
    Dec 2009
    Beans
    8

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Yes, I'm now backing up my complete /home daily to multiple locations

    The included disk utility in Ubuntu is where that screen shot is from. I also played with hdparam :

    Code:
    rod@ubuntu:~$ sudo hdparm -t /dev/sda
    
    /dev/sda:
     Timing buffered disk reads: 566 MB in  3.01 seconds = 188.18 MB/sec
    
    rod@ubuntu:~$ sudo hdparm -t /dev/md1
    
    /dev/md1:
     Timing buffered disk reads: 1586 MB in  3.00 seconds = 528.17 MB/sec
    rod@ubuntu:~$
    - --
    Rod, UK

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

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    How about some tool for random seek + R/W? This only shows sequential data which is OK, but the random is what matters more in everyday use. Especially as the disks start loading up the use will rarely be sequential.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  5. #15
    Join Date
    Dec 2009
    Beans
    8

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Sorry, not looked for a tool like that, and I'm now into why dual monitors not working with my Nvidia setup :/

    - --
    Rod, UK

  6. #16
    Join Date
    Nov 2011
    Beans
    1

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Hello, i think the problem is in the large hds.
    This work for me:
    1- Create a bios_grub partition, 1MB (or more) on each drive
    2- Create partition for RAID as usually
    3- Create software RAID 1 for all partitions but do not create a RAID with the bios_grub Partitions.

    Excuse my poor english

  7. #17
    Join Date
    Apr 2010
    Beans
    1

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    Quote Originally Posted by mardibloke View Post
    Thanks so much (had spent many hours on this), booted up now.

    Attached screen shot shows what I was trying to achieve.

    - --
    Rod, UK
    Do you know if this is similar for RAID 5? I am having problems getting RAID 5 to boot with the same error the person who started this thread did.

  8. #18
    Join Date
    Apr 2006
    Beans
    240
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Ubuntu 11.10 installation using Software raid having issues installing grub

    I think what you really have here is a software raid device and without a driver Ubuntu will continue to see two drives at the end of the wire. You could see if the RAID card manufacturer has a Linux driver but you would still have to slipstream it into the install so the OS would see two disks as one. The only hardware RAID cards I know of that work out of the box with Ubuntu are Compaq SmartArray devices.

Page 2 of 2 FirstFirst 12

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
  •