Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150447 - install on ASUS P5B solution found for lilo/grub/udev problems
Summary: install on ASUS P5B solution found for lilo/grub/udev problems
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High blocker
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 03:23 UTC by John (EBo) David
Modified: 2006-10-08 12:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John (EBo) David 2006-10-08 03:23:25 UTC
There has been a BUNCH of issues posted on the net regarding installation of Gentoo and other Linux distros on the new ASUS P5B running Intel Core 2 Duo processors.  After a couple of days trying to get grub and/or lilo to install I stumbled onto a post that speculated that udev was returning a different device name (/dev/hda) than the original LiveCD (which gave /dev/hdc).  Follows is my workaround...

Boot from 2006.1 LiveCD (gentoo all-generic-ide irqpoll) or from the experiemntal kernel developed for the new Core 2 Duo (sorry lost the link).

# check the drives:
> fdisk -l

In my case I get /dev/hdc and /dev/sda (for the Aware3 IDE RAID controller).  

Unfortunately,booting the kernel udev mounts /dev/hdc device as /dev/hda.  I was able to trick lilo into loading by temporarily symbolically linking /dev/hda* to /dev/hdc* and then rerunning lilo.  I will retry this for grub after testing the system.

  EBo --

(sorry for not supplying 'emerge --info' I'm writing this from my laptop)
Comment 1 John (EBo) David 2006-10-08 03:58:26 UTC
trying to install grub after getting everything to run still gives me the dreaded error...

Lilo works fine with the workaround described above.

Now it's off to sleep from pulling a 36hour day getting this all to work.


Comment 2 SpanKY gentoo-dev 2006-10-08 11:26:51 UTC
udev has nothing to do with it ... it populates drives the way the kernel enumerates them

if you come up with a real information about the problem / workaround, then maybe we can doc it ... but at the moment, i dont see anything worth documenting
Comment 3 nm (RETIRED) gentoo-dev 2006-10-08 12:06:37 UTC
Nope. Nothing worth documenting yet, either.