[Bug 776633] Re: grub-installer fails if root is on 27th disk

2012-05-25 Thread Phillip Susi
*** This bug is a duplicate of bug 335174 *** https://bugs.launchpad.net/bugs/335174 ** This bug has been marked a duplicate of bug 335174 Machines with > 16 drives not supported -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2012-05-25 Thread lmhd
Isn't there any solution? See also: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/922041?comments=all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776633 Title: grub-installer fails if root

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-08-19 Thread nutznboltz
I think grub-pc is also affected by similar device name length issues. I have a Sun Fire X4500 where the firmware is so strange only two of the 48 disk drives are exposed to the BIOS as boot disks. Ubuntu sees them as /dev/sdy and /dev/sdag I was able to shoe-horn an installation of 10.04.3 on by

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-08-19 Thread Launchpad Bug Tracker
** Changed in: grub-installer (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776633 Title: grub-installer fails if root is on 27th disk To manage notificatio

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-05-31 Thread Colin Watson
** Package changed: debian-installer (Ubuntu) => grub-installer (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776633 Title: grub-installer fails if root is on 27th disk -- ubuntu-bugs mai

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-05-04 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776633 Title: grub-installer fails if root is on 27th disk -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-05-03 Thread Roland Dreier
Here's a patch that I tested out that handles two- and three-letter drive names for /dev/sd... and /dev/vd... I checked the kernel sources and /dev/hdX will never use multiple letters, and /dev/sdX and /dev/vdX will only use one, two or three letters. In my virtual test system as described above,

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-05-03 Thread Roland Dreier
Looks like the bug is in this snippet of grub-installer: # This code to set disc_offered was taken from lilo-installer rootfs_nodevfs=$(mapdevfs $rootfs) bootfs_nodevfs=$(mapdevfs $bootfs) prefix=$(device_to_disk "$bootfs") case $prefix in /dev/md) disc_offered_devfs="$bootfs"

[Bug 776633] Re: grub-installer fails if root is on 27th disk

2011-05-03 Thread Roland Dreier
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776633 Title: grub-installer fails if root is on 27th disk -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li