Hi
yatesco
All proxmox @ OVH users knows that OVH change a lot at original proxmox installation.
I do understand that PROXMOX's people can not help you (they simply do not know what OVH have been changed)
please note that this procedure was tested for proxmox 1.2, 1.3 and 1.4 only - we use it in production on our 5 servers @OVH
I have some
dirty Hack solution for your both of OVH's users problems:
instalation in vKVM mode
-- please install firebug extension to your Firefox (
http://getfirebug.com/)
-- after you reboot your vKVM and select installation of proxmox from FTP with 64bit option enabled you will see 800x600 X-window installation of proxmox
-- please use firebug to change the resolution of vKVM iframe to 1025x769
than you can follow the installation in "NORMAL" way
(please note that it is OVH issue - they should give possibility to change this resolution of vKVM - I have asked them and they said this is impossible ! - but ask them again maybe two voices will convince them
Hanging GRUB boot at very and of proxmox installation.
-- when you have it (boot manager is hanging at 9x%) - simply stop installation of proxmox.
-- reboot your OVH machine in RESCUE MODE (you can setup this at OVH manager)
-- when you are in logged into your server in
rescue mode do this what PROXMOX perl installation script could not do during emulated vKVM mode:
Code:
#------------------ please collect information about your machine
#gateway and ip address - please note them on some paper
ip route list
#-------- scan for LVM discs
lvscan #/dev/pve/root
#--------------- fix filesystems
e2fsck -fcv /dev/sda1
e2fsck -fv /dev/pve/root
#------------ make change root environment at 'p' directory
mkdir p
mount /dev/pve/root p
mount --bind /proc/ p/proc/
mount --bind /sys/ p/sys/
mount --bind /dev p/dev
# ---------- change the root
chroot p
#------------------ reinstall boot manager
mount /dev/sda1 /boot/
grub-install /dev/sda1
grub-install /dev/sda
update-grub
sync
#------setup the network and DNS settings for this machine
vim /etc/network/interfaces
vim /etc/resolv.conf
#------------------ set password for root user
passwd root
#------------------ clean-up (copied from PROXMOX installation script)
unlink /etc/mtab
touch /etc/mtab
unlink /usr/sbin/policy-rc.d
rm -f /sbin/start-stop-daemon
dpkg-divert --remove "/sbin/start-stop-daemon"
#------------------ save buffers and exit the chroot
sync
exit
#----------- setup BOOT FROM HD at OVH server administration panel
#------------------ reboot the server
reboot
both of PROXMOX at OVH user's problems could be solved by Proxmox and by ovh.
proxmox culd make boot options for changing the resolution of installation process and culd also give an option for skiping grubb installation proccess
OVH culd fix their vKVM change resolution option (it is so easy)
Having objective point of view:
OVH should NEVER give people NOT working/changed version of proxmox.
all problems with proxmox at ovh are because OVH changed a loot - they made proxmox useless (no LVM means no snapshots)
From my point of view OVH should ask Proxmox for help in preparation of the image of the proxmox environment @OVH.
But also Proxmox could talk with OVH and suggest this help.
So at the and PROXMOX, OVH and USERS would be very happy
all best for Proxmox OVH and users
aNeutrino
ps. before setting up KVM machines at OVH's proxmox please read this:
http://www.proxmox.com/forum/showthread.php?p=8216
http://help.ovh.co.uk/Proxmox