[Bug 80661] Re: Error when installing grub
Robert Roth
80661 at bugs.launchpad.net
Thu Jan 26 10:17:09 UTC 2012
Thank you for reporting this bug to Ubuntu. Fesity reached EOL in October 2008.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases
I've tried recreating this bug with Oneiric and was unable to, given the
information you've provided. Please either a) upgrade and test or b)
increase the verbosity of the steps to recreate it so we can try again.
Please feel free to report any other bugs you may find.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad
** Changed in: grub (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub in Ubuntu.
https://bugs.launchpad.net/bugs/80661
Title:
Error when installing grub
Status in “grub” package in Ubuntu:
Incomplete
Bug description:
I installed Feisty Fawn Herd-2. All went ok, but when I tried to install GRUB to the root partition of the installation (/dev/hda11) I got the following error message:
grub-install /dev/sda11
/dev/sda11 does not have any corresponding BIOS drive.
The system has a PATA Disk, but due to Kernel 2.6.20 the disk naming scheme is like SCSI or SATA devices (sdx instead of hdx). Also the old naming scheme doesn't work:
grub-install /dev/hda11
/dev/hda11: Not found or not a block device.
Now I found a fix for this in this thread: http://ubuntuforums.org/showthread.php?t=233540
There was the hint to /boot/grub/device.map and in this file there still was the old naming convention used:
(hd0) /dev/hda
so I changed this to
(hd0) /dev/sda
and know the installation of grub works fine:
grub-install /dev/sda11
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(hd0) /dev/sda
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/80661/+subscriptions
More information about the foundations-bugs
mailing list