|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] no eth0 on guest
Hi alian!
I think you need to specify at least
vif = [ '' ]
for the eth0 device to come up in the host.
Regards,
Pablo
On Tue, Jun 20, 2006 at 03:49:44PM +0200, alian wrote:
> config file for the guest:
>
> # Kernel image file.
> kernel = "/boot/vmlinuz-xen"
>
> # Initial memory allocation (in megabytes) for the new domain.
> memory = 256
>
> # A name for your domain. All domains must have different names.
> name = "Suse80"
>
> disk = [ 'phy:sda5,hdc5,w', 'phy:sda6,hdc6,r' ]
>
> # Set if you want dhcp to allocate the IP address.
> dhcp="dhcp"
>
> # Set the hostname.
> hostname= "suse80"
>
> # Set root device.
> root = "/dev/hdc5 ro"
>
> # Sets runlevel 4.
> extra = "4"
>
> The only difference with the master is I didn't use the initrd, because
> with it, boot fail with:
>
> Waiting for device /dev/hdc5 to appear: ok
> rootfs: major=22 minor=5 devn=5637
> Mounting root /dev/hdc5
> mount: No such device
> Kernel panic - not syncing: Attempted to kill init!
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
--
Pablo Javier Roca Mendez
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|