[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid (entire disk)

2013-12-06 Thread Phillip Susi
You need to install the system to the raid array built on a partition,
and install grub to the whole disk, since that is what the bios knows
about and boots.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid (entire disk)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid (entire disk)

2013-12-06 Thread Graham Inggs
** Summary changed:

- Ubuntu installer unable to install GRUB to software raid
+ Ubuntu installer unable to install GRUB to software raid (entire disk)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid (entire disk)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-06 Thread Dmitrijs Ledkovs
On 6 December 2013 02:12, Phillip Susi  wrote:
> It has been possible in the past since they were managed by dmraid and
> grub had hooks to recognize that and understand that the bios recgonizes
> the array as a single drive.  I started some discussion upstream maybe a
> year ago about how to proceed with the mdadm transition and being able
> to detect whether or not the bios handles the raid but it was never
> resolved.  If you are working on the mdadm migration that is something
> you will need to work out.
>

Interesting, but the on-disk format for DDF and IMSM is the same, so
how can grub know if it's dmraid vs something else managed?
Will take a look. Thanks.

Regards,

Dmitrijs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-06 Thread Graham Inggs
> You built the raid array using the entire underlying disk drive so grub
> can not be installed on them. You must partition the drive and use a
> partition as the raid component.

I did use the entire underlying disk drive, as this seemed to be the way 
palimpsest wanted it to be done.
This was my third or fourth attempt at doing the installation and I am pretty 
sure I had previously tried RAID-ing the partitions, so that I ended up with 
/dev/md0, /dev/md1, /dev/md2, etc. but grub wouldn't install there either.

I then tried installing to a single drive, figuring I could attach the
second disk later.   After installing successfully and rebooting, I
found I had a single RAID device /dev/md3 spanning the entire disk and
it was rebuilding.   I allowed it to finish and I ended up with a
seemingly working RAID and a working grub.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-05 Thread Phillip Susi
It has been possible in the past since they were managed by dmraid and
grub had hooks to recognize that and understand that the bios recgonizes
the array as a single drive.  I started some discussion upstream maybe a
year ago about how to proceed with the mdadm transition and being able
to detect whether or not the bios handles the raid but it was never
resolved.  If you are working on the mdadm migration that is something
you will need to work out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-05 Thread Dmitrijs Ledkovs
On 5 December 2013 23:20, Phillip Susi  wrote:
> You built the raid array using the entire underlying disk drive so grub
> can not be installed on them.  You must partition the drive and use a
> partition as the raid component.
>

But that would always be the case with container type raid arrays
(imsm and ddf) or partitionable arrays, is not possible to install
grub on to those, at all?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-05 Thread Phillip Susi
You built the raid array using the entire underlying disk drive so grub
can not be installed on them.  You must partition the drive and use a
partition as the raid component.


** Changed in: grub-installer (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1258111] Re: Ubuntu installer unable to install GRUB to software raid

2013-12-05 Thread Graham Inggs
Ubuntu installer popped up a window with the following message:

"Unable to install GRUB in /dev/sda

Executing 'grub-install /dev/sda' failed.
This is a fatal error."

I attempted to run this command manually at this point, with the following 
result:
$ sudo grub-install /dev/sda
Path `/boot/grub' is not readable by GRUB on boot. Installation is impossible. 
Aborting.

** Attachment added: "Screenshot from 2013-12-05 13_01_39.png"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+attachment/3923803/+files/Screenshot%20from%202013-12-05%2013_01_39.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258111

Title:
  Ubuntu installer unable to install GRUB to software raid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1258111/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs