Displaying 20 results from an estimated 10000 matches similar to: "can''t boot from cdrom"
2008 Apr 23
10
WinXP CD-ROM problems
I''m running Xen on RHEL5.
I''ve got two problems with CD-ROMs.
In my .hvm file, I''ve got the following line:
disk = [ ''phy:/dev/VG_Guests/WinXP-001,ioemu:hda,w'',
''file:/opt/xen_stuff/winxp.iso,hdc:cdrom,w'',
''phy:/dev/scd0,hdd:cdrom,r'' ]
The first CD-ROM, (the one linking to the file winxp.iso), appears to
WinXP to
2009 Sep 30
2
XEN 3.4.1|HVM|physical disk access
Hello folks,
i do not get access to a physical disk with xen. I would like to install
windows xp as hvm to the physical partition /dev/sdb1.
I partioned the disk with cfdisk. Filesystem type is Linux (83). In my
eyes the filesystem using hvm is insignificant(?).
I tried the following configurations; probably a lot more than this.
#disk = [ ''phy:hda1,hda1,r'' ] (comment from
2008 Jan 26
4
why domain never get run
Hi all ,
When I xm create a domain , it seemed that it never got scheduled ,
why? Following is the out put of xm list:
Name ID Mem VCPUs State Time(s)
Domain-0 0 236 2
r----- 74.9
winxp 5 192 1
------ 0.0
which command should I try further ?
Thank you
2008 Jan 31
5
How-To create Windows HVM?
Hi,
i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest
under Xen 3.1.
I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to
be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d
is enabled in the bios.
When i create the windows guest with ''xm create w2k3 -c" (conf below)
I get:
"Started domain
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample
config file for creating a windows DomU? I have the ISO file from my
windows CD. I''m not using LVM
Thanks in Advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Jun 07
4
WinXP console
I''m using RHEL 5. One of the virtual machines I have running is a
WinXP install. I start this up after I login to X. If I log out of
X, the virtual WinXP is still running (that''s fine with me). However
when I log back into X and start the Virtual Machine Manager, I am
unable to open the machine. It normally says "Virtual Machine Console
is unavailable." There does
2008 Jan 31
5
Exporting a VM
Hi everyone!
I have this doubt, on xenexpress there''s a command to
export and import a vm i think it''s like this
xe vm-export uuid=0099... filename=/path
xe vm-import filename=/path ...
I was wondering if there is something like this on Xen
3.0.3.
If not how can i make a complete backup of my vm to
install it on another computer (is it posible?).
Thanks for your time and
2006 Nov 06
2
No cdrom in windows 2003 HVM guest
Hello,
I have a win2003 HVM guest running, however I cannot see a CDROM device
from the windows machine.
I have ''cdrom=/path_to_my_iso'' in the config file, and this worked fine
for the initial OS install. Now there is no CD device that shows in the
windows device manager.
So, how do I get a CD device to show in win2003?
I''m using xen 3.0.3 compiles from source.
2009 May 12
7
Trying to install windows as guest
Hello everyone,
I am trying to install windows xp as a guest OS. It runs through the
installer just fine, but every time I reboot, it keeps booting back to
the installer.
Here is my config:
------------<code>---------------------------------------
kernel="/usr/lib/xen/boot/hvmloader"
builder="hvm"
memory=512
device_model=''/usr/lib/xen/bin/qemu-dm''
2009 Aug 14
2
Windows 2008 datacenter no cdrom.
[This email is either empty or too large to be displayed at this time]
2012 Oct 27
8
RFH: loopback & blktap(2) and CDROM
Hello,
I''m currently trying to understand some problems I had in the past with mixing
look-back with blktap(2) for HV and PV domains. I''m stuck reading the source
code, so I''d like to get some help from the list. Interrupt me if I got
something fundamentally wrong in my understanding so far:
1. With pure-HV the domU gets an emulated IDE (or whatever) disk. The
2006 Apr 28
9
It is possible to install Windows XP with intel vt now ?
Hi everybody,
I seen many post on running Windows XP on the top of Xen with proper
hardware (Intel Vt) ... I would like to know if at this time, i could do
that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the
procedure ...
In 2 week i will make a show with Intel to demonstrate this possibility ...
If at this time we couldn''t, i will change the contents of the show ;)
2007 Sep 27
5
Share of disks in read only between dom0 and domU.
Hello !
Because of a special config of my grub boot system, i try to export in a domU, in read
only mode, one of my disk partition mounted in the dom0 (in RW) and i don''t succeed
because xen refuse to export this disk partition in a domU.
extract of the conf :
disk = [ ''phy:/dev/sda,ioemu:hda,r'' , ''phy:/dev/sda6,ioemu:sda6,r]'' ,
2006 Jun 29
3
Using physical disk in HVM
Hi, guys.
I''m trying to use physical disks as virtual disks in HVM domains.
But I couldn''t.
I''m using cs10508 of xen-unstable.hg.
When I use
disk = [ ''phy:sda5,ioemu:hda,w'' ]
in conf file, creating HVM domain says, I need to use ''file'' modifier if
I use ''ioemu''.
So, I changed it to
disk = [
2006 Sep 28
3
Bug#389836: xen-hypervisor-3.0-unstable-1-amd64: HVM domU won't start
Package: xen-hypervisor-3.0-unstable-1-amd64
Version: 3.0-unstable+hg11561-1
Severity: important
The HVM domU won't start. The following is the config (comments
stripped).
--------------------begin--------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel =
2010 Jul 04
2
Error: Block device must have physical details specified
Hi,
once again... now i have problems with HVM, when i try to start Windows
XP, it appears
DOM0:~# xm create /etc/xen/Windows.cfg
Using config file "/etc/xen/Windows.cfg".
Error: Block device must have physical details specified
DOM0:~# cat /etc/xen/Windows.cfg
# Kernel ist der HVM-Loader. 265MB RAM sollten zum testen reichen
kernel =
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there,
Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2.
My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there,
Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2.
My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,
2009 May 15
1
Installing Windows 2008 server
Hello,
We are planning to install a Windows 2008 DomU in one of our
servers (SUSE 10/SP2, XEN 3.2).
Does someone have some experience in installing 2008 ?
Are they some know problems (and solutions if possible) to
success in thre process.
Here is the setup we will use for that DomU :
-------------------------------------------------------------------
# SR3 MV9
name="SAP-IDES-ECC"
2008 Feb 13
17
Xen 3.2 is not loading on FC8 - Error: Kernel panic - Attempted to kill init
Hi all,
I compiled and installed Xen 3.2 source on FC8. Compilation and installation
completed with no errors. However when I try to load Xen I get an error:
Kernel panic - Attempted to kill init !!!
This is my grub configuration:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means