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

[Xen-users] Problem installing domU: unable to retrieve minstg2.img

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem installing domU: unable to retrieve minstg2.img
From: "Jia Rao" <rickenrao@xxxxxxxxx>
Date: Tue, 26 Feb 2008 00:10:46 -0500
Delivery-date: Mon, 25 Feb 2008 21:11:24 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=jUrCoc+D+e8bzimgvgr/UU7k9hC42o3trmB8IDzlibc=; b=kCPwq18Dvbtgj1qDqUESm1W15EdoBdL3Ue7nJNjjL1uEucHpD6CFE8NKulO3vUMQugB9b7OVCu4cSnA6vqKfN2TYY7KQb2+hlvNXv2eY4VWNakObQm03ZvHaZKDTQR9G1MPBnPKE8JCBkEdA9KtX/lf8Lo+kF9TunBkdx7olrqc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YjmBc1MqN3zx9XMrmT3OubotflbA88hTK3OE24fPQVxolLIA/M9kmqjNgB9aP+eNj4woG8o3unnGuYB0kpuiPMg9FfioRVK9njqsrEojfibDTKdALXlEsP8XpjqbLSzzV3IdFUmGEKdBVAZ9c/AaRLctyKZtrmfgpH4GfNTQ9oU=
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I tried to install a para CentOS 5.0 domU over a CentOS 5.0 dom0 (both domU and dom0 are 64 bit OS). I installed the domU through HTTP installation.
After I typed the website address: mirror.centos.org and the directory path centos/5/os/x86_64. But I received an error: uable to retrieve http://mirror.centos.org//centos/5/x86_64/images/minstg2.img.

I tried the link, it is there. The similar problem was posted before, but with no solutions.
Is it the problem that I do not have internet access in domU installation? everything is OK in dom0. The configuration for the domU is listed below.

kernel = '/boot/vmlinuz-xen5'
ramdisk = '/boot/initrd-xen5.img'
memory  = '512'
root    = '/dev/xvda1 ro'
disk    = [ 'tap:aio:/var/lib/xen/images/disk.img,xvda1,w', 'tap:aio:/var/lib/xen/images/swap.img,xvda2,w' ]
name    = 'VM_para'
dhcp = 'dhcp'
vif  = [ ' ' ]
>on_reboot   = 'restart'
on_crash    = 'restart'


Any suggestions?

Thanks,
Jia.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem installing domU: unable to retrieve minstg2.img, Jia Rao <=