Hi everyone, I am still struggling to install a Windows XP host within my virtual machine manager, i can't seem to do a http, ftp and nfs. Can someone explain a simpler way of installing i have read all the Redhat documentation but still struggling :-(
Thanks
Mark
On Wed, Mar 9, 2011 at 9:19 AM, Mark Smith m.smith2k@gmail.com wrote:
Hi everyone, I am still struggling to install a Windows XP host within my virtual machine manager, i can't seem to do a http, ftp and nfs. Can someone explain a simpler way of installing i have read all the Redhat documentation but still struggling :-(
Can you provide more details about _how_ you're attempted to perform the installation. Having this information will make it easier to see where things are going wrong.
Hi Thom, Well i have an iso file and followed the instructions on the redhat website to do a http install but when i copied the iso file over to the correct public directory it extracted all the files which then in turn i could not work out how to install it.
Mark
On 9 March 2011 16:29, Thomas Smith theitsmith@gmail.com wrote:
On Wed, Mar 9, 2011 at 9:19 AM, Mark Smith m.smith2k@gmail.com wrote:
Hi everyone, I am still struggling to install a Windows XP host within my virtual
machine
manager, i can't seem to do a http, ftp and nfs. Can someone explain a simpler way of installing i have read all the Redhat documentation but
still
struggling :-(
Can you provide more details about _how_ you're attempted to perform the installation. Having this information will make it easier to see where things are going wrong. _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
Ok once mounted now what do i do?
Mark
2011/3/9 Ricardo Sardá da Silva ricardo.sarda@hoplon.com
Have yout tried to mount the iso on a dir?
Like:
# mount -o loop windowsxp.iso /home/root/winxp/
and put it on the config?
Em 09/03/2011 13:33, Mark Smith escreveu:
Hi Thom, Well i have an iso file and followed the instructions on the redhat website to do a http install but when i copied the iso file over to the correct public directory it extracted all the files which then in turn i could not work out how to install it.
Mark
On 9 March 2011 16:29, Thomas Smith theitsmith@gmail.com wrote:
On Wed, Mar 9, 2011 at 9:19 AM, Mark Smith m.smith2k@gmail.com wrote:
Hi everyone, I am still struggling to install a Windows XP host within my virtual
machine
manager, i can't seem to do a http, ftp and nfs. Can someone explain a simpler way of installing i have read all the Redhat documentation but
still
struggling :-(
Can you provide more details about _how_ you're attempted to perform the installation. Having this information will make it easier to see where things are going wrong. _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
CentOS-virt mailing listCentOS-virt@centos.orghttp://lists.centos.org/mailman/listinfo/centos-virt
CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
On Wed, Mar 9, 2011 at 9:46 AM, Mark Smith m.smith2k@gmail.com wrote:
Ok once mounted now what do i do?
Mark
2011/3/9 Ricardo Sardá da Silva ricardo.sarda@hoplon.com
Have yout tried to mount the iso on a dir?
Like:
# mount -o loop windowsxp.iso /home/root/winxp/
and put it on the config?
Mark,
With all due respect to Ricardo, this is not the correct way to install Windows into a Xen guest.
Don't mount or do anything else with the ISO. All you need to do is add it to your config--Xen can read it directly.
~ Tom
Thomas,
You're right. From this procedure is not possible to install with iso mounted on a dir... I do it by other method..
Em 09/03/2011 14:59, Thomas Smith escreveu:
On Wed, Mar 9, 2011 at 9:46 AM, Mark Smithm.smith2k@gmail.com wrote:
Ok once mounted now what do i do?
Mark
2011/3/9 Ricardo Sardá da Silvaricardo.sarda@hoplon.com
Have yout tried to mount the iso on a dir?
Like:
# mount -o loop windowsxp.iso /home/root/winxp/
and put it on the config?
Mark,
With all due respect to Ricardo, this is not the correct way to install Windows into a Xen guest.
Don't mount or do anything else with the ISO. All you need to do is add it to your config--Xen can read it directly.
~ Tom _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
Ok i am trying the route of what Thomas suggested and i just got this error host does not support virtualization type 'hvm'
Mark
On 9 March 2011 17:59, Thomas Smith theitsmith@gmail.com wrote:
On Wed, Mar 9, 2011 at 9:46 AM, Mark Smith m.smith2k@gmail.com wrote:
Ok once mounted now what do i do?
Mark
2011/3/9 Ricardo Sardá da Silva ricardo.sarda@hoplon.com
Have yout tried to mount the iso on a dir?
Like:
# mount -o loop windowsxp.iso /home/root/winxp/
and put it on the config?
Mark,
With all due respect to Ricardo, this is not the correct way to install Windows into a Xen guest.
Don't mount or do anything else with the ISO. All you need to do is add it to your config--Xen can read it directly.
~ Tom _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
On Wed, Mar 9, 2011 at 12:15 PM, Mark Smith m.smith2k@gmail.com wrote:
Ok i am trying the route of what Thomas suggested and i just got this error host does not support virtualization type 'hvm'
Your CPU may not support the required virtualization extensions for running Windows in Xen.
This command
egrep "(vmx|svm)" /proc/cpuinfo
should provide some output. If it does not, you will not be able to run Windows on this particular computer.
~ Tom
Am 09.03.2011 21:38, schrieb Thomas Smith:
On Wed, Mar 9, 2011 at 12:15 PM, Mark Smith m.smith2k@gmail.com wrote:
Ok i am trying the route of what Thomas suggested and i just got this error host does not support virtualization type 'hvm'
Your CPU may not support the required virtualization extensions for running Windows in Xen.
This command
egrep "(vmx|svm)" /proc/cpuinfo
should provide some output. If it does not, you will not be able to run Windows on this particular computer.
~ Tom
http://wiki.centos.org/HowTos/Xen/InstallingHVMDomU
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html-single/Vir...
Alexander
On Wed, Mar 9, 2011 at 9:33 AM, Mark Smith m.smith2k@gmail.com wrote:
Hi Thom, Well i have an iso file and followed the instructions on the redhat website to do a http install but when i copied the iso file over to the correct public directory it extracted all the files which then in turn i could not work out how to install it.
HTTP installs are for RHEL guests (or others that support that type of install). For Windows guests, mount the ISO image in the guest's configuration. The guest should boot to the ISO when you first launch it (assuming your guests disk image doesn't have a bootable partition).
This link may help get you started. It's all command line, but it accurate for what you want to do.
* http://wiki.xensource.com/xenwiki/HowToXenWindowsOnCentOS5
I tend to prefer using the Virtual Machine Manager for my Xen configs, but it's really just a matter of preference. :-)