Re: init process freezed after run_init_process

2005-04-19 Thread rjy
Jan Engelhardt wrote: Make your own initrd and put a bash into it. Then start that, e.g. (for our linux live cd), initrd=initrd.sqfs root=/dev/ram0 init=/bin/bash I have tried these kernel parameters: init=/bin/bash init=/linuxrc init=/init init=/sbin/init None works. What's the error message? No

Re: init process freezed after run_init_process

2005-04-08 Thread Jan Engelhardt
>> Make your own initrd and put a bash into it. Then start that, e.g. (for >> our linux live cd), initrd=initrd.sqfs root=/dev/ram0 init=/bin/bash > > I have tried these kernel parameters: > init=/bin/bash > init=/linuxrc > init=/init > init=/sbin/init > None works. What's the error message? > Al

Re: init process freezed after run_init_process

2005-04-07 Thread rjy
Apply these rules: 1.) If you do provide an initrd= thing, the initrd is being looked for /linuxrc. I have add /linuxrc, /init and /bin/init, all link to /sbin/init. It just refuses to work ... :( Only VIA IDE chipset maybe, but you don't usually need that for just-initrd. You'd need that for the

Re: init process freezed after run_init_process

2005-04-07 Thread Jan Engelhardt
> Thanks for kindly reply, :) > > No. I got the same problem without linuxrc. > As I mount ram0 as root, linuxrc is not necessary. Right? Apply these rules: 1.) If you do provide an initrd= thing, the initrd is being looked for /linuxrc. 2.) If the root is the same as the ramdisk, then the initrd

Re: init process freezed after run_init_process

2005-04-06 Thread rjy
Thanks for kindly reply, :) Jan Engelhardt wrote: This is my grub config: - root (hd0,0) kernel /bzImage.via.386 root=/dev/ram0 rw ramdisk=49152 initrd /initrd.gz - Does it work if you add " ramdisk=65536 init=/linuxrc " ? No. I got the same