Re: [Qemu-devel] the problem of booting linux kernel from NFS

2008-01-03 Thread new bee
Yes, I just know the reason: The kernel cannot find the default netcard ne2k_pci although I have selected the driver module, when I use other card like rtl8139 or ne2k_isa, it works well. By the way, I use ubuntu 7.10 and the kernel is 2.6.22. Thank you very much Regards, Hanliang 2008/1/3, An

Re: [Qemu-devel] the problem of booting linux kernel from NFS

2008-01-03 Thread Anton D Kachalov
Hello¸ new bee wrote: ... when I boot the new kernel, there is the message : IP-Config: No network device available Looking up port of RPC 13/2 on 192.168.15.1 and the kernel cannot mount the root fs.but the kernel has the network device driver. What is the reason?

[Qemu-devel] the problem of booting linux kernel from NFS

2008-01-02 Thread new bee
Hi,All: I want to boot kernel from NFS, so I compile a kernel supported NFS & TUN/TAP device and change the /etc/qemu-ifup like this: #!/bin/sh sudo -p "Password for $0:" /sbin/ifconfig $1 192.168.15.1 when I boot the new kernel, there is the message : IP-Config: No network device available Loo