first, I added:
xennet
xenblk
to /etc/modules
Then, I installed the linux-image-xen-686 package, and finally I added the following to /boot/grub/menu.lst:
title Debian
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-6-xen-686 root=LABEL=PRGMRDISK1 ro
initrd /boot/initrd.img-2.6.18-6-xen-686
xennet
xenblk
to /etc/modules
Then, I installed the linux-image-xen-686 package, and finally I added the following to /boot/grub/menu.lst:
title Debian
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-6-xen-686 root=LABEL=PRGMRDISK1 ro
initrd /boot/initrd.img-2.6.18-6-xen-686
Leave a comment