WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] multi-CD guest install?

To: "Tom Horsley" <tomhorsley@xxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] multi-CD guest install?
From: "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx>
Date: Tue, 19 Dec 2006 16:05:52 +0900
Delivery-date: Mon, 18 Dec 2006 23:06:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20061218181018.47edfb41@zooty>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Tom,

I have installed guests from DVD iso images with the whole
install available on the one image. That worked fine.

What if I only have multiple CD iso images (or multiple
physical CDs)? Is there a way to make the guest installer
think you've swapped CDs when it asks you to do so?

It is possible to install it from multiple iso images.
But it is not possible to change physical CDROM by this method. The function to change media by the xm command(xm block-configure) seems not to have been supported yet.
I installed it as follows.

(1) To change the install-medium, I pressed CTRL+ALT+2.
   It changes into qemu-dm console.

(2) To eject CD-ROM, I executed the following commands on Dom0 kernel.
     Dom0> eject /dev/cdrom
   I replaced the CD-ROM medium.

(3) To recognize the change of CD-ROM,
     I executed the following commands on Qemu.
     Qemu> change hdc /disc2.iso

  It was confirmed as follows that CD-ROM had been recognized.
     Qemu> info block
  hdc : type=cdrom removable=1 locked=0 file=/disc2.iso ro=1 drv=raw

(4) I pressed CTRL+ALT+1 to return to the Linux-installation.

(5) To continue Linux-installtion, I pressed OK button.

Thanks

--
Takanori Kasai


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>