hi,
i wanna boot an sbc in linux,i m using kernel 2.4.24-xfs kernel image,and i m also using a custom made file system,initrd,and i m using Grub boot loader,my grub.conf file looks like
Code:
default 0
timeout 5
title R&D FC
root (hd0,0)
kernel /boot/vmlinuz ram_disksize=100000 root=/dev/hdc1 rw init=/sbin/init
initrd /boot/initrd.gz
I have loaded the rootfilesystem n everything else ona Compact flash card.
My booting starts but then it hangs at hte line
"Freeing unused kernel memory:126k"
Ideally just after this step the init is supposed to start
but probably my system is not getting init.
my init is at /sbin/init as given in grub.conf
wot can be the problem
ANY INPUT IS APPRECIATED
regards
rakesh