Send Redhat-install-list mailing list submissions to redhat-install-list redhat com
To subscribe or unsubscribe via the World Wide Web, visit https://listman.redhat.com/mailman/listinfo/redhat-install-list or, via email, send a message with subject or body 'help' to redhat-install-list-request redhat com
You can reach the person managing the list at redhat-install-list-admin redhat com
When replying, please edit your Subject line so it is more specific than "Re: Contents of Redhat-install-list digest..."
Today's Topics:
1. Re: SCSI CDROM (Rick Stevens)
2. Re: SCSI CDROM (Chris Hornbrook)
3. Re: SCSI CDROM (Rick Stevens)
4. Re: SCSI CDROM (Chris Hornbrook)
5. Re: SCSI CDROM (Rick Stevens)
6. Re: cdrom no a valid block device (C. Aufrere)
7. Re: cdrom no a valid block device (svk)
8. Re: Install RH7.2 on HPT370 IDE Raid (Harald Pachler)
9. Linux Doesnt Install ---plzz help. (Veena Gudi)
10. Re: Linux Doesnt Install ---plzz help. (Santosh Pasi)
11. RE: Linux Doesnt Install ---plzz help. (Veena Gudi)
Message: 1
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C051A00 3060205 vitalstream com>
Date: Wed, 28 Nov 2001 09:08:16 -0800
From: Rick Stevens <rstevens vitalstream com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: SCSI CDROM
References: <006b01c1779e$4ff6d880$f6c02904 vz dsl genuity net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Chris wrote:
I have just installed a SCSI CD-RW and a SCSI controller in my system.
When I did the original install of RedHat 7.2 I used a IDE CDROM. I added the SCSI stuff after the install. When I boot up, the kernel sees the SCSI controller but does not see the Plexor SCSI CD-RW. I've used dmesg to verify this. The BIOS sees it fine and if I but a Linux boot CD it will try to boot off of it. Does this mean I have to recompile the kernel with SCSI CD support or is there another way? I've used this type of CD in other identically configured Linux boxes and it works find, but I have never added one after the install.
First off, is the SCSI controller driver loaded? Since you added the controller after you installed the OS, the installer didn't put a command in "/etc/modules.conf" to cause the system to load the driver.
You can "insmod" the driver appropriate to your controller and then see if the drive is found (e.g. use "cdrecord --scanbus"). If that works, then add an "alias scsi_hostadapter drivername" line to the "/etc/modules.conf" file to cause the driver to load when the system boots.
For example, I have an Adaptec 2942U, so my modules.conf file has a line, "alias scsi_hostadapter aic7xxx" in it to force the driver to load. ---------------------------------------------------------------------- - Rick Stevens, SSE, VitalStream, Inc. rstevens vitalstream com - - 949-743-2010 (Voice) http://www.vitalstream.com - - - - "I understand Windows 2000 has a Y2K problem." - ----------------------------------------------------------------------
Message: 2
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C052318 9ADFA0A6 noaa gov>
Date: Wed, 28 Nov 2001 12:47:04 -0500
From: Chris Hornbrook <chris f hornbrook noaa gov>
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: SCSI CDROM
References: <006b01c1779e$4ff6d880$f6c02904 vz dsl genuity net> <3C051A00 3060205 vitalstream com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Thanks for the reply. I have the same SCSI controller and I the same line (alias scsi_hostadapter aic7xxx) in my modules.conf file. However it is not getting loaded on boot. When I manually loaded it (modprobe aic7xxx) everything started working. I can mount my cd and read from it. Any ideas why it isn't getting loaded on boot?
Thanks
Rick Stevens wrote:
> Chris wrote: > > > I have just installed a SCSI CD-RW and a SCSI controller in my system. > > When I did the original install of RedHat 7.2 I used a IDE CDROM. I > > added the SCSI stuff after the install. When I boot up, the kernel sees > > the SCSI controller but does not see the Plexor SCSI CD-RW. I've used > > dmesg to verify this. The BIOS sees it fine and if I but a Linux boot CD > > it will try to boot off of it. Does this mean I have to recompile the > > kernel with SCSI CD support or is there another way? I've used this > > type of CD in other identically configured Linux boxes and it works > > find, but I have never added one after the install. > > First off, is the SCSI controller driver loaded? Since you added > the controller after you installed the OS, the installer didn't put > a command in "/etc/modules.conf" to cause the system to load the driver. > > You can "insmod" the driver appropriate to your controller and then > see if the drive is found (e.g. use "cdrecord --scanbus"). If that > works, then add an "alias scsi_hostadapter drivername" line to the > "/etc/modules.conf" file to cause the driver to load when the system > boots. > > For example, I have an Adaptec 2942U, so my modules.conf file has a > line, "alias scsi_hostadapter aic7xxx" in it to force the driver to > load. > ---------------------------------------------------------------------- > - Rick Stevens, SSE, VitalStream, Inc. rstevens vitalstream com - > - 949-743-2010 (Voice) http://www.vitalstream.com - > - - > - "I understand Windows 2000 has a Y2K problem." - > ---------------------------------------------------------------------- > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list redhat com > https://listman.redhat.com/mailman/listinfo/redhat-install-list
Message: 3
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C05305D 5000904 vitalstream com>
Date: Wed, 28 Nov 2001 10:43:41 -0800
From: Rick Stevens <rstevens vitalstream com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: SCSI CDROM
References: <006b01c1779e$4ff6d880$f6c02904 vz dsl genuity net> <3C051A00 3060205 vitalstream com> <3C052318 9ADFA0A6 noaa gov>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Chris Hornbrook wrote:
Thanks for the reply. I have the same SCSI controller and I the same line (alias scsi_hostadapter aic7xxx) in my modules.conf file. However it is not getting loaded on boot. When I manually loaded it (modprobe aic7xxx) everything started working. I can mount my cd and read from it. Any ideas why it isn't getting loaded on boot?
I'm not certain why that happens. You could put a "modprobe aic7xxx" in /etc/rc.d/rc.local to force it. It's a cheap work around.
---------------------------------------------------------------------- - Rick Stevens, SSE, VitalStream, Inc. rstevens vitalstream com - - 949-743-2010 (Voice) http://www.vitalstream.com - - - - Lottery: A tax on people who are bad at math. - ----------------------------------------------------------------------
Message: 4
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C053977 D52BE9E9 noaa gov>
Date: Wed, 28 Nov 2001 14:22:31 -0500
From: Chris Hornbrook <chris f hornbrook noaa gov>
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: SCSI CDROM
References: <006b01c1779e$4ff6d880$f6c02904 vz dsl genuity net> <3C051A00 3060205 vitalstream com> <3C052318 9ADFA0A6 noaa gov> <3C05305D 5000904 vitalstream com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Could the SCSI module not be loading at boot time due to not having a initrd
image specified in lilo.conf. Since I had no scsi controller or devices when I
installed, it did create the image by default. Or am I on the wrong track.
Rick Stevens wrote:
> Chris Hornbrook wrote:
>
> > Thanks for the reply. I have the same SCSI controller and I the same line
> > (alias scsi_hostadapter aic7xxx) in my modules.conf file. However it is not
> > getting loaded on boot. When I manually loaded it
> > (modprobe aic7xxx) everything started working. I can mount my cd and read
> > from it. Any ideas why it isn't getting loaded on boot?
>
> I'm not certain why that happens. You could put a "modprobe aic7xxx" in
> /etc/rc.d/rc.local to force it. It's a cheap work around.
>
> ----------------------------------------------------------------------
> - Rick Stevens, SSE, VitalStream, Inc. rstevens vitalstream com -
> - 949-743-2010 (Voice) http://www.vitalstream.com -
> - -
> - Lottery: A tax on people who are bad at math. -
> ----------------------------------------------------------------------
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
Message: 5
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C0547EB 2030105 vitalstream com>
Date: Wed, 28 Nov 2001 12:24:11 -0800
From: Rick Stevens <rstevens vitalstream com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: SCSI CDROM
References: <006b01c1779e$4ff6d880$f6c02904 vz dsl genuity net> <3C051A00 3060205 vitalstream com> <3C052318 9ADFA0A6 noaa gov> <3C05305D 5000904 vitalstream com> <3C053977 D52BE9E9 noaa gov>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Chris Hornbrook wrote:
Could the SCSI module not be loading at boot time due to not having a initrd
image specified in lilo.conf. Since I had no scsi controller or devices when I
installed, it did create the image by default. Or am I on the wrong track.
The initrd image is only needed if something that is vitally necessary to boot is modularized instead of built into the kernel (for example, if the root filesystem was on a SCSI controller and support for that controller was not compiled into the kernel). It's a way of permitting modules to get loaded even when the filesystem that has the modules can't be mounted yet. Since your root filesystem is on IDE and IDE is built into the kernel, you don't need an initrd.
I use a "modprobe aic7xxx" in my /etc/rc.d/rc.local file. Looking at the startup scripts, even the network code does a modprobe of the appropriate ethernet module before starting up. Since SCSI isn't vital to booting the system, stuffing it into the /etc/rc.d/rc.local script is fairly clean.
Of course, that's just my opinion. I could be wrong.
---------------------------------------------------------------------- - Rick Stevens, SSE, VitalStream, Inc. rstevens vitalstream com - - 949-743-2010 (Voice) http://www.vitalstream.com - - - - To understand recursion, you must first understand recursion. - ----------------------------------------------------------------------
Message: 6
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <3C0451B0 4357522C yahoo com>
Date: Tue, 27 Nov 2001 21:53:36 -0500
From: "C. Aufrere" <cga9999 yahoo com>
Organization: cga
MIME-Version: 1.0
To: redhat-install-list redhat com
Subject: Re: cdrom no a valid block device
References: <200111271532 fARFWdT00923 vanhat koti>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
what does 'ls -al /dev/hdd' output? And what about 'ls -al /dev/cdrom'. And what does the /etc/fstab entry for 'hdd' look like?
---
root wrote:
> I installed new RH7.2 and after that cdrom doesn't work > Reply was "not a valid block device". > > I try to use mount -tiso9660 /dev/hdd /dev/cdrom > and > mount -tiso9660 /dev/hdd /mnt/cdrom > and some variation without any success. > It was only test install. > > After that I upgrade my older redhat RH7.0 > with this new RH7.2 > > Firsth I try mount cdrom. > It doesn't work the reply was same. > Next I boot system with older kernell 2.4.1a > and cdrom works again. > > It seems to that there is something wrong with that new kernell (2.4.7-10) > > Ps. Something good. > Firsth time I got my sound card to working with this RH7.2 > It is integrated to motherboard apollo via mvp4. > And managed install kylix_open and working. > > Orvo Leinonen > orvo leinonen operafin fi > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list redhat com > https://listman.redhat.com/mailman/listinfo/redhat-install-list
Message: 7
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <001b01c177b7$64eda160$c20d0a3f mshome net>
From: "svk" <ysureshvkumar msn com>
To: <redhat-install-list redhat com>
Subject: Re: cdrom no a valid block device
Date: Tue, 27 Nov 2001 21:50:03 -0500
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
There is an Errata document about CD-ROM mount issue is posted in RH Bugzilla site. Running the command as root "depmod -ae" should solve this issue. For more details pls visit http://www.redhat.com/support/resources/gotchas/7.2/ and hit the 'Bugzilla 55071' link.
"root" <root vanhat koti> wrote in message
news:200111271532 fARFWdT00923 vanhat koti > I installed new RH7.2 and after that cdrom doesn't work
> Reply was "not a valid block device".
>
> I try to use mount -tiso9660 /dev/hdd /dev/cdrom
> and
> mount -tiso9660 /dev/hdd /mnt/cdrom
> and some variation without any success.
> It was only test install.
>
> After that I upgrade my older redhat RH7.0
> with this new RH7.2
>
> Firsth I try mount cdrom.
> It doesn't work the reply was same.
> Next I boot system with older kernell 2.4.1a
> and cdrom works again.
>
> It seems to that there is something wrong with that new kernell (2.4.7-10)
>
> Ps. Something good.
> Firsth time I got my sound card to working with this RH7.2
> It is integrated to motherboard apollo via mvp4.
> And managed install kylix_open and working.
>
> Orvo Leinonen
> orvo leinonen operafin fi
>
>
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
Message: 8
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
From: harald pachler jku at (Harald Pachler)
To: redhat-install-list redhat com
Subject: Re: Install RH7.2 on HPT370 IDE Raid
Date: Wed, 28 Nov 2001 09:59:11 GMT
Message-ID: <3c04b32c 4810046 email uni-linz ac at>
References: <3C026161 E307AED0 polycnrs-gre fr> <01112700073101 04869 linux>
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
read this article carefully! it explains much! http://www.zepa.net/hypermail/elug/hardware/2001/07/0014.html
i myself had bought a promise controller and finally replaced it with a 3ware 6410 controller - it runs best now on a dual amd machine!
harald
Message: 9
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <2F402DB12BB6D4119C3E009027E349CEBF0598 asia bic xoriant com>
From: Veena Gudi <Veena Gudi xoriant com>
To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
Subject: Linux Doesnt Install ---plzz help.
Date: Thu, 29 Nov 2001 12:48:23 +0530
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
> Hi guys... > > I these questions might sound very naive... But plzz help.. I am > stuck up with my installation.. > Plz have the patience to go thru my story... > > 1. I had installed RedHat Linux 6.1 GNUWorkstaion on my secondary > master hard disk of my machine.. It got installed properly on hdc drive.. > 2. Next day i tried to boot my system.. it gave me a kernel panic > error with some stack dump.. So i decided re-install by booting from my > CDRom.. it gave kernel panic again? > 3. . Then i made my hard disk my primary master... and i Booted my > system with the Linux installed harddisk as my Primary master (hda) .. It > gave "LI" and stopped. > 4 I tried installing on hda using my CDRom... it gave me a kernel > panic error with some stack dump.. > 5. I tried installing in expert mode with the command "linux > root=/dev/hda1". it booted... started recognising my hardware config and > then suddenly restarted the computer!!!!... and installing it with "linux > root=/dev/hda2" , "linux root=/dev/hda3" gives me a kernel panic. > > > I dont understand what happened.. I am really stuck.. why cannot i > reformat my HDD using the Installation CD.. why is that giving problems.. > Is any thing gone wrong with my hard ware config.. I dont > understand.. I suppose i have tried all the possible combinations i could > think of... But it doesnt work.. > Plzz plzz help > > > > > > Veena S Gudi > Software Engineer > Xoriant Solutions > > Do not protect yourself by a fence, but rather by your friends. > > >
Message: 10
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
To: redhat-install-list redhat com
From: Santosh Pasi <spasi diskonnet com>
Cc:
Message-ID: 1007015904spasi diskonnet com
Date: Thu, 29 Nov 2001 12:08:24 +0530
In-Reply-To: message1007014099 spasi diskonnet com
Subject: Re: Linux Doesnt Install ---plzz help.
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Hi Veena Gudi,
Start your system with cdrom, at boot:
boot: linux root=/dev/hda1
If your system will start normally(as per ur mail), login as root
# vi /etc/lilo.conf
make sure in case following entries are proper
boot=/dev/hda ==>
then in image section for linux you will find something like this
image=/boot/vmlinuz-2.2.14-12 ==> no. may be different label=linux read-only root=/dev/hda1 ==> is important
finally save file
and run following command # lilo -v
then try to boot with harddisk, your system should start normally
Good Luck
Regards, Santosh Pasi
---------------Original Message------------------
From: Veena Gudi <Veena Gudi xoriant com>
>To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
>Subject: Linux Doesnt Install ---plzz help.
>Sender: redhat-install-list-admin redhat com
>Errors-To: redhat-install-list-admin redhat com
>Precedence: bulk
>Reply-To: redhat-install-list redhat com
>List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
>List-Post: <mailto:redhat-install-list redhat com>
>List-Subscribe:
<https://listman.redhat.com/mailman/listinfo/redhat-install-list>, <mailto:redhat-install-list-request redhat com?subject=subscribe>>List-Id: Getting started with Red Hat Linux
<redhat-install-list.redhat.com>>List-Unsubscribe:
<https://listman.redhat.com/mailman/listinfo/redhat-install-list>, <mailto:redhat-install-list-request redhat com?subject=unsubscribe>>List-Archive:
<https://listman.redhat.com/mailman/private/redhat-install-list/>>Date: Thu, 29 Nov 2001 12:48:23 +0530
>
>> Hi guys...
>>
>> I these questions might sound very naive... But plzz help.. I am
>> stuck up with my installation..
>> Plz have the patience to go thru my story...
>>
>> 1. I had installed RedHat Linux 6.1 GNUWorkstaion on my secondary
>> master hard disk of my machine.. It got installed properly on hdc
drive..>> 2. Next day i tried to boot my system.. it gave me a kernel panic
>> error with some stack dump.. So i decided re-install by booting from
my>> CDRom.. it gave kernel panic again?
>> 3. . Then i made my hard disk my primary master... and i Booted my
>> system with the Linux installed harddisk as my Primary master (hda)
. It>> gave "LI" and stopped.
>> 4 I tried installing on hda using my CDRom... it gave me a kernel
>> panic error with some stack dump..
>> 5. I tried installing in expert mode with the command "linux
>> root=/dev/hda1". it booted... started recognising my hardware config
and>> then suddenly restarted the computer!!!!... and installing it with
"linux>> root=/dev/hda2" , "linux root=/dev/hda3" gives me a kernel panic.
>>
>>
>> I dont understand what happened.. I am really stuck.. why cannot i
>> reformat my HDD using the Installation CD.. why is that giving
problems..>> Is any thing gone wrong with my hard ware config.. I dont
>> understand.. I suppose i have tried all the possible combinations i
could>> think of... But it doesnt work..
>> Plzz plzz help
>>
>>
>>
>>
>>
>> Veena S Gudi
>> Software Engineer
>> Xoriant Solutions
>>
>> Do not protect yourself by a fence, but rather by your friends.
>>
>>
>>
>
>
>
>_______________________________________________
>Redhat-install-list mailing list
>Redhat-install-list redhat com
>https://listman.redhat.com/mailman/listinfo/redhat-install-list
>
Message: 11
Return-Path: <mail redhat com>
Delivered-To: redhat-install-list listman redhat com
Message-ID: <2F402DB12BB6D4119C3E009027E349CEBF0599 asia bic xoriant com>
From: Veena Gudi <Veena Gudi xoriant com>
To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
Subject: RE: Linux Doesnt Install ---plzz help.
Date: Thu, 29 Nov 2001 13:29:32 +0530
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Sender: redhat-install-list-admin redhat com
Precedence: bulk
Reply-To: redhat-install-list redhat com
List-Help: <mailto:redhat-install-list-request redhat com?subject=help>
List-Post: <mailto:redhat-install-list redhat com>
List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=subscribe>
List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>
List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>,
<mailto:redhat-install-list-request redhat com?subject=unsubscribe>
List-Archive: <https://listman.redhat.com/mailman/private/redhat-install-list/>
Hi.. Thanks for ur reply...
But when i boot with
boot: linux root=/dev/hda1
.. it does not give a kernel panic .. but it restarts the system .. It reaches the point where in i get messages like.. probing for Mouse.. successful and other Hardware recoginiton and then restarts system?
why does that happen?
Veena Gudi
-----Original Message----- From: Santosh Pasi [mailto:spasi diskonnet com] Sent: Thursday, November 29, 2001 12:08 PM To: redhat-install-list redhat com Subject: Re: Linux Doesnt Install ---plzz help.
Hi Veena Gudi,
Start your system with cdrom, at boot:
boot: linux root=/dev/hda1
If your system will start normally(as per ur mail), login as root
# vi /etc/lilo.conf
make sure in case following entries are proper
boot=/dev/hda ==>
then in image section for linux you will find something like this
image=/boot/vmlinuz-2.2.14-12 ==> no. may be different label=linux read-only root=/dev/hda1 ==> is important
finally save file
and run following command # lilo -v
then try to boot with harddisk, your system should start normally
Good Luck
Regards, Santosh Pasi
---------------Original Message------------------ From: Veena Gudi <Veena Gudi xoriant com> >To: "'redhat-install-list redhat com'" <redhat-install-list redhat com> >Subject: Linux Doesnt Install ---plzz help. >Sender: redhat-install-list-admin redhat com >Errors-To: redhat-install-list-admin redhat com >Precedence: bulk >Reply-To: redhat-install-list redhat com >List-Help: <mailto:redhat-install-list-request redhat com?subject=help> >List-Post: <mailto:redhat-install-list redhat com> >List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>, <mailto:redhat-install-list-request redhat com?subject=subscribe>>List-Id: Getting started with Red Hat Linux <redhat-install-list.redhat.com>>List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-install-list>, <mailto:redhat-install-list-request redhat com?subject=unsubscribe>>List-Arc hive: <https://listman.redhat.com/mailman/private/redhat-install-list/>>Date: Thu, 29 Nov 2001 12:48:23 +0530 > >> Hi guys... >> >> I these questions might sound very naive... But plzz help.. I am >> stuck up with my installation.. >> Plz have the patience to go thru my story... >> >> 1. I had installed RedHat Linux 6.1 GNUWorkstaion on my secondary >> master hard disk of my machine.. It got installed properly on hdc drive..>> 2. Next day i tried to boot my system.. it gave me a kernel panic >> error with some stack dump.. So i decided re-install by booting from my>> CDRom.. it gave kernel panic again? >> 3. . Then i made my hard disk my primary master... and i Booted my >> system with the Linux installed harddisk as my Primary master (hda) It>> gave "LI" and stopped. >> 4 I tried installing on hda using my CDRom... it gave me a kernel >> panic error with some stack dump.. >> 5. I tried installing in expert mode with the command "linux >> root=/dev/hda1". it booted... started recognising my hardware config and>> then suddenly restarted the computer!!!!... and installing it with "linux>> root=/dev/hda2" , "linux root=/dev/hda3" gives me a kernel panic. >> >> >> I dont understand what happened.. I am really stuck.. why cannot i >> reformat my HDD using the Installation CD.. why is that giving problems..>> Is any thing gone wrong with my hard ware config.. I dont >> understand.. I suppose i have tried all the possible combinations i could>> think of... But it doesnt work.. >> Plzz plzz help >> >> >> >> >> >> Veena S Gudi >> Software Engineer >> Xoriant Solutions >> >> Do not protect yourself by a fence, but rather by your friends. >> >> >> > > > >_______________________________________________ >Redhat-install-list mailing list >Redhat-install-list redhat com >https://listman.redhat.com/mailman/listinfo/redhat-install-list >
_______________________________________________ Redhat-install-list mailing list Redhat-install-list redhat com https://listman.redhat.com/mailman/listinfo/redhat-install-list
_______________________________________________ Redhat-install-list mailing list Redhat-install-list redhat com https://listman.redhat.com/mailman/listinfo/redhat-install-list