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] RHEL 6 installation from DVD

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] RHEL 6 installation from DVD
From: Developer Web developer <programmer.webprogrammer@xxxxxxxxx>
Date: Thu, 23 Sep 2010 13:20:15 +0300
Delivery-date: Thu, 23 Sep 2010 03:21:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=T6NMB0VsE2V3ur56xlGyJuMV5JTOshcujwSSqe7QnOs=; b=Fw0xa07t6AoqHAcnYhcHY7fxmZVR5WWKtt9hklef5NGyxYGv9dGQkjsWUCRACkPxpw yXoWqofnyNhgXf+pekBd37DL11TKPez15hKMlLYSvbWyBKCFht+6iVL6Mm36KUn4FQLa Mahwo+L5sz5PdC482tU/08a7ApSLaXvLYcmKc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=A9Ml60le4Gk4Xxbdt9MW7L9c5uoDJZz8BFDGFxopyAlJr2lypYLSxiGN5HmBI/4bji 7YOQ/LUTlWKXODiBNInxauyo7qUVmaCBta1US8yfygdEF77lhCfDuYDGGlYlf9vwMCsN LGU/hA7fYfqIdImPrrK+pwxzaA1U93QB9gViw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I didn't want to use an initrd from RedHat DVD. virt-install said that my system is not supporting any sort of virtualization. So I tried this config:
 
name='rhel6_cdrom'
kernel='/mnt/isolinux/vmlinuz'
ramdisk='/mnt/isolinux/initrd.img'
memory=256
disk=[
'tap:tapdisk:vhd:/root/install.img,sda,w'
]
vif=''
boot='cdrom'

anaconda launched successfully. But installer asked me for a proper vhd driver. Because of missing blkback driver in DVD's initrd it couldn't work in PV mode. I am curious if their is a way of adding xenblk in DVD's initrd for updating original ISO. John
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] RHEL 6 installation from DVD, Developer Web developer <=