Displaying 4 results from an estimated 4 matches for "50_linux".
Did you mean:
10_linux
2011 Mar 30
13
Grub2 xen priority order
Hey all,
I have moved 10_Linux to 50_Linux and ran update-grub which is fine.
The problem I have is that there is xen-syms in /boot And that is being put first in the boot list which is incorrect.
How do you make /xen.gz at the top so it is booted first?
Thanks
Ian
_______________________________________________
Xen-users ma...
2012 Apr 19
5
Xen on EC2 | Debian Squeeze AMD 64
...p://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
After installing the packages, I get :
uname -a
Linux ip-10-241-22-60 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011
x86_64 GNU/Linux
uname -r
2.6.32-5-xen-amd64
Then I do : mv /etc/grub.d/10_linux /etc/grub.d/50_linux
update-grub2
*
*
*
*
After I reboot but I get this when calling xm :
xm dmesg
WARING! Can''t find version 3.4 of xen utils, fallback to default version!
Error: Unable to connect to xend: No such file or directory. Is xend
running?
When I execute xend I get :
xend
WARING! Can''t...
2013 Jun 06
3
Bug#711420: Xen not booting over Wheezy
...ot accept the keyboard.
I go back into Debian with kernel 3.2.0-4-amd64 and /var/log/xen is empty.
The installation procedure was as follows:
# aptitude install xen-hypervisor-4.1-amd64 xen-linux-system-amd64 xen-utils-4.1 xenwatch xenstore-utils xen-tools
# mv / etc/grub.d/10_linux / etc/grub.d/50_linux
# update-grub2
# reboot
Attached installation information.
***** USO DEL CORREO ELECTRONICO DE CADIVI HACIA INTERNET *****
LA INFORMACION CONTENIDA EN ESTE CORREO Y SUS ANEXOS PUEDE SER DE CARACTER CONFIDENCIAL.
SOLO ESTA PERMITIDO SU USO, COPIA, TRANSMISION, RECEPCION O DISTRIBUCION A PERSONAS...
Bug#604160: vmx flag not set when running xen kernel, but vmx flag is present when in regular kernel
2010 Nov 20
1
Bug#604160: vmx flag not set when running xen kernel, but vmx flag is present when in regular kernel
...is a Thinkpad X61s with L7500 CPU
Windows 7 is on the box, the Thinkpad tools on Windows 7 say VMX is present
Followed the squeeze dom0 instructions at:
http://wiki.debian.org/Xen
aptitude -P install xen-hypervisor-4.0-amd64 linux-image-xen-amd64 xen-tools
mv -i /etc/grub.d/10_linux /etc/grub.d/50_linux
update-grub2
echo "" >> /etc/default/grub
echo "# Disable OS prober to prevent virtual machines on logical volumes from appearing in the boot menu." >> /etc/default/grub
echo "GRUB_DISABLE_OS_PROBER=true" >> /etc/default/grub
update-grub2
# also add...