Kernel panic during Slackware install

Kernel panic during Slackware install

Post by Thurm » Tue, 11 Nov 1997 04:00:00



I can't install Slackware 3.3. Please could one of you help me--sorry if
this has come up before.

I'm trying to set it up on a 486DX/33 with 16MB of memory. The software is
going onto a 70-odd MB partition of the second IDE hard disk drive. The
drive has 6 heads, 55 sectors per track and 1010 cylinders, if that's any
help, and has a few bad sectors. I'm also setting aside 5775K for a swap
partition. The machine also has a Mitsumi CD-ROM drive, although during
the run described below, I deliberately did not use a boot disk containing
CD-ROM device drivers, in order to remove the possibility that they might
be causing a problem. As far as I am aware, the machine is 100% PC
compatible. I am using the Mitsumi IDE root disk and the 'color' boot
disk.

I successfully set up the partitions according to the installation
instructions, using Linux's version of fdisk.  Then, I tried to initialise
the swap partition with the following command:

mkswap -c /dev/hdb2 5775

I then got the following error messages:

Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Whoops: unlock_buffer: async io complete on unlocked page
Kernel panic: VFS: Free block list corrupted

The machine then hangs.

I have tried the installation many times over. It always crashes at some
point (though sometimes after the swap partition has been set up). Every
time, I get the "Whoops..." message.

Is this error message something to do with the installation ramdisk
getting corrupted for some reason? What can I do about it? Any comments,
however general, would be most welcome.

Thanks


 
 
 

Kernel panic during Slackware install

Post by Jesse Weiger » Tue, 11 Nov 1997 04:00:00


This is a multi-part message in MIME format.
--------------E35E7B1E2420D6AFDEC8905E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I think it is the bad blocks.  I have never run into this problem before, but
I have heard that linux has a big problem with corrupted hard drives.  (Along
with just about every other operating system I can think of)


> I can't install Slackware 3.3. Please could one of you help me--sorry if
> this has come up before.

> I'm trying to set it up on a 486DX/33 with 16MB of memory. The software is
> going onto a 70-odd MB partition of the second IDE hard disk drive. The
> drive has 6 heads, 55 sectors per track and 1010 cylinders, if that's any
> help, and has a few bad sectors. I'm also setting aside 5775K for a swap
> partition. The machine also has a Mitsumi CD-ROM drive, although during
> the run described below, I deliberately did not use a boot disk containing
> CD-ROM device drivers, in order to remove the possibility that they might
> be causing a problem. As far as I am aware, the machine is 100% PC
> compatible. I am using the Mitsumi IDE root disk and the 'color' boot
> disk.
> I have tried the installation many times over. It always crashes at some
> point (though sometimes after the swap partition has been set up). Every
> time, I get the "Whoops..." message.

> Is this error message something to do with the installation ramdisk
> getting corrupted for some reason? What can I do about it? Any comments,
> however general, would be most welcome.

> Thanks



--
 -Jesse Weigert

--------------E35E7B1E2420D6AFDEC8905E
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Jesse Weigert
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Jesse Weigert
n:              Weigert;Jesse
adr;dom:        ;;;Bainbridge Island;WA;98110;

x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard

--------------E35E7B1E2420D6AFDEC8905E--

 
 
 

Kernel panic during Slackware install

Post by Thurm » Fri, 14 Nov 1997 04:00:00


-=>I think it is the bad blocks.  I have never run into this problem before, but
-=>I have heard that linux has a big problem with corrupted hard drives.  (Along
-=>with just about every other operating system I can think of)

Thanks for this :) I don't think that there are many bad blocks compared to
the size of the partition, though. I've tried putting the swap partition
over the the bad blocks and the data partition, but neither makes the
system work.

BTW, I understand from something I read a few years ago that it's common
for HDs to have a few bad sectors. When the bad sectors were in a DOS
partition, DOS noted that they were bad & worked around them: I don't see
why Linux can't do the same (It notices that they're bad when I run
mke2fs). Someone suggested to me that I low-level reformat this
drive--perhaps I should try that.

If anyone else has any other ideas, I'll be very grateful if they could be
shared.

Thanks again


 
 
 

Kernel panic during Slackware install

Post by tors.. » Sun, 16 Nov 1997 04:00:00


Quote:> Thanks for this :) I don't think that there are many bad blocks compared to
> the size of the partition, though. I've tried putting the swap partition
> over the the bad blocks and the data partition, but neither makes the
> system work.

