Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Promise 378 controller
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Installation Hangs when installing RHEL 4 or 5 on IBM eserver xseries 300

Installation Hangs when installing RHEL 4 or 5 on IBM eserver xseries 300

2007-04-02       - By Rick Stevens

 Back
Reply:     1     2  

On Mon, 2007-04-02 at 16:25 -0400, Bruce A. Friend wrote:
> Subject line pretty much says it all.  The installer runs until it gets to
> agpgart:  Detected VIA Apollo Pro 133 chipset and there it stops.  Does
> this in both gui and text mode install.
>
> I know this is not a powerhouse server but all I really want it to do is
> act as a firewall for another system.

Hmmm.  I've installed Fedora and CentOS on X330s and X335s, but I've not
tried RHEL 4 or 5.  I'd suggest two possible efforts:

Try this at the "Boot>" prompt of the installer:

  linux text noprobe

and see if that gets you along.  If it doesn't, try:

  linux text ide=nodma

One or the other should work.  Once the system is booted in the normal
OS, you can try to configure X by running "system-config-display" as
the root user from the command line.

If the "ide=nodma" is the line that got you in and you're running off
SCSI disks, you should be OK as you've disabled DMA on IDE devices
only.  If you're using IDE disks, you may want to try finding out which
IDE device is causing the issue (probably the CD drive).  Try entering
this command as the root user:

  hdparm -d1 /dev/hda

This re-enables DMA on your first hard drive.  See if the system is
still responsive.  If it is, then edit your /boot/grub/grub.conf file
and modify the "ide=nodma" bit on the various "kernel" lines to read
"hdc=nodma" (which will disable DMA on the CD drive ONLY instead of all
IDE drives).  Examples:

   WAS:
  kernel /boot/vmlinuz-(vers) ro root=LABEL=/ rhgb quiet ide=nodma

   CHANGE TO:
  kernel /boot/vmlinuz-(vers) ro root=LABEL=/ rhgb quiet hdc=nodma

Good luck!  Keep us informed, OK?

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Principal Engineer             rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-  Jimmie crack corn and I don't care...what kind of lousy attitude  -
-                 is THAT to have, huh?   -- Dennis Miller           -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe