Re: boot failed due to superblock error and FAT BREAD Failure

1999-04-06 Thread Laurent PICOULEAU
Hi, On Mon, 05 Apr, 1999 à 09:38:22PM -0700, J. Lee wrote: > I can boot from the floppy disk but has problem in booting from hard > disk. > Error message is: > Partition check: > hda: hda1 hda2 hda3 hda4 > attempt to access beyond end of device > 03:07: rw=0, want=2, limit=0 Your kernel try t

Re: boot failed due to superblock error and FAT BREAD Failure

1999-04-06 Thread Jor-el
Li, I think the message is saying that you have partitioned /dev/hda so that /dev/hda7 ends on a block that lies beyond the end of the hard disk. Things should probably work out correctly if you repartition your hard disk to fix this error. Regards, Jor-el On Mon, 5 Apr 1999, J. Lee wrot

Re: boot failed due to superblock error and FAT BREAD Failure

1999-04-06 Thread Shao Zhang
What is the filesystem type for your linux native partition? It should be 83. I guess you have set your harddisk to 81(minix/Linux). If you have done that, setting the file system id back to 83 will not help. You will have to delete the partition and and repartition the harddisk. At least, that is

boot failed due to superblock error and FAT BREAD Failure

1999-04-06 Thread J. Lee
Hi, I browsed the recent posts and didn't quite find an answer for my problem. Can anyone help me out? Thanks. My hardrive is partitioned into four parts, namely /dev/hda1 MSDOS /dev/hda2 NTFS /dev/hda3 linux swap /dev/hda4 linux I can boot from the floppy disk but has problem in booting from har