|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Installing a Debian Etch DomU using debootstrap
> I don't understand how to do the step: "You need to copy the DomU
> kernel's /lib/modules/<version> to the initrd. "
>
On Dom0, do:
uname -r
(make sure the output is the -xen kernel)
Then do:
mkinitramfs -o /tmp/debian-installer/amd64/initrd.img-2.6.18-6-xen-amd64
`uname -r`
That command will create the initrd named:
/tmp/debian-installer/amd64/initrd.img-2.6.18-6-xen-amd64
using the modules on your dom0 that will work in the domU
Then, change this line in your domU config
> initrd = "/tmp/debian-installer/amd64/initrd.gz"
to:
initrd = "/tmp/debian-installer/amd64/initrd.img-2.6.18-6-xen-amd64"
Hope that helps.
Cheers,
Todd
--
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|