> BTW, I understand from something I read a few years ago that it's common
> for HDs to have a few bad sectors. When the bad sectors were in a DOS
> partition, DOS noted that they were bad & worked around them: I don't see
> why Linux can't do the same (It notices that they're bad when I run
> mke2fs). Someone suggested to me that I low-level reformat this
> drive--perhaps I should try that.

        Linux does.  Run
                fsck
        it'll mark the bad sectors.  This program runs on my computer every
        ten boots or so.
--

Torsten
____________________________________________________________________________

Help get Linux noticed - we are almost at three MILLION linux boxes on-line!    
        Full RC5-64 Cracking Directions at http://www.linuxnet.org
                Join Team Linux.

TO REPLY:  respell altantic to atlantic in reply.
___________________________________________________________________________                                          

 
 
 

Kernel panic during Slackware install

Post by Bill McHa » Wed, 19 Nov 1997 04:00:00


: -=>I think it is the bad blocks.  I have never run into this problem before, but
: -=>I have heard that linux has a big problem with corrupted hard drives.  (Along
: -=>with just about every other operating system I can think of)

: Thanks for this :) I don't think that there are many bad blocks compared to
: the size of the partition, though. I've tried putting the swap partition
: over the the bad blocks and the data partition, but neither makes the
: system work.

: BTW, I understand from something I read a few years ago that it's common
: for HDs to have a few bad sectors. When the bad sectors were in a DOS
: partition, DOS noted that they were bad & worked around them: I don't see
: why Linux can't do the same (It notices that they're bad when I run
: mke2fs). Someone suggested to me that I low-level reformat this
: drive--perhaps I should try that.

: If anyone else has any other ideas, I'll be very grateful if they could be
: shared.

Hi, just installed Linux (slakware 3.3)for the first time, and rand into
the same problem.  Try reformatting the Root Partition, and when you do,
make sure you set it to check for bad sectors, it will take a lot longer,
but should take care for the problem.

--
Bill

***************************************************************************
(question == (2b || !2b));  If Shakespeare was a C programmer.
---------------------------------------------------------------------------
Home page - http://www.gl.umbc.edu/~wmchal1
***************************************************************************

 
 
 

1. Kernel panic: aha152x panic (during LILO install)

Hi,

I've read through the FAQ, and saw nothing pertaining directly to my problem.

During the Install protion of LILO, upon writing the partition information
to the disk, I receive a loud constant beep from my mother board, and a Linux
error report that looks like this:

aha152x_panic: unable to send message
QUEUE STATUS
issue_SC:
current_SC:
0x00368769: target=0; lun=0; cmd= ( 0a 00 00 00 02 00 ); residual=1024; buffers=0; phase |; in other ( MESSAGE OUT ); next=0x00000000
disconnected_SC:

on bus: SCSISEQ ( SELI ); SCSISIG ( MESSAGE OUT ); INTSTAT ( hi ); SSTAT ( SELDO PHASEMIS REQINIT ); SSTAT ( PHASEMIS REQINIT ); SXFRCTL0 ( CH1 ); SINGAL ( ATNI BSYI REQI ); SELID ( 81 ), SSTAT2 ( SEMPTY ); SFCNT ( 0 ); FCNT ( 0 ); DMACNTRL0 ( 16BIT PIO READ );
enabled interrupts ( ENPHASEMIS ENREQINIT )
Kernel panic: aha152x panic

I'm in the early learning stages of unix, and I'm brand new at SCSI, so if I'm
making a simple/stupid mistake hear, I apologize.  I've got a SIDE VLB
controller card, which is "completely compatible" with Adaptec AHA1522 cards.
I'm using a 486 DX2 66 platform with ISA/VLB board.  I've tried reassigning
the Quantum Empire 1.08 GB drive from SCSI ID 6 to ID 0, but get the identical
message.  I hope someone out there can help me out with this.

Either e-mail or post responses are OK with me.

Thanks in advance,

Steve

PS.  The above error hangs the system, requiring a reboot.
--
I  Steve Hovey            I       Our problems don't amount to a            I

I                         I       but this is our hill,                     I
I                         I       and these are our beans     - Naked Gun   I

2. g++-include files

3. error during slackware formatting (kernel panic)

4. EUID (vs) UID in a suid to root C program

5. Kernel Panic during slackware installation - HELP

6. What type of Mouse do I have ?

7. "Kernel panic: aic7xxx_isr..." during Install

8. Solaris 10 X86 - Marvell Yukon Driver

9. More info: mkfs -c /dev/hda3 results in Kernel panic during install to HD

10. panic after kernel config during install

11. Kernel panic during new install

12. Kernel Panic during RH6.1 autoboot to install

13. RH Kernel Panics During Install