RE: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Kjel Delaey
quot;. I recommend you instead run your shell on a real console... > Date: Fri, 19 Oct 2007 14:19:55 +0200> From: [EMAIL PROTECTED]> To: > qemu-devel@nongnu.org> Subject: Re: [Qemu-devel] Kernel panic - not syncing: > No init found. Trypassing init= option to kernel.>

Re: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Christian MICHON
On 10/19/07, Kjel Delaey <[EMAIL PROTECTED]> wrote: > > I came home and I tried the stuff at my desktop (I was in school in the > morning). > > I followed your steps Christian and I have also downloaded the > detaolb_v06.iso file. I have also changed the line in .config. > I have extracted "debug"

RE: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Kjel Delaey
u can hack your kernel (if you are into that sortof thing) by changing drivers/char/tty_io.c to change the lines where it sets "noctty = 1;" to instead set it to "0". I recommend you instead run your shell on a real console... > Date: Fri, 19 Oct 2007 14:19:55 +0200> F

Re: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Christian MICHON
Kjel, I managed to compile the kernel with your config file and the vanilla linux 2.6.18.1. With the "debug" initramfs from DetaolB, I get similar error messages. I enabled only CONFIG_BLK_DEV_INITRD=y and the problem was gone. Could you please try this ? I can send you separately (off list) the

Re: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Christian MICHON
try to turn on these: CONFIG_BLK_DEV_INITRD=y CONFIG_BLOCK=y CONFIG_PROC_SYSCTL=y (this one may not be valid for 2.6.18*) -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !

RE: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Kjel Delaey
solution.>>>> ____________>>> From: [EMAIL PROTECTED]>>> To: qemu-devel@nongnu.org; [EMAIL PROTECTED]>>> Subject: Re:[Qemu-devel] Kernel panic - not syncing: No init found.>> Trypassing init= option to kernel.>>> Date:

Re: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Christian MICHON
; > I also tried to enable reiserfs support. I read on a forum that this may be > a solution to the init problem. In my case it wasn't a working solution. > > > > From: [EMAIL PROTECTED] > > To: qemu-devel@nongnu.org; [EMAIL PROTECTED] > >

RE: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Kjel Delaey
qemu-devel@nongnu.org; [EMAIL PROTECTED] > Subject: Re:[Qemu-devel] Kernel panic - not syncing: No init found. > Trypassing init= option to kernel. > Date: Fri, 19 Oct 2007 09:19:59 +0200 > CC: > > On Friday 19 October 2007 09:13:40 [EMAIL PROTECTED] wrote: > > Then I t

Re:[Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.

2007-10-19 Thread Clemens Kolbitsch
On Friday 19 October 2007 09:13:40 [EMAIL PROTECTED] wrote: > Then I try this command: > qemu -m 32 hda rootfs.img kernel linux-2.6.18.1/arch/i386/boot/bzImage > -append “root=/dev/hda \clock=pit” > > and I get the error... > > I tried to pass init=/sbin/init or init=/bin/init but it doesn't help..