From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tinyArch.localdomain (unknown [78.110.170.148]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E0D2EE004E9 for ; Tue, 27 Sep 2011 05:05:23 -0700 (PDT) Received: from [192.168.0.57] (unknown [195.171.99.130]) by tinyArch.localdomain (Postfix) with ESMTPSA id 6059522D12 for ; Tue, 27 Sep 2011 12:14:52 +0100 (BST) Message-ID: <4E81BBFF.7040400@communistcode.co.uk> Date: Tue, 27 Sep 2011 13:05:19 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <4E8191BC.9030207@communistcode.co.uk> In-Reply-To: <4E8191BC.9030207@communistcode.co.uk> Subject: Re: QEMU nfs kernel panic X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 12:05:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 27/09/2011 10:05, Jack Mitchell wrote: > I am using the stock sysroot and arm kernel zImage downloaded from the > yocto site. When I try to boot QEMU all is well until it tries to > mount the nfs root filesystem. It can't find it and the kernel panics, > I have set --debug all on in the runqemu-export-rootfs script but it > throws no further errors. Does anyone have any idea why it would do > this, is it possible that there is something wrong with the nfs > implementation in the kernel and the module is not loaded correctly, > or is it more likely that the nfs share isn't mounted on my machine > and the kernel cannot find it. > > Screenshot of kernel panic: http://imgur.com/UbPTT > > The only thing that jumps out at me is in the kernel boot up the > rootfs doesn't have a value as can be seen in the screenshot, but I > don't know if this is normal or not? > > Cheers, > Jack. > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Ok, I managed to fix it. I needed to load the tun module to get it working. Maybe this should be added as a check in runqemu? I am now having issues with connecting to the live image, I recieve a connection refused message when I try to upload the file to the virtual machine, I have just the stick minimal-dev image so no additional passwords set.