Results 1 to 6 of 6

Thread: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

  1. #1
    Join Date
    Sep 2010
    Location
    Santa Maria - RS / Brazil
    Beans
    18

    [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    Hi,
    I have a Intel fakeraid and would like do install ubuntu 10.04.1 lts server using raid 1 (2x250gb sata).

    First I was trying to install the version 10.04 (not 10.04.1) and the problem was when creating the partitions (the partitions could not be created and red screen).

    Then, I saw the new release 10.04.1 and I tried to install again. The fakeraid partitions was created fine BUT when the installation is finish (all seems good) and the system is rebooted, nothing is started. After reboot nothing is initiate, no grub, nothing, just stay fixed in a black screen.

    Someone could help me please?

  2. #2
    Join Date
    Jul 2008
    Location
    Maryland
    Beans
    1,537
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    You probably had a grub install 'fatal error'. If that was it, it is fixable. See this reference: https://help.ubuntu.com/community/Grub2#Reinstalling GRUB 2s

    Follow the instruction for installing except: be sure to reference the raid drive you installed to as the root (ie /dev/mapper/<Your RaidTargetPartition#>) and the raid itself as the location to install the grub boot loader to (ie /dev/mapper/<Your RaidDrive>), not sda6 or sda. If you are still unsure, post the results of 'ls /dev/mapper'.

    Although there are other possible cause, this seems most likely because most user are unaware of having to designate the boot loader position in step 8 of 8 of the install.
    12.10 Quantal w/grub2/Mint13 installed on raid0, Gigabyte AMD MB, AMD 64x4 CPUs at 3.2GHz, 16 GB ram, HD7770 ATI video, dual boot win7 on 64gb ssd and win8 on 1Tb SATA raid. 13.04 installed on raid0 and ssd

  3. #3
    Join Date
    Sep 2010
    Location
    Santa Maria - RS / Brazil
    Beans
    18

    Re: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    I think I got it.
    I'll try it tomorrow and post news. Thanks.

    ls /dev/mapper
    ./
    ../
    control
    isw_deihjjjhji_inovati
    isw_deihjjjhji_inovati1 (system)
    isw_deihjjjhji_inovati5 (swap)
    Last edited by cberni; October 1st, 2010 at 12:19 AM.

  4. #4
    Join Date
    Sep 2010
    Location
    Santa Maria - RS / Brazil
    Beans
    18

    Re: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    I have spent a lot of hours with this problem and I'll post the solution I found.
    The link that ronparent posted helped a lot.

    - After the installation of Ubuntu 10.04.1 lts server was finished I booted with Ubuntu 10.04.1 desktop and chose to try it.
    - I opened the terminal and I typed:

    sudo mount /dev/mapper/isw_deihjjjhji_inovati1 /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
    sudo upgrade-from-grub-legacy

    - Then I followed the steps and rebooted the system.
    - Done! Works like a charm
    Last edited by cberni; October 1st, 2010 at 07:25 PM.

  5. #5
    Join Date
    Jul 2008
    Location
    Maryland
    Beans
    1,537
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    Glad to hear it is working for you. Have fun.
    12.10 Quantal w/grub2/Mint13 installed on raid0, Gigabyte AMD MB, AMD 64x4 CPUs at 3.2GHz, 16 GB ram, HD7770 ATI video, dual boot win7 on 64gb ssd and win8 on 1Tb SATA raid. 13.04 installed on raid0 and ssd

  6. #6
    Join Date
    Dec 2010
    Beans
    2

    Re: [ubuntu 10.04.1 lts server] raid 1 fakeraid isw boot grub problem

    Quote Originally Posted by cberni View Post
    I have spent a lot of hours with this problem and I'll post the solution I found.
    The link that ronparent posted helped a lot.

    - After the installation of Ubuntu 10.04.1 lts server was finished I booted with Ubuntu 10.04.1 desktop and chose to try it.
    - I opened the terminal and I typed:

    sudo mount /dev/mapper/isw_deihjjjhji_inovati1 /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
    sudo upgrade-from-grub-legacy

    - Then I followed the steps and rebooted the system.
    - Done! Works like a charm
    Hi, I still have the same problem.

    I have Ubuntu 10.10 Desktop installed on a Intel fake raid 1. The installation process worked fine. During the installation, I choosed /dev/sda to install boot (wrong choice!)

    After read this post, I did this:

    - booted again with Ubuntu 10.10 Desktop live cd
    - opened a terminal and typed:

    mount /dev/maper/isw_asdlfhjh_sistem1 /mnt
    mount --bind /dev /mnt/dev
    mount --bind /proc /mnt/proc
    chroot /mnt
    grub-install /dev/maper/isw_asdlfhjh_sistem1
    update-grub

    - Then I reboot the system but nothing is initiate. Just a black screen.

    Do I realy have to install grub on fake raid drive? There is another way?

    tks

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
  •