search for: noautoconsol

Displaying 20 results from an estimated 59 matches for "noautoconsol".

Did you mean: noautoconsole
2011 Oct 22
1
virt-install with set vnc password
Hi Guy, Anyone know how we can set up the vnc password during using virt-install command ? # virt-install \ --connect qemu:///system \ --name demo \ --ram 500 \ --disk path=/var/lib/libvirt/images/demo.img,size=5 \ --network network=default,model=virtio \ --vnc \ --cdrom /dev/cdrom
2017 Nov 11
0
virt-install cannot mount virtio iso during installation
...;Windows 7 Virtio x64' --memory 4096 --vcpus 2 --arch=x86_64 --cdrom /var/isos/win7_prox64.iso --os-variant win7 --disk /dev/vg_vms1/virtio,bus=virtio --disk /opt/virtio-win-0.1.141.iso,device=cdrom,bus=ide --network bridge=br0,model=e1000 --graphics vnc,listen=192.168.2.16,password=cocacaco --noautoconsole --check-cpu virt-install --name virtio --description='Windows 7 Virtio x64' --memory 4096 --vcpus 2 --arch=x86_64 --cdrom /var/isos/win7_prox64.iso --os-variant win7 --disk /dev/vg_vms1/virtio,bus=virtio --disk /opt/virtio-win-0.1.141.iso,device=cdrom --network bridge=br0,model=e1000 --...
2009 Mar 03
0
HEADS UP: iSCSI, zvol, and vdisk format support
...ng. The hotplug scripts will add/remove static-config for you. e.g. phy:iscsi:/static/192.168.0.70/0/iqn.1986-03.com.sun:02:d5ab1c26-0a7a-c6b4-98f8-d6d267eb2561 Here''s an example virt-install onto an iscsi disk. virt-install -p -n nevada -l /export/snv108.iso --nographics \ --noautoconsole -r 1024 \ --disk path=/alias/tank/iscsi/nevada/disk0,driver=phy,subdriver=iscsi VDISK ===== You can now specify the vdisk format at install time. For example, to use a vdi file instead of the vmdk default: virt-install -p -n nevada -l /export/snv108.iso --nographics \ --noautocons...
2015 Sep 02
3
virt-install message regarding Spice and TLS
...the usage of Spice with KVM/libvirtd? I've been through the virt-install manpage a few times now to no avail. What is wrong with my syntax here (seen below)? Thanks. ~]# virt-install --connect qemu:///system -n blahhost -r2048 --vcpus=4 --arch=x86_64 --video qxl --graphics spice,port=5931 --noautoconsole --os-type linux --accelerate --network=bridge:kickstart_br0 --hvm --disk path=/dev/vmdisks/fedora-test2,bus=virtio --cdrom /tmp/fedora.iso Starting install... ERROR unsupported configuration: Auto allocation of spice TLS port requested but spice TLS is disabled in qemu.conf Domain installation...
2008 Sep 25
3
virt-install HVM with url and kickstart?
...nstall, it seems to ignore the kickstart and starts prompting me for all the things I already have specified in the kickstart. Any idea what I could be doing wrong? Here is the command im using to get things started: virt-install --hvm --location=http://mirrors.liquidweb.com/CentOS/5.2/os/x86_64 --noautoconsole --file=/dev/XenVol/XenVE2 --name=testvm2 --ram=512 --network bridge:xenbr1 --vnc -x "ks=http://blah.com/client_work/kickstart.txt ip=67.xx.xx.xx netmask=255.255.xxx.0 dns=208.67.222.222 gateway=67.xxx.xxx.x" Note: I did modify the kickstart to use "hda" for partitioning versus...
2019 Jan 21
1
Slow ssh
...s are made with this kind of command line : virt-install --connect=qemu:///system --name=debian --ram=2048 --disk /home/vm/debian.qcow2,size=10,format=qcow2 --network=bridge:bridge-0-1,model=virtio --network=bridge:bridge-0-2,model=virtio --network=bridge:bridge-0-3,model=virtio --accelerate --noautoconsole --vnc --vnclisten=0.0.0.0 --keymap=fr --cdrom=/home/iso/debian-6.0.1a-i386-netinst.iso --os-type=linux --os-variant=debiansqueeze --hvm Since a long time ago now (may be a Debian upgrade) i noticed that ssh session from my personal PC to guests are very slow (connection and behaviour) My s...
2011 Sep 21
0
Linux KVM on CentOS 5.6
...m doing wrong I have installed CentOS 5.6 on physical server as host OS. I need to create 2 Virtual Machines with similar configs. virt-install --connect qemu:///system -n vm1 -r 15000 --cpuset=auto -f /var/tmp/vm1.qcow2 -s 200 -c /var/lib/libvirt/images/CentOS-5.6-x86_64-bin-DVD-1of2.iso --vnc --noautoconsole --os-type linux --os-variant generic26 --accelerate --network=bridge:br0 --hvm virt-install --connect qemu:///system -n vm2 -r 15000 --cpuset=auto -f /var/tmp/vm2.qcow2 -s 200 -c /var/lib/libvirt/images/CentOS-5.6-x86_64-bin-DVD-1of2.iso --vnc --noautoconsole --os-type linux --os-variant generic2...
2007 Jun 06
1
virt-install and kickstart
...in tandem with the "virt-install" command? I can get a generic install to begin if I omit the "-x" flag and the kickstart parameters? It seems that virt-install simply ignores my kickstart parameters. virt-install --location=http://www.gtlib.gatech.edu/pub/centos/4.5/os/i386/ --noautoconsole --file=/dev/VolGroup00/lv_centos45 --name=CENTOS_45 --ram=256 --nographics -d -p -x "ks=http://192.168.1.98/centos45.cfg ip=192.168.1.97 netmask=255.255.255.0 dns=192.168.1.1 gateway=192.168.1.1" ----------------------------------------- "This email (including any attachments)...
2010 Jan 20
1
How to debug Ubuntu 8.04 LTS guest crash during install?
...downloaded the ISO file from the web site. Then, I used this command to intall it: virt-install -n tkl-core -r 512 --vcpus=1 --check-cpu --os-type=linux --os-variant=ubuntuhardy -v --accelerate -c /tmp/turnkey-core-2009.10-hardy-x86.iso -f /var/lib/libvirt/images/tkl-core.img -s 15 -b br0 --vnc noautoconsole When I connect to the VNC console, I get the Turnkey linux options screen. I select Install to hard disk from there and it seems to start the install but crashes during the installer startup. This is repeatable so there has to be a way to debug it. I tried turning on the debug option for virt...
2010 Jun 23
1
can't access VM after Fedora 13 KVM install
Hi, I'm installing a Fedora 13 virtual host on a Fedora 13 system, like this: virt-install --ram 2048 --vcpus 4 --name test --os-type linux \ --os-variant fedora13 --disk /var/lib/libvirt/images/test.img,size=10 \ --cdrom /var/lib/libvirt/Fedora-13-x86_64-DVD.iso --vnc --noautoconsole I connect to the installer using virt-manager, and the install appears to complete successfully. Then, I reboot the virtual machine and reconnect with virt-manager. What I see is this: Starting SeaBios (version 0.5.1) gPXE (http://etherboot.org) - 00:04.0 C900 PCI2.10 PnP BBS PMM7FE0 at 10...
2017 Jan 24
2
LibVirt query CPU Model support and restore operation
...0 --os-type=linux --os-variant=generic --disk compute2-disk0.qcow2,device=disk,bus=ide,size=300,sparse=true,format=qcow2 --pxe --network bridge=virbr0,model=e1000 --network bridge=virbr0,model=e1000 --network bridge=virbr0,model=virtio --network bridge=virbr0,model=virtio --graphics vnc,port=5906 --noautoconsole Starting install... ERROR unsupported configuration: guest and host CPU are not compatible: Host CPU does not provide required features: invpcid, erms, bmi2, smep, avx2, bmi1, fsgsbase, movbe, fma Domain installation does not appear to have been successful. I could not resolve this error . F...
2010 Dec 15
1
KVM Virtualisation, Console output no longer working
...lem. When i used to install the guest machine with virt-install i used to use the -x "extra args" part to set the console for the install and guest, but it no longer works. Here is the command i use: virt-install -n server01 -r 512 --os-variant=virtio26 -c /isos/c5u5.iso --nographics --noautoconsole -f /storage/vm/server01 -s 5 bus=virtio -w bridge:br0 -x "console=ttyS0 ks=http://www.domain.com/c5u5.cfg" As you can see im setting the console to ttyS0, but then when i go to connect to the console with: virsh console server01 it either wont connect or comes up with: error: Failed to...
2010 Jul 19
1
How to create a guest os from existing disk image file with virt-install
Hi I have configured KVM with Fedora Core 13 by enabling the KVM virtualization option while installing OS. I have successfully created the guest OS by using the virt-install API /usr/sbin/virt-install --name centos5 --ram 512 --disk path=/var/lib/libvirt/images/ centos.img,size=5 --network network:default --accelerate --vnc -c /tmp/CentOS-5.3-i386-bin-DVD.iso Os installed successfully and after
2015 Jul 09
3
libvirt beginner needs to create and start VMs entirely on command line
I'm a beginner to libvirt and creating VMs, for that matter. I have a set of specifications for VMs I need to create and log into, but I have to create them on an Ubuntu box that I only have ssh access to. I won't have desktop GUI access, although I do have dynamic port forwarding, so I can access a browser GUI from my desktop. Reading through the libvirt info, I see numerous mentions
2012 Feb 14
3
[libvirt] Fail to import available VM image
...w i did: > > (1) compiled everything from source, then install (make install) to my Ubuntu > > (2) start libvirtd on commandline > # libvirtd -d > > (3) import my KVM image to libvirt > > $ virt-install --connect qemu:///system -n winxp -r 800 --accelerate > --vnc -v --noautoconsole --import -f /home/jun/img/img.winxp > > it failed, and the log is like below: > > .... > [Tue, 14 Feb 2012 23:51:49 virt-install 3831] DEBUG (cli:326) > Requesting libvirt URI qemu:///system > [Tue, 14 Feb 2012 23:51:51 virt-install 3831] DEBUG (cli:328) Received > libvirt...
2010 Jan 03
0
Re: virsh -c xen:/// list: = Connection refused, Set up Xen 3.4.2 & Libvirt 0.6.1 on top of Ubuntu 9.04 Server
...irt-manager libvirt-bin kvm # export VIRSH_DEFAULT_CONNECT_URI="xen:///" # apt-get install virt-viewer root@ServerJaunty:/usr/lib/xen-default/bin# virsh -version Connecting to uri: xen:/// 0.6.1 Proceed with virt-install :- root@ServerJaunty:~# virt-install -n VM12F -r 1024 -p --vnc --noautoconsole \ > -f /dev/sda3 -l http://192.168.1.41/f12 --debug Sun, 03 Jan 2010 15:17:48 DEBUG Using libvirt URI connect ''xen'' Sun, 03 Jan 2010 15:17:48 DEBUG Requesting virt method ''xen'' Sun, 03 Jan 2010 15:17:48 DEBUG Received virt method ''xen'&...
2015 Sep 03
3
virt-install message regarding Spice and TLS
...ote: > > I've been through the virt-install manpage a few times now to no avail. > > What is wrong with my syntax here (seen below)? > > > ~]# virt-install --connect qemu:///system -n blahhost -r2048 --vcpus=4 > > --arch=x86_64 --video qxl --graphics spice,port=5931 --noautoconsole > > --os-type linux --accelerate --network=bridge:kickstart_br0 --hvm --disk > > path=/dev/vmdisks/fedora-test2,bus=virtio --cdrom /tmp/fedora.iso > > To also reply to nevis2us: I have the Spice TLS config commented presently so it is not active (afaik). At one point I did try sw...
2012 Jun 11
11
KVM on top of BTRFS
What are the recommendations for running KVM images on BTRFS systems using kernel 3.4?  I saw older posts on the web complaining about poor performance, but I know a lot of work has gone into btrfs since then.  There also seemed to be the nocow option, but I didn''t find anything that said it actualy helped. Anybody have ideas? Thanks, Matt -- To unsubscribe from this list: send the line
2010 Dec 19
1
Error creating a new vm
...he command and output that I get...(Also nothing shows up with virsh list --all after so its starting to install then dropping out) Hope someone can help. Thanks! [root at server ~]# /usr/bin/virt-install -n test01 -r 512 --os-variant=virtio26 -l http://172.16.0.100/iso/centos-5.5/ --nographics --noautoconsole --disk path=/dev/vg_storage/test01, bus=virtio -w bridge:br0 -x "console=ttyS0 ks=http://172.16.0.100/ks/ks-vm.cfg" -d -v Sun, 19 Dec 2010 20:45:05 DEBUG Requesting libvirt URI default Sun, 19 Dec 2010 20:45:05 DEBUG Received libvirt URI 'qemu:///system' Sun, 19 Dec 2010 20...
2009 May 13
3
Virsh-install error
Hi everyone, This is my first attempt at a PV guest install from scratch and I''m a tad confused. Have I answered one of the questions virsh-install asks wrongly? Does anyone know of a general guide for installing PV guests with virsh-install? (Most Centos docs seem to use the GUI based virt-manager and I only have command line access). Am I meant to make use of the files here: