bash-3.2# lofiadm -a /export/home/ISO/fedora7.iso bash-3.2# mount -o ro -F hsfs /dev/lofi/1 /mnt bash-3.2# share -F nfs /mnt bash-3.2# virt-install -n fedora7 -p -r 1024 --nographics -x "console=hvc0" \> -f /second_root/dsk/fedora-dsk -l nfs:192.168.0.51:/mntStarting install... ^CTraceback (most recent call last): File "/usr/bin/virt-install", line 657, in ? main() File "/usr/bin/virt-install", line 606, in main dom = guest.start_install(conscb,progresscb) File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 636, in start_install File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/ParaVirtGuest.py", line 78, in _prepare_install_location File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 626, in acquireKernel File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 125, in prepareLocation File "/usr/lib/python2.4/subprocess.py", line 413, in call return Popen(*args, **kwargs).wait() File "/usr/lib/python2.4/subprocess.py", line 1007, in wait pid, sts = os.waitpid(self.pid, 0) KeyboardInterrupt This message posted from opensolaris.org
Boris Derzhavets wrote:> bash-3.2# lofiadm -a /export/home/ISO/fedora7.iso > > bash-3.2# mount -o ro -F hsfs /dev/lofi/1 /mnt > > bash-3.2# share -F nfs /mnt > bash-3.2# virt-install -n fedora7 -p -r 1024 --nographics -x "console=hvc0" \ > >> -f /second_root/dsk/fedora-dsk -l nfs:192.168.0.51:/mnt >> > > Starting install... > > ^CTraceback (most recent call last): > File "/usr/bin/virt-install", line 657, in ? > main() > File "/usr/bin/virt-install", line 606, in main > dom = guest.start_install(conscb,progresscb) > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 636, in start_install > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/ParaVirtGuest.py", line 78, in _prepare_install_location > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 626, in acquireKernel > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 125, in prepareLocation > File "/usr/lib/python2.4/subprocess.py", line 413, in call > return Popen(*args, **kwargs).wait() > File "/usr/lib/python2.4/subprocess.py", line 1007, in wait > pid, sts = os.waitpid(self.pid, 0) > KeyboardInterrupt > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org > >From the useless debug output of Python, I think it''s not booting thekernel. Maybe it doesn''t have Xen support? James
Boris Derzhavets
2007-Nov-22 18:52 UTC
Re: Virt-install F7 DomU at SNV76 Dom0 (64 bit) hangs
I have SNV76 PVM and WinXP HVM running pretty stable in the same environment I am also aware of commands:- # svcs -a|grep xen # xm info This message posted from opensolaris.org
Boris Derzhavets wrote:> bash-3.2# lofiadm -a /export/home/ISO/fedora7.iso > > bash-3.2# mount -o ro -F hsfs /dev/lofi/1 /mnt > > bash-3.2# share -F nfs /mnt > bash-3.2# virt-install -n fedora7 -p -r 1024 --nographics -x "console=hvc0" \ >> -f /second_root/dsk/fedora-dsk -l nfs:192.168.0.51:/mnt > > Starting install... > > ^CTraceback (most recent call last): > File "/usr/bin/virt-install", line 657, in ? > main() > File "/usr/bin/virt-install", line 606, in main > dom = guest.start_install(conscb,progresscb) > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 636, in start_install > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/ParaVirtGuest.py", line 78, in _prepare_install_location > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 626, in acquireKernel > File "/export/builds/xvm_76/proto/install/usr/lib/python2.4/site-packages/virtinst/DistroManager.py", line 125, in prepareLocation > File "/usr/lib/python2.4/subprocess.py", line 413, in call > return Popen(*args, **kwargs).wait() > File "/usr/lib/python2.4/subprocess.py", line 1007, in wait > pid, sts = os.waitpid(self.pid, 0) > KeyboardInterruptThe following works for me. Are you sure you had a 64-bit iso? The 32 PV domU on 64 dom0 support won''t be available until we integrate 3.1.2. : alpha[1]#; lofiadm -a /tank/guests/install/fedora7/64/F-7-x86_64-DVD.iso /dev/lofi/1 : alpha[1]#; mount /dev/lofi/1 /mnt : alpha[1]#; virt-install -n fedora7 -p -r 1024 --nographics -x "console=hvc0" -f /tank/guests/install/fedora7/64/disk.img -l nfs:192.168.0.70:/mnt Starting install... ... MRJ
Boris Derzhavets
2007-Nov-23 18:15 UTC
Re: Virt-install F7 DomU at SNV76 Dom0 (64 bit) hangs
> > > Boris Derzhavets wrote: > > bash-3.2# lofiadm -a /export/home/ISO/fedora7.iso > > > > bash-3.2# mount -o ro -F hsfs /dev/lofi/1 /mnt > > > > bash-3.2# share -F nfs /mnt > > bash-3.2# virt-install -n fedora7 -p -r 1024 > --nographics -x "console=hvc0" \ > >> -f /second_root/dsk/fedora-dsk -l > nfs:192.168.0.51:/mnt > > > > Starting install... > > > > ^CTraceback (most recent call last): > > File "/usr/bin/virt-install", line 657, in ? > > main() > > File "/usr/bin/virt-install", line 606, in main > > dom = guest.start_install(conscb,progresscb) > > File > "/export/builds/xvm_76/proto/install/usr/lib/python2.4 > /site-packages/virtinst/Guest.py", line 636, in > start_install > > File > "/export/builds/xvm_76/proto/install/usr/lib/python2.4 > /site-packages/virtinst/ParaVirtGuest.py", line 78, > in _prepare_install_location > > File > "/export/builds/xvm_76/proto/install/usr/lib/python2.4 > /site-packages/virtinst/DistroManager.py", line 626, > in acquireKernel > > File > "/export/builds/xvm_76/proto/install/usr/lib/python2.4 > /site-packages/virtinst/DistroManager.py", line 125, > in prepareLocation > > File "/usr/lib/python2.4/subprocess.py", line > 413, in call > > return Popen(*args, **kwargs).wait() > > File "/usr/lib/python2.4/subprocess.py", line > 1007, in wait > > pid, sts = os.waitpid(self.pid, 0) > > KeyboardInterrupt > > > The following works for me. Are you sure you had a > 64-bit iso?Yes, I am absolutely sure F7 (64 bit) ISO image has been used on SNV76 xVM Hardware:- 1.Core2Duo E6600 2.4 GB RAM ( Memory remapping was enabled in BIOS) 3.ASUS P5B Deluxe 4.160 GB SATA Drive (Seagate Barracuda) I suspect BIOS configuration of memory might be an issue, but it didn''t affect SNV76 PVM and WinXP HVM installed previously.> The 32 PV domU on 64 dom0 support won''t be available > until we > integrate 3.1.2. > > : alpha[1]#; lofiadm -a > /tank/guests/install/fedora7/64/F-7-x86_64-DVD.iso > /dev/lofi/1 > : alpha[1]#; mount /dev/lofi/1 /mnt > : alpha[1]#; virt-install -n fedora7 -p -r 1024 > --nographics -x "console=hvc0" -f > /tank/guests/install/fedora7/64/disk.img -l > nfs:192.168.0.70:/mnt > > > Starting install... > ... > > > > MRJ > > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.orgThis message posted from opensolaris.org
Boris Derzhavets
2007-Nov-25 19:34 UTC
Re: Virt-install F7 DomU at SNV76 Dom0 (64 bit) hangs
If I require less then 1 GB Memory for F7 DomU it works fine. If I require more then 1 GB Memory for F7 DomU installation hangs. Might be hardware dependent issue. This message posted from opensolaris.org
Boris Derzhavets wrote:> If I require less then 1 GB Memory for F7 DomU it works fine. > If I require more then 1 GB Memory for F7 DomU installation hangs. > Might be hardware dependent issue.Just did a F7 install with 1500M, works fine for me. MRJ
Boris Derzhavets
2007-Nov-30 17:49 UTC
Re: Virt-install F7 DomU at SNV76 Dom0 (64 bit) hangs
> Hardware:- > Core2Duo E6600 > 4 GB RAM ( Memory remapping was enabled in BIOS) > ASUS P5B Deluxe > 160 GB SATA Drive (Seagate Barracuda)Yes, it works for 1 GB and 1.5 GB F7 DomUs . Just takes about 5 minutes to start screen output after initial message. I was not patient enough. I suspect BIOS configuration of memory might be an issue. However,installations of SNV76 PVM and WinXP HVM start right away. This message posted from opensolaris.org