:: xen error
:: how to fix the error
- edit file configure for xen domain
- re-create domain config file
- start xen domain if domain not starting
:: link
+ googlelinux
+ xensource
Error: Kernel image does not exist: /tmp/vmlinuz.ePFTKG or Error: Boot loader didn't return any data!
:: how to fix the error
- edit file configure for xen domain
$ cd /etc/xen/vm/ $ vi xendomain remove line: kernel="/tmp/vmlinux.blabla" add this line: bootloader="/usr/bin/pygrub"
- re-create domain config file
$ xm create /etc/xen/vm/xendomain
- start xen domain if domain not starting
$ xm start xendomain
:: link
+ googlelinux
+ xensource
Comments
Post a Comment