I put up a build machine to try and build some stuff on Bering. My first
task was to compile the kernel and look at replicating the build process
using gcc 2.95 and glibc2.0. Compilation gave me a 1MB kernel using default
config file that came with the Bering kernel sources tarball. Used make
bzimage. Bootup failed with kernel panic.

The following is the boot error that is appearing at the the time of bootup.
----------------------------------------------------------------------------
--------------------
ds: no socket drivers loaded
RAMDISK: compressed image found at block 0 Freeing initrd memory: 401k freed
Kernel Panic: VFS: Unable to mount root fs on 01:00


The grub entry is as follows:

title Bering 1.2
kernel /bering-linux init=/linuxrc rw root=/dev/ram0 vga = 769
boot=/dev/fd0u1680:msdos \
  PKGPATH=/dev/fd0u1680 initrd=initrd.lrp \
 
LRP=root,etc,log,local,modules,keyboard,iptables,shorwall,dnscache,ulogd,web
let

----------------------------------------------------------------------------
--------------------

Any pointers where the error might be? To my knowlledge, minix and msdos
filesystem drivers are compiled in default config, is it not?

Warm regards
Mohan 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to