[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: [Fedora-xen] How can I boot using CD-ROM/ ISO?
- From: "Zhao, Fan" <fan zhao intel com>
- To: "Tiago Cruz" <tiagocruz ig com br>, <tscherf redhat com>
- Cc: fedora-xen redhat com
- Subject: RE: [Fedora-xen] How can I boot using CD-ROM/ ISO?
- Date: Fri, 27 Oct 2006 10:00:37 +0800
Tiago,
I think you need to append your iso file in the disk line of your config file, such as:
disk = [ 'phy:/dev/xen/fedora6.raiz,sda,w', 'file:/fedora-iso/FC-5-x86_64-disc1.iso:cdrom,r' ]
and the cdrom line is not needed. I'm not quite sure if this is what you want to ask, but you can have a try:-).
Best regards,
Fan
-----Original Message-----
From: fedora-xen-bounces redhat com [mailto:fedora-xen-bounces redhat com] On Behalf Of Tiago Cruz
Sent: 2006年10月26日 23:04
To: tscherf redhat com
Cc: fedora-xen redhat com
Subject: Re: [Fedora-xen] How can I boot using CD-ROM/ ISO?
On Thu, 2006-10-26 at 16:21 +0200, Thorsten Scherf wrote:
> HVM = Hardware Virtual Machine
Oh, thanks... I really don't know whats means this!!! :)
> Could you post for fedora6 config file?
Yes, off course:
[root xen xen]# egrep -v '^#|^$' fedora6
import os, re
arch = os.uname()[4]
arch_libdir = 'lib'
kernel = "/boot/vmlinuz-2.6.18-1.2200.fc5xenU"
ramdisk = "/boot/initrd-2.6.18-1.2200.fc5xenU.img"
memory = 512
name = "fedora6"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/xen/fedora6.raiz,sda,w', ',sdb:cdrom,r' ]
root = "/dev/sda1 ro"
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom = "/fedora-iso/FC-5-x86_64-disc1.iso"
boot="d"
sdl=1
vnc=0
stdvga=0
serial='pty'
Thanks
--
Fedora-xen mailing list
Fedora-xen redhat com
https://www.redhat.com/mailman/listinfo/fedora-xen
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]