smallapple 写了:EYUeyu 写了:smallapple 写了:xen的菜单没弄过,你把原来的 xen 的 menu.lst 贴上来看看
title Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-2-xen-686
root (hd0,3)
kernel /boot/xen-3.2-1-i386.gz
module /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/sda6 ro quiet
module /boot/initrd.img-2.6.26-2-xen-686
还真搞不懂
试试
menuentry "Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-2-xen-686″ {
set root=(hd0,4)
multiboot /boot/xen-3.2-1-i386.gz
module /boot/vmlinuz-2.6.26-2-xen-686 root=/dev/sda6 ro quiet
module /boot/initrd.img-2.6.26-2-xen-686
}
试过了,还是不行
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686 (on /dev/sda6)" {
set root=(hd0,3)
linux /vmlinuz-2.6.26-2-686 root=/dev/sda6 ro quiet
initrd /initrd.img-2.6.26-2-686
}
menuentry "Xen 3.2-1-i386 /Debian kernel 2.6.26-2-xen-686 (on /dev/sda6)" {
set root=(hd0,3)
multiboot (hd0,3)/xen-3.2-1-i386.gz dom0_mem=1024M
module (hd0,3)/vmlinuz-2.6.26-2-xen-686 root=/dev/sda6 ro console=tty0
module (hd0,3)/initrd.img-2.6.26-2-xen-686
}
上面不带xen的可以正常启动,下面带xen的不行