I have installed woody and have run an apt-get dist-upgrade against your repository. Whenever I install one of you kernels however, I get this on boot: RAMDISK: cramfs filesystem found at block 0 RAMDISK: Loading 2116 blocks [1 disk] into ramdisk... done. Freeing initrd memory: 2116k freed sh-2021: reiserfs_read_super: cannot find reiserfs on ramdisk(1,0) Kernel panic: VFS: unable to mount rootfs on 03:02 All I can do here is hit the power switch. I've tried: kernel-image-2.4.25-zorpos-pentium kernel-image-2.4.22-zorpos-pentium /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 7 model name : Pentium III (Katmai) stepping : 3 cpu MHz : 498.860 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 996.14 /etc/lilo.conf (comments removed): lba32 boot=/dev/hda install=/boot/boot-menu.b map=/boot/map delay=200 vga=normal default=Linux prompt image=/boot/vmlinuz root=/dev/hda2 label=Linux initrd=/boot/initrd.img read-only image=/boot/vmlinuz.old root=/dev/hda2 label=LinuxOLD read-only optional Thanks, Phil
Hi, 2004-08-21, szo keltezéssel 00:59-kor Phil Moors ezt írta:
Whenever I install one of you kernels however, I get this on boot:
RAMDISK: cramfs filesystem found at block 0 RAMDISK: Loading 2116 blocks [1 disk] into ramdisk... done. Freeing initrd memory: 2116k freed sh-2021: reiserfs_read_super: cannot find reiserfs on ramdisk(1,0) Kernel panic: VFS: unable to mount rootfs on 03:02
Unfortunately our kernels do not contain the patch which enables to use CRAMFS filesystems as initrd. The mkinitrd package in Debian Woody is configured to create CRAMFS images by default, so unless you change the /etc/mkinitrd/mkinitrd.conf config file. You have to add/change the line to that file: # Command to generate the initrd image. MKIMAGE='genromfs -d %s -f %s > /dev/null' -- Regards, Krisztian KOVACS
On Mon, 2004-08-23 at 09:12, KOVACS Krisztian wrote:
Hi,
2004-08-21, szo keltezéssel 00:59-kor Phil Moors ezt írta:
Whenever I install one of you kernels however, I get this on boot:
RAMDISK: cramfs filesystem found at block 0 RAMDISK: Loading 2116 blocks [1 disk] into ramdisk... done. Freeing initrd memory: 2116k freed sh-2021: reiserfs_read_super: cannot find reiserfs on ramdisk(1,0) Kernel panic: VFS: unable to mount rootfs on 03:02
Unfortunately our kernels do not contain the patch which enables to use CRAMFS filesystems as initrd. The mkinitrd package in Debian Woody is configured to create CRAMFS images by default, so unless you change the /etc/mkinitrd/mkinitrd.conf config file. You have to add/change the line to that file:
# Command to generate the initrd image. MKIMAGE='genromfs -d %s -f %s > /dev/null'
Yes, Krisztian is definitely right, I've missed this step in my original post as our install program does this automatically. -- Bazsi
participants (3)
-
Balazs Scheidler
-
KOVACS Krisztian
-
Phil Moors