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

2007-10-19 Thread Kjel Delaey
Problem solved!Thanks for helping me out! Kjel D. From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: [Qemu-devel] Kernel panic - not syncing: No init found. Trypassing init= option to kernel.Date: Fri, 19 Oct 2007 19:05:55 +0200 qemu screens From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE

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.

2007-10-19 Thread Christian MICHON
OTECTED] > > To: qemu-devel@nongnu.org > > Subject: Re: RE: [Qemu-devel] Kernel panic - not syncing: No init found. > > Date: Fri, 19 Oct 2007 11:04:07 +0200 > > > > > are you passing an initrd to qemu? > > > > i call qemu like this: > > > > qemu \

RE: [Qemu-devel] Kernel panic - not syncing: No init found.

2007-10-19 Thread Kjel Delaey
I can't find the initramfs file. When I use locate initramfs I can find some initramfs files, but none in the directory where I work in. > From: [EMAIL PROTECTED] > To: qemu-devel@nongnu.org > Subject: Re: RE: [Qemu-devel] Kernel panic - not syncing: No init found. > Date: Fr

Re: RE: [Qemu-devel] Kernel panic - not syncing: No init found.

2007-10-19 Thread Clemens Kolbitsch
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] > > Subject: Re:[Qemu-devel] Kernel panic - not sync

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
is not set # CONFIG_CRC32 is not set # CONFIG_LIBCRC32C is not set CONFIG_PLIST=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_X86_BIOS_REBOOT=y CONFIG_KTIME_SCALAR=y > Date: Fri, 19 Oct 2007 10:12:51 +0200> From: [EMAIL PROTECTED]> To: q

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. > Trypassinginit= 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..