similar to: Can''t boot from ISO image...

Displaying 20 results from an estimated 2000 matches similar to: "Can''t boot from ISO image..."

2011 Jul 12
1
after mounting with -o degraded: ioctl: LOOP_CLR_FD: Device or resource busy
dd if=/dev/null of=img5 bs=1 seek=2G dd if=/dev/null of=img6 bs=1 seek=2G mkfs.btrfs -d raid1 -m raid1 img5 img6 losetup /dev/loop4 img5 losetup /dev/loop5 img6 btrfs device scan mount -t btrfs /dev/loop4 dir umount dir losetup -d /dev/loop5 mount -t btrfs -o degraded /dev/loop4 dir umount dir losetup -d /dev/loop4 ioctl: LOOP_CLR_FD: Device or resource busy mkfs.ext3 /dev/loop4 mke2fs 1.39
2011 Aug 14
3
cant mount degraded (it worked in kernel 2.6.38.8)
# uname -a Linux dhcppc1 3.0.1-xxxx-std-ipv6-64 #1 SMP Sun Aug 14 17:06:21 CEST 2011 x86_64 x86_64 x86_64 GNU/Linux mkdir test5 cd test5 dd if=/dev/null of=img5 bs=1 seek=2G dd if=/dev/null of=img6 bs=1 seek=2G losetup /dev/loop2 img5 losetup /dev/loop3 img6 mkfs.btrfs -d raid1 -m raid1 /dev/loop2 /dev/loop3 btrfs device scan btrfs filesystem show Label: none uuid:
2008 Feb 14
2
cant start hvm because of ioemu network device.
Hello. I''m trying to set up hvm for linux or windows. I start with a very simple configuration without disks at all. but the virtual machine does boot or even "power up". If i remove the ioemu from the network device and specify type=brige or type=route everything goes fine, the boot process is starting but then I cant get network working in the guest.
2008 Apr 23
10
WinXP CD-ROM problems
I''m running Xen on RHEL5. I''ve got two problems with CD-ROMs. In my .hvm file, I''ve got the following line: disk = [ ''phy:/dev/VG_Guests/WinXP-001,ioemu:hda,w'', ''file:/opt/xen_stuff/winxp.iso,hdc:cdrom,w'', ''phy:/dev/scd0,hdd:cdrom,r'' ] The first CD-ROM, (the one linking to the file winxp.iso), appears to WinXP to
2010 Jun 14
13
VNC issues
I''ve recently installed Debian Lenny witch Xen (xen-utils, xen.tools and xen-linux-system-2.6.26-2-xen-amd64). I want to virtualize some windows servers, but I''m unable to connect to localhost VNC when I start the vm (xm create) to proceed with windows instalation. The VM config is: import os, re arch = os.uname()[4] if re.search(''64'', arch):
2009 Feb 25
3
HVM Linux DomU doesn''t start
Hi all, we are running two servers with Ubuntu 8.04 LTS Server with Xen 3.2 and two dual-core CPUs: processor : {0-3} vendor_id : AuthenticAMD cpu family : 15 model : 65 model name : Dual-Core AMD Opteron(tm) Processor 2218 HE stepping : 3 cpu MHz : 2613.394 cache size : 1024 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 fpu :
2006 Oct 08
6
HVM WinXP dom crash
Hi Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug). When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
2006 Oct 08
6
HVM WinXP dom crash
Hi Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug). When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
2008 Dec 26
7
Installing domU from ISO image file
I am trying to install CentOS from an ISO image file but the installer does not see a CD-ROM drive. The VNC viewer works but the CentOS installer indicates "Unable to find any devices of the type needed for this installation type." Then it prompts with "[Select driver] [Use a driver disk] [Back]". I have tried several variations of the "disk" paramater, all
2006 Sep 13
1
/usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect''
Hi. I can''t use the vnc option (VNC=1 in my xmexample.hvm file), when I use RedHat or Fedora on 64 bits. The qemu log, say /usr/lib64/xen/bin/qemu-dm: invalid option -- ''-vncconnect'' But when I use RedHat or Fedora 32 bits, works fine. There is a problem or incompatibility in the 64 bits Xen kernel and the VNC option ? Best regards Luis
2009 May 15
1
Installing Windows 2008 server
Hello, We are planning to install a Windows 2008 DomU in one of our servers (SUSE 10/SP2, XEN 3.2). Does someone have some experience in installing 2008 ? Are they some know problems (and solutions if possible) to success in thre process. Here is the setup we will use for that DomU : ------------------------------------------------------------------- # SR3 MV9 name="SAP-IDES-ECC"
2010 Aug 24
4
Slow windows network with gplpv driver.
Have 4 xen servers with windows domains. 2 work OK and 2 have xp domains with slow network performance. Doing most of the testing on a xen system that currently is not in production. Running xen 4.0 with 2.6.32 kernel from lenny backports. Have xp service pack3 freshly installed with no updates. Installed gplpv gplpv_XP_0.11.0.213.msi hdtack gives 60mb/sec which is good iperf gives ~15Mbits/sec
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there, Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2. My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,
2010 Mar 10
9
Error starting stubdom HVM on Xen-3.4.3-rc4-pre
Hi there, Last night I was trying to start a HVM domU via stubdom-dm device model. Initially I did not receive any error to stdout when I did so with Xen-3.4.2. My Xen-3.4.2 installation works fine with qemu-dm (or regular HVM guests). The stubdom-dm guest I was trying to create did not really operate as I was unable to connect to the VNC console. The output of xm list showed the DomU was there,
2007 Dec 10
4
snv 77 W2003 domu loses config on reboot/shutdown
Hi All, I successfully installed a 32bit W2003 domu using the following config file (as the CD image wasn''t persistent between reboots, otherwise I would have used virt-install ;-) ) : isk = [ ''file:/images/xvm/w2003/w2003-disk.raw,hdc,w'',''file:/images/isos/en_win_srv_2003_r2_enterprise_cd1. iso,hda:cdrom,r'' ] memory = 512 name = "w2003"
2006 Sep 18
1
Getting network working in HVM domU
Hi all, I now have Xen running on Intel Core2 duo system, and am running a HVM domU with Microsoft Windows XP Home Edition, cold-installed from distribution CD. Problem is, Windows can''t get to the network. My dom0 ifconfig looks correct, as far as I can tell. I have a DHCP server on my local network, but the Windows XP domU claims to be unable to find DHCP. I''ve also tried
2012 Mar 13
12
BSOD w/ gplpv drivers and Windows 2008 R2 64-bit
Hey, I''ve been trying to get the gplpv drivers working with Windows 2008 R2 64-bit on both a stock CentOS 5.8 install and CentOS 5.8 w/ Xen 4.1.2 from the gitco repos. I''m getting a BSOD shortly after boot up and it can be seen at http://techmonkeys.org/xen/ -- along with the qemu log. Has anyone had success with these drivers and Windows 2008 R2 64-bit? If so, what am I
2010 Mar 03
4
Windows 2003 domU can not use 7G RAM ?
I installed a 32 bit Windows 2003 enterprise edtion domU. xm list shows the domU has 7G RAM. But Windows 2003 shows only 3.75G RAM. I do not know what''s wrong. Anyone knows? [root@sjd-hot w2k3e]# xm info host : sjd-hot.rashost.com release : 2.6.18.8-xen version : #1 SMP Fri Nov 27 03:53:01 UTC 2009 machine : x86_64 nr_cpus
2009 Nov 19
3
xm create: Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
Hi All, I am new to xen community. I am trying to setup Xen3.4.2 +FC11 Dom0 environs for lennovo T400. I have installed all prerequisite component for running xen and booted it. while I am trying to create DomU I am getting following error. I tried doing googling but none of suggested solution is working for me. Please guide me through my first experience with xen.for more details please see
2007 Jul 06
2
HVM Linux just installed but does not do its first boot
Just successfully installed SLES9.3-32bit as file-backended HVM domU. Everything went OK, the distributive partitioned its "harddisk" into root and swap OK, have its grub installed into sda boot sector, but I could not make to boot no one single first time after installation. Every domU boot gives the following screen for a short time and dies: Booting from Hard Disk... Boot from