[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: FC4-re0429.0 known bugs?
- From: "Chuck R. Anderson" <cra WPI EDU>
- To: List for Fedora Package Maintainers <fedora-maintainers redhat com>
- Subject: Re: FC4-re0429.0 known bugs?
- Date: Mon, 2 May 2005 06:24:04 -0400
On Sun, May 01, 2005 at 05:59:40PM -1000, Warren Togami wrote:
> >Same thing with a fresh install... =(
> >
> >Anybody have any success installing FC4 on /dev/i2o/* devices?
> >
>
> Booted into rescue mode, successfully chrooted into /mnt/sysimage (this
> time after clean install didn't segfault) and 'grub-install
> /dev/i2o/hda' made grub working again. Anaconda apparently isn't doing
> something right...
I'm not surprised. Having read the booty code, there is a hardcoded
list of devices that are handled specially. /dev/i2o/* is not among
them.
These are handled specially due to device/partition naming schemes:
/dev/cciss/c0d0p1
/dev/rd/c0d0p1
/dev/ida/c0d0p1
At a glance, these appear to be unsupported block devices:
/dev/ataraid/d0p1
/dev/amiraid/ar0p1
/dev/cbd/[a-z]
/dev/emd/0p1
/dev/i2o/hda[a-z]
/dev/iseries/vda[a-f]
/dev/umem/d0p1
/dev/sx8/0p1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]