Le Vendredi 21 Septembre 2001 15:00, Guillaume Cottenceau a �crit :
> Fabrice FACORAT <[EMAIL PROTECTED]> writes:
> [...]
> > > * mounting sdc3 on /mnt/ as type xfs
> > > * calling mount(/dev/sdc3, /mnt, xfs, -1058209792, )
>
> For later problem -> your root FS seems to be XFS here. See lower for
> more.
I know.
> [...]
> > > * running: mkbootdisk --noprompt --appendargs hdc=ide-scsi devfs=mount
> > > --device /dev/fd0 2.4.8-24mdk with root /mnt
> > > mke2fs 1.24a (02-Sep-2001)
> > > gzip: stdout: No space left on device # it failed
> > > * step `createBootdisk' finished # it didn't notice it
>
> Yep. Soon to be uploaded `mkbootdisk-1.4.2-6mdk.i586.rpm' should fix that.
does this new mkbootdisk warn me if it failed because of such error ? because
I was a little bit surprise when I use the boot disk.
> > remember : xfs + JFS + reiserfs + ext3 + aic7xxx
> Well, what do you mean ? Can you look at the ddebug.log if you still have
> it, and see in mkinitrd -v what modules are used ? Concerning FS modules,
> only the module for your root-fs will be used, so in that situation JFS,
> reiserfs, and ext3 modules would not be in the initrd, or there is a bug.
yes but there's a problem after.
> [...]
> > ok now i boot with lilo text but it failed with a kernel panic !
> >
> > > read_super_block: can't find reiserfs filesystem on dev 08:23
> > > read_old_superblock: try to find super block in old location
> > > read_old_superblock: can't find a reiserfs filesystem on dev 08:23
> > > mount: error 22 mounting reiserfs flags Freeing unused kernel meomry
> > > 712k
> >
> > freed
> >
> > > Kernel panic: No init found. try passing init= option to kernel
> > I noticed that reiserfs was not in the ramdisk
> But your root fs is XFS or Reiserfs filesystem ? Can you copy your
> /etc/fstab ?
here is the problem. i can't understand this failure as it was /home in
reiserfs ( notail option ). I was my first explanation. But maybe the problem
commes from the notail option.
/dev/sdc3 / xfs defaults 1 1
/dev/sdc1 /boot ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sdc6 /home reiserfs notail 1 2
/mnt/cdrom /mnt/cdrom supermount dev=/dev/scd2,fs=iso9660,exec,ro 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount dev=/dev/hdd,fs=iso9660,exec,ro 0 0
/mnt/cdrom3 /mnt/cdrom3 supermount dev=/dev/scd0,fs=iso9660,exec,ro 0 0
/mnt/cdrom4 /mnt/cdrom4 supermount dev=/dev/scd1,fs=iso9660,exec,ro 0 0
/mnt/floppy /mnt/floppy supermount
dev=/dev/fd0,fs=vfat,exec,--,iocharset=iso8859-15,umask=0,sync,codepage=850 0
0
/dev/sda5 /mnt/win_d vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
/dev/sda6 /mnt/win_e vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
/dev/hda1 /mnt/windows vfat iocharset=iso8859-15,umask=0,codepage=850 0 0
none /proc proc defaults 0 0
/dev/sdc4 /usr jfs defaults 1 2
/dev/sdc5 swap swap defaults 0 0
/dev/sdb5 swap swap defaults 0 0
/dev/hda5 swap swap defaults 0 0
verything was fine during the format :
* formatting device sdc6 (type Journalised FS: ReiserFS)
* running: mkreiserfs -f -q /dev/sdc6
mkreiserfs, 2001 - reiserfsprogs 3.x.0j
===================================================================
LEAF NODE (8211) contains level=1, nr_items=2, free_space=3932 rdkey
-------------------------------------------------------------------------------
|###|type|ilen|f/sp| loc|fmt|fsck| key
|
| | | |e/cn| | |need|
|
-------------------------------------------------------------------------------
| 0|1 2 0x0 SD, len 44, entry count 0, fsck need 0, format new|
(NEW SD), mode drwxr-xr-x, size 48, nlink 2, mtime 09/20/2001 17:07:17 blocks
8
-------------------------------------------------------------------------------
| 1|1 2 0x1 DIR, len 48, entry count 2, fsck need 0, format old|
###: Name length Object key Hash Gen
number
0: ". "( 1) 1 2 0 1,
loc 40, state 4 ??
1: ".. "( 2) 0 1 0 2,
loc 32, state 4 ??
===================================================================
Creating reiserfs of 3.6 format
Block size 4096 bytes
Block count 602429
Used blocks 8230
Free blocks count 594199
First 16 blocks skipped
Super block is in 16
Bitmap blocks (19) are :
17, 32768, 65536, 98304, 131072, 163840, 196608, 229376, 262144, 294912,
327680, 360448, 393216, 425984, 458752, 491520, 524288, 557056, 589824
Journal size 8192 (blocks 18-8210 of file /dev/sdc6)
Root block 8211
Hash function "r5"
Initializing journal - 0%....20%....40%....60%....80%....100%
Syncing..
ReiserFS core development sponsored by SuSE Labs (suse.com)
Journaling sponsored by MP3.com.
To learn about the programmers and ReiserFS, please go to
http://www.devlinux.com/namesys
Have fun.
* mounting sdc6 on /mnt/home as type reiserfs
* running: /usr/bin/insmod_ 2> /dev/tty5 -f /tmp/reiserfs.o
* calling mount(/dev/sdc6, /mnt/home, reiserfs, -1058209792, notail)
* warning: can't open /etc/raidtab for reading: No such file or directory
> > > * running: mkinitrd -v -f /boot/initrd-2.4.8-24mdk.img --ifneeded
> > > 2.4.8-24mdk with root /mnt
> > > Using modules: ./kernel/drivers/scsi/scsi_mod.o
> > > ./kernel/drivers/scsi/sd_mod.o ./kernel/drivers/scsi/aic7xxx/aic7xxx.o
> > > ./kernel/fs/pagebuf/pagebuf.o ./kernel/fs/xfs_support/xfs_support.o
> > > ./kernel/fs/xfs/xfs.o
>
> From here it seems that your rootfs is XFS, again.
from report.bug ( interesting parts ) :
Disk /dev/sdc: 255 heads, 63 sectors, 1116 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 31 248976 83 Linux
/dev/sdc2 752 1116 2931862+ 5 Extended
/dev/sdc3 32 165 1076355 83 Linux
/dev/sdc4 166 751 4707045 83 Linux
/dev/sdc5 752 816 522081 82 Linux swap
/dev/sdc6 817 1116 2409718+ 83 Linux
Partition table entries are not in disk order
********************************************************************************
* cmdline
********************************************************************************
ramdisk_size=32000 initrd=cdrom.rdz automatic=method:cdrom root=/dev/ram3
vga=788 BOOT_IMAGE=vmlinuz auto
********************************************************************************
* lsmod
********************************************************************************
loop 7536 0
lp 5712 0
parport_pc 22320 1
parport 21056 1 [lp parport_pc]
printer 5408 0
tulip 31696 0 (unused)
reiserfs 142000 1
jfs 139664 1
ext3 57408 0
jbd 32672 0 [ext3]
xfs 377312 1
xfs_support 5792 0 [xfs]
pagebuf 20096 1 [xfs xfs_support]
vfat 8848 3
fat 28416 0 [vfat]
serial 66080 0
usb-uhci 19584 0 (unused)
usbcore 46336 1 [printer usb-uhci]
af_packet 8272 0 (unused)
sd_mod 10528 8
isofs 14984 1
aic7xxx 102508 8
sr_mod 12648 0
scsi_mod 48168 3 [sd_mod aic7xxx sr_mod]
ide-cd 25980 1
cdrom 28704 0 [sr_mod ide-cd]
8 32 8971292 sdc 56776 1908719 4961357 181340 259462 495632 4938305
8066530 0 1726720 8249590
8 33 248976 sdc1 15702 732932 1497268 29540 1522 37894 79028 106900
0 37860 136440
8 34 1 sdc2 4 0 8 0 0 0 0 0 0 0 0
8 35 1076355 sdc3 1284 6685 60319 22340 61453 140508 1369245 2955670
0 334470 2979620
8 36 4707045 sdc4 5089 20523 204548 44540 195110 252816 3358192
4827340 0 1399850 4871970
8 37 522081 sdc5 17509 635195 2088750 55910 2 2 14 10 0 55920 55920
8 38 2409718 sdc6 17057 513378 1110190 28770 1353 64412 131782
176590 0 33950 205360
<4>SCSI device sda: 35885168 512-byte hdwr sectors (18373 MB)
<6> sda: sda1 sda2 < sda5 sda6 >
<4>(scsi0:A:1): 40.000MB/s transfers (40.000MHz, offset 31)
<4>SCSI device sdb: 17916240 512-byte hdwr sectors (9173 MB)
<6> sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 >
<4>(scsi0:A:2): 40.000MB/s transfers (40.000MHz, offset 31)
<4>SCSI device sdc: 17942584 512-byte hdwr sectors (9187 MB)
<6> sdc:
> > biiiiiiiiiip. where are the partitions tables ?
<4>JFS development version: $Name: v1_0_5 $
<4>reiserfs: checking transaction log (device 08:26) ...
<4>Using r5 hash to sort names
<4>ReiserFS version 3.6.25
--
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html