Displaying 20 results from an estimated 10000 matches similar to: "How to boot from cdrom?"
2010 Apr 19
1
Attach CDROM to windows
Hi Guys,
Now I am using Xen-4.0.0. I need to attach CDROM from ISO files to vitual
machines when they are running. The VMs contain RHEL4.6, Windows Server 2003
32bit and Windows Server 2006 64bit.
The disk configuration of the VMs is:
disk = [ ''tap:vhd:/guest/SS_test/vhd/hmi-100130.vhd,hda,w''] (1)
When I attach a CDROM to RHEL4.6 VM with the command:
virsh
2010 Apr 19
1
Attach CDROM to windows
Hi Guys,
Now I am using Xen-4.0.0. I need to attach CDROM from ISO files to vitual
machines when they are running. The VMs contain RHEL4.6, Windows Server 2003
32bit and Windows Server 2006 64bit.
The disk configuration of the VMs is:
disk = [ ''tap:vhd:/guest/SS_test/vhd/hmi-100130.vhd,hda,w''] (1)
When I attach a CDROM to RHEL4.6 VM with the command:
virsh
2012 Feb 06
8
Cdrom on Linux domU PV
I tried to use cdrom in domU linux pv (Linux Mint 11 based on Natty).
With ''/mnt/vm/iso/test.iso,raw,xvdb,ro,cdrom'', Mint sees it as internal disk
(not cdrom) and only administrators can mount it.
I tried also ''/dev/scd0,raw,xvdb,ro,cdrom'' does the same thing.
Is possible use cdrom on linux domU pv full working where also normal user
can mount it without
2007 Jan 16
2
Fwd: error, While mounting an Audio Cdrom.
Hi,
I tried to mount an audio cdrom to listen to its music. But It gives the
below error.
why is that ?
-- [root at worldnet ~]# mount /dev/hdc /media/cdrom/
/dev/hdc: Input/output error
mount: block device /dev/hdc is write-protected, mounting read-only
/dev/hdc: Input/output error
mount: /dev/hdc: can't read superblock
[root at worldnet ~]#
Thank you
Indunil Jayasooriya
--
Thank
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
2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
Hi All,
We contributed the problem when CD-ROM was changed as follows.
There was especially no comment though we confirmed the correction method.
Therefore, the patch that corrects these problems is contributed.
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Best Regards,
---
Takanori Kasai
----- Original Message -----
From: "Kasai Takanori"
2009 Oct 12
1
Inquiry:Problem mounting cdrom on my CentOS 5.2 client
Dear All
Please be informed that I needed to mount my cdrom on my CentOS 5.2 client ,
but unsuccessful . I tried as the followings :
#mount -t vfat /dev/cdrom-hdc /mnt/cdrom
Add the following line to /etc/fstab :
/dev/cdrom-hdc /mnt/cdrom vfat noauto,users,noexec,rw,uid=1000,gid=1000 0 0
#mount /mnt/cdrom
But I cannot see the CD content . Can you please do me favor and correct me
?
Thank you in
2010 Jan 13
1
centos on vmware worstation not mounting cdrom
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hello,<br>
<br>
I will appreciate any help on this... I have for testing purposes
CentOS 4.7 running on VMWare workstation 6.5, I need to boot the centos
virtual
2007 Jul 24
4
HVM disc image switching
I''m using Xen 3.1.0 on Debian etch, kernel 2.6.18-4-xen-amd64.
One of the guests runs Windows XP. I am trying to install an
application (Autodesk Inventor) that spans two DVDs.
The config file for the domain in question contains:
disk = [ ''phy:/dev/volgrp0/halebopp,ioemu:hda,w'', '',hdc:cdrom,r'' ]
I ran "xm block-list halebopp --long" and
2013 Apr 26
7
BUG 4.2.2: xl cd-insert corrupts xenstore state
$ git checkout RELEASE-4.2.2
$ git clean -ffdx
[do a build, install, reboot]
$ xl create a0
$ xl cd-eject a0 hdc
[However, the guest OS still sees the CD inserted]
$ xl block-list a0
Segmentation fault
$ xl cd-insert a0 hdc file:/images/xs-tools-6.0.0.iso
Segmentation fault
The problem seems to be that xl cd-eject is writing corrupt values to
xenstore. Note that vbd/1/5632 is still there
2012 Aug 24
2
Physical cdrom passthrough to windows 7 DomU
I''m currently using xen 4.1 on an Ubuntu 12.04 Dom0 and I''m trying to
passthrough the machines phyical cdom drive as
''phy:/dev/cdrom,hdc:cdrom,r'' in the config file. If a cd is present in
the drive on bootup everything works fine; I can read data from the
disk, eject it and so on. If however the drive is empty on startup I
get a bsod of type
2012 Aug 24
2
Physical cdrom passthrough to windows 7 DomU
I''m currently using xen 4.1 on an Ubuntu 12.04 Dom0 and I''m trying to
passthrough the machines phyical cdom drive as
''phy:/dev/cdrom,hdc:cdrom,r'' in the config file. If a cd is present in
the drive on bootup everything works fine; I can read data from the
disk, eject it and so on. If however the drive is empty on startup I
get a bsod of type
2013 Dec 02
2
correct way to hot-add cdrom ?
Good day to all. i have problems with cdrom hot adding code. currently i
using virDomainAttachDevice with type=file, device=cdrom, dev=hdc, this
code works for machine with one ide hdd and one ide cdrom, but this not
work for machine with only one ide hdd, and i looking for solution to
hot add cdrom to machine independent of existing devices or i need way
to determinate which target device
2010 Apr 08
2
Multiple cdrom file-based drives in windows xp hvm?
In my vm2 config i have:
disk = [
''phy:/dev/volumes/vm2-disk,hda,w'',
''phy:/dev/volumes/vm2-swap,hdb,w'',
''phy:/dev/volumes/vm2-data,hdc,w'',
''file:/xen/images/office2007basic.iso,hdd,r'',
''file:/xen/images/printshopinstall.iso,hde,r'',
2009 Feb 14
2
device model failure: no longer running;
hi xen-list,
i have installed xen-3.3.1 from source on a core2duo. the xen kernel
boot fine.
i create a file image with dd and a simple domU config file for windowsXP:
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
kernel = "/usr/lib/xen/boot/hvmloader"
2007 Oct 29
2
Windows 2003 Server Installation Problem in Centos 5 Xen 3.0.3-25.0.4.
Hi,
I am trying to install Windows 2003 server as a guest OS in Centos 5 Xen and installation is freeze , i am attaching screen shot, here is xend log file details
[2007-10-29 17:04:11 xend.XendDomainInfo 3413] DEBUG (XendDomainInfo:190) XendDomainInfo.create(['vm', ['name', 'testwin'], ['memory', '1024'], ['maxmem', '1024'],
2008 Oct 16
1
attaching 2nd vol unsupported?
Hi,
im trying to attach another volume aka disk to win HVM, however it
doesn''t seem to work:
+ xm block-attach win2008ss phy:/dev/zvol/dsk/pool1/win2008ss.dsk2 \
hdd:disk w 0
results in:
elkner.sol ~ > + xm block-list win2008ss --long
(0
(vbd
(uuid 7cb8fadf-619d-dde6-bda9-dcc18023c7d5)
(bootable 1)
(devid 768)
(driver paravirtualised)
2012 Feb 10
2
Detach devices using Libvirt+Xen
Hi!
We're struggling to get device detaching to work reliably using Xen. We can reliably use the same code to manage devices using Libvirt+KVM without any problems. We've tested this on Xen with both CD-ROM and USB devices without success. See below for detailed descriptions.
Thankful for any help!
Regards,
Daniel Espling
---
For CD-ROM, we can mount them using attach-device but
2009 Jan 06
2
Mount CD ROM iso during kickstart postinstall
Mount CD ROM iso during kickstart postinstall
CentOS 5.2 i386
I''m doing a xen virtual machine installation from a DVD iso image with a kickstart file to set network and run scripts and such in the postinstall section.
During the installation the DVD iso is listed as device /tmp/cdrom and mounted on /mnt/source. Once the installation is done and the post install starts the /tmp/cdrom
2013 Dec 05
1
Re: correct way to hot-add cdrom ?
On Thu, Dec 05, 2013 at 01:28:07PM +0200, Alexandr Gluzskiy wrote:
> Alexandr писал 2013-12-02 09:36:
> >Good day to all. i have problems with cdrom hot adding code. currently
> >i using virDomainAttachDevice with type=file, device=cdrom, dev=hdc,
> >this code works for machine with one ide hdd and one ide cdrom, but
> >this not work for machine with only one ide hdd,