Answer the question
In order to leave comments, you need to log in
What to do if the virtual machine does not start in Xen Server 6.2?
I am planning to migrate from old versions of Xen Server 6.2 to 6.5 (I know that 7.0 has already been released)
I take a snapshot, export it to a backup file, copy it to another server, 6.5 everything goes well, but the machine does not start. Loader error. And for the life of me, the motives are incomprehensible.
"Failed","Starting VM '******-SN-2016-06-02'
Internal error: xenopsd internal error: VM = 1e1732a1-48ec-0a66-8091-3a2a4824db31; domid = 6; Bootloader.Bad_error Using <class 'grub.GrubConf.Grub2ConfigFile'> to parse /grub/grub.cfg
WARNING:root:Unknown directive load_video
WARNING:root:Unknown directive terminal_output
WARNING:root:Unknown image directive load_video
WARNING:root:Unknown image directive load_video
WARNING:root:Unknown directive source
Traceback (most recent call last):
File "/usr/bin/pygrub", line 966, in ?
output_directory, not_really)
File "/usr/bin/pygrub", line 781, in copy_from_image
dir=output_directory)
File "/usr/lib/python2.4/tempfile.py", line 302, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/usr/lib/python2.4/tempfile.py", line 236, in _mkstemp_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/var/run/xend/boot/boot_kernel.q93Gza'
Time: 00:00:03","***","Jun 2, 2016 10:49 PM"
# DO NOT EDIT THIS FILE
# Здесь указана часть конфига, полная доступна по ссылке: http://pastebin.com/xt1vRgNq
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 6495c800-bf38-4b63-b873-d46676f6d5c8
echo 'Loading Linux 3.2.0-4-amd64 ...'
linux /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/nr-root ro console=hvc0 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 6495c800-bf38-4b63-b873-d46676f6d5c8
echo 'Loading Linux 3.2.0-4-amd64 ...'
linux /vmlinuz-3.2.0-4-amd64 root=/dev/mapper/nr-root ro single console=hvc0
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.2.0-4-amd64
}
### END /etc/grub.d/10_linux ###
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question