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... Hi!

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 in my

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
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
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: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] Kernel panic - not syncing: No init found

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

2007-10-19 Thread Kjel Delaey
@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 try this command: qemu -m 32 hda rootfs.img

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

2007-10-19 Thread Kjel Delaey
/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 From: [EMAIL PROTECTED] To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] Kernel panic - not syncing: No init found

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

2007-10-19 Thread Christian MICHON
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 syncing: No init found