Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150833 - Installer fails with Compaq Array Controller
Summary: Installer fails with Compaq Array Controller
Status: RESOLVED DUPLICATE of bug 148071
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 14:51 UTC by Volker Voßkämper
Modified: 2006-12-16 23:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
used install profile (installprofile.xml,1.92 KB, text/xml)
2006-10-10 14:58 UTC, Volker Voßkämper
Details
Error log (installer.log.failed,5.37 KB, application/octet-stream)
2006-10-10 14:59 UTC, Volker Voßkämper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Voßkämper 2006-10-10 14:51:08 UTC
Here is the Message:
---snip---
There was an Exception received during the install that is outside of the normal install errors. (...)
BootloaderError :FATAL: _map_device_to_grub_device: ERROR, could not map/dev/ide/c0d0 to anything in the device map.
(...)
---snap---
Comment 1 Volker Voßkämper 2006-10-10 14:58:45 UTC
Created attachment 99328 [details]
used install profile
Comment 2 Volker Voßkämper 2006-10-10 14:59:25 UTC
Created attachment 99329 [details]
Error log
Comment 3 Volker Voßkämper 2006-10-10 15:32:09 UTC
After this error I tried the following:

<code>
# mount /dev/ida/c0d0p3 /mnt/gentoo
# mount none -t proc /mnt/gentoo/proc/
# chroot /mnt/gentoo /bin/bash
# env-update
livecd portage # env-update
!!! Invalid PORTDIR_OVERLAY (not a dir): /root/catalyst/overlays/portage
>>> Regenerating /etc/ld.so.cache...
# . /etc/profile
# grub
grub> root (
</code>
when pressing tab grub returns me an new line instead of listing possible devices:
<code>
grub> root (
</code>
looks like grub cannot handle the device


Comment 4 Andrew Gaffney (RETIRED) gentoo-dev 2006-10-10 17:01:04 UTC
Unfortunately, none of the devs has this hardware readily available to do any testing.
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-11 05:06:21 UTC
Which Compaq array controller, exactly?

I might be able to get access to one for testing.
Comment 6 Volker Voßkämper 2006-10-12 01:20:13 UTC
I have made another test with same installer selections exept that I chosed lilo for booting. The error was the same.
I think every controller that uses devicenames like

/dev/ida/c0d0

would produce the error.

This is the controller:

0000:01:00.0 Unknown mass storage controller: Compaq Computer Corporation Smart-2/P RAID Controller (rev 03)
        Subsystem: Compaq Computer Corporation Smart-2SL Array Controller
        Flags: bus master, medium devsel, latency 0, IRQ 10
        I/O ports at 7000 [size=256]
        Memory at 44000000 (32-bit, non-prefetchable) [size=256]
        Memory at 48000000 (32-bit, prefetchable) [size=128M]
Comment 7 Tobias Scherbaum (RETIRED) gentoo-dev 2006-10-14 22:31:04 UTC
(In reply to comment #5)
> Which Compaq array controller, exactly?
> 
> I might be able to get access to one for testing.
> 

I have an older Proliant 1600R laying around here - just try to remember me to test 2007.0 pre-release stuff on that box.
Comment 8 Tobias Scherbaum (RETIRED) gentoo-dev 2006-10-14 22:37:22 UTC
Hrm, solution for this bug (at least for grub, haven't tested lilo on my box) is quite easy:

If grub is to be installed on /dev/ida/* devices there needs to be a /boot/grub/device.map like this:

(hd0)     /dev/ida/c0d0

Comment 9 Andrew Gaffney (RETIRED) gentoo-dev 2006-10-14 22:39:35 UTC
(In reply to comment #8)
> Hrm, solution for this bug (at least for grub, haven't tested lilo on my box)
> is quite easy:
> 
> If grub is to be installed on /dev/ida/* devices there needs to be a
> /boot/grub/device.map like this:
> 
> (hd0)     /dev/ida/c0d0

Currently, the installer depends on grub to generate a proper device.map. If grub doesn't see it, the installer doesn't either.
Comment 10 Andrew Gaffney (RETIRED) gentoo-dev 2006-12-16 23:01:25 UTC

*** This bug has been marked as a duplicate of 148071 ***