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

2008-01-03 Thread new bee
, Anton D Kachalov <[EMAIL PROTECTED]>: > > 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 <http://192.168.15.1> > >

[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