[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "Can't read superblock" booting 2.4.anything"



----- Original Message -----
From: "Colin Walters" <walters@cis.ohio-state.edu>
To: <debian-powerpc@lists.debian.org>
Sent: Wednesday, July 11, 2001 1:07 PM
Subject: Re: "Can't read superblock" booting 2.4.anything"


> "John Andersen" <john@bridgenet.cc> writes:
>
> > For some reason, any 2.4 kernel I try and boot (I've compiled two
> > from Benh's tree, and got 1 deb from walters and 1 deb from Jonas) I
> > get the same error:
> >
> > it tells me it can't read the superblock, make sure I have a valid
> > partion, etc and throughs me into single user mode.
> > [...]
>
> Could you post the contents of your /etc/yaboot.conf, your /etc/fstab,
> and the output of "mac-fdisk -l /dev/hda", please?

Here are the files:

## Example yaboot.conf for ybin and yaboot >= 0.6
## see man yaboot.conf for more details.

## Change to your bootstrap partition ie: /dev/hda2
boot=/dev/hda9
device=hd:
partition=11
delay=15
timeout=30
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
macos=/dev/hda18
macosx=/dev/hda15
defaultos=macos

## Comment out if you have a newworld compatible nvsetenv (ybin can
## likely detect the incompatible version) when commented out ybin
## will update the boot-device variable in OpenFirmware to the
## bootstrap partition.
## nonvram

image=/vmlinux.john
 label=test
 root=/dev/hda11
 read-only
 append="video=aty128fb hda=autotune"

image=/vmlinux.old
 label=stock
 root=/dev/hda11
 read-only
 append="video=ofonly"

image=/vmlinux
 label=linux
 root=/dev/hda11
 read-only


######################  Begin /etc/fstab #################


# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options>   <dump> <pass>
/dev/hda11 /  ext2 defaults,errors=remount-ro 0 1
/dev/hda10 none  swap sw   0 0
proc  /proc  proc defaults   0 0
/dev/fd0 /floppy  auto defaults,user,noauto  0 0
/dev/cdrom /cdrom  iso9660 defaults,ro,user,noauto  0 0
/dev/hda12 /var ext2 rw   0 2
/dev/hda13 /lfs ext2 rw   0 2


##################### output from mac-fdisk -l /dev/hda ###########


/dev/hda
        #                    type name                 length   base     (
size )  system
/dev/hda1     Apple_partition_map Apple                    63 @ 1        (
31.5k)  Partition map
/dev/hda2          Apple_Driver43 Macintosh                54 @ 64       (
27.0k)  Driver 4.3
/dev/hda3          Apple_Driver43 Macintosh                74 @ 118      (
37.0k)  Driver 4.3
/dev/hda4        Apple_Driver_ATA Macintosh                54 @ 192      (
27.0k)  Unknown
/dev/hda5        Apple_Driver_ATA Macintosh                74 @ 246      (
37.0k)  Unknown
/dev/hda6          Apple_FWDriver Macintosh               200 @ 320
(100.0k)  Unknown
/dev/hda7      Apple_Driver_IOKit Macintosh               512 @ 520
(256.0k)  Unknown
/dev/hda8           Apple_Patches Patch Partition         512 @ 1032
(256.0k)  Unknown
/dev/hda9         Apple_Bootstrap bootstrap              1600 @ 1544
(800.0k)  NewWorld bootblock
/dev/hda10        Apple_UNIX_SVR2 swap                 524288 @ 3144
(256.0M)  Linux swap
/dev/hda11        Apple_UNIX_SVR2 /                   6553600 @ 527432
(  3.1G)  Linux native
/dev/hda12        Apple_UNIX_SVR2 /var                2048000 @ 7081032
(1000.0M)  Linux native
/dev/hda13        Apple_UNIX_SVR2 /lfs                3317760 @ 9129032
(  1.6G)  Linux native
/dev/hda14             Apple_Free Extra                   448 @ 12446792
(224.0k)  Free space
/dev/hda15             Apple_Boot MOSX_OF3_Booter       16384 @ 12447240
(  8.0M)  Unknown
/dev/hda16           Apple_Loader SecondaryLoader        1024 @ 12463624
(512.0k)  Unknown
/dev/hda17              Apple_UFS Mac_OS_X           10221410 @ 12464648
(  4.9G)  Unknown
/dev/hda18              Apple_HFS untitled 3         16384000 @ 22686058
(  7.8G)  HFS

Block size=512, Number of Blocks=39070079
DeviceType=0x0, DeviceId=0x0
Drivers-
1: @ 64 for 23, type=0x1
2: @ 118 for 36, type=0xffff
3: @ 192 for 21, type=0x701
4: @ 246 for 34, type=0xf8ff





Reply to: