Applicable to:
- SolusVM
Symptoms
- VPS does not start in SolusVM - VPS stays offline
-
When trying to start VPS manually on Xen node the following error is displayed:
# xl create /home/xen/vm101/vm101.cfg
Parsing config from /home/xen/vm101/vm101.cfg
xc: error: panic: xc_dom_core.c:208: failed to open file '/boot/solus-vmlinuz': No such file or directory: Internal error
libxl: error: libxl_dom.c:748:libxl__build_pv: xc_dom_kernel_file failed: No such file or directory
libxl: error: libxl_create.c:1259:domcreate_rebuild_done: cannot (re-)build domain: -3
libxl: error: libxl.c:1572:libxl__destroy_domid: non-existant domain 592
libxl: error: libxl.c:1531:domain_destroy_callback: unable to destroy guest with domid 592
libxl: error: libxl.c:1460:domain_destroy_cb: destruction of domain 592 failed
Cause
The symlink '/boot/solus-vmlinuz' is missing.
Resolution
- Connect to Xen node via SSH
- Recreate the symlink with the command:
# php -f /usr/local/solusvm/includes/xenkernel.php
Comments
0 commentsPlease sign in to leave a comment.