|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Running Debian as DomU
Yes, that was the one and only problem.
I created an initial ramdisk:
mkinitrd -f --with=ext3 --preload=ext3 --with=xennet --builtin=aic7xxx
--builtin=serverworks --preload=xenblk --omit-raid-modules
--omit-lvm-modules --fstab=/mnt/etc/fstab /boot/xen-initrd.img
<my_kernel_version>
Now everything works perfectly!
Thanks so much!!!
Holger
Am 16.04.2007 19:33 Uhr schrieb "Luke S. Crawford" unter <lsc@xxxxxxxxx>:
> On Mon, 16 Apr 2007, Holger Wesser wrote:
>> XENBUS: Device with no driver: device/vbd/2049
>> XENBUS: Device with no driver: device/vbd/2050
>
>
> It might not be your only problem, but this is your biggest problem; to
> fix this problem, you need to create a initrd with the --preload xenblk
> option.
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|