search for: always_halt

Displaying 12 results from an estimated 12 matches for "always_halt".

2012 Jun 28
10
Error: Boot loader didn't return any data [pygrub boot debian wheezy alpha1 netinst ISO]
.../wheezytest-root,xvda,w'' , ''phy:/dev/mainvg/wheezytest-swap,xvdb,w'' ] vif = ['' ''] bootloader = "pygrub" bootloader_args = "--kernel=/install.amd/vmlinuz --ramdisk=/install.amd/initrd.gz" extra = "debian-installer/exit/always_halt=true -- console=hvc0"
2012 Jun 08
3
cannot boot guest VM
...tion). Here''s the installation configuration file: name = "debian-installer" memory = 256 disk = [''file:/root/debian-blktap2.img,xvda,w''] kernel = "/root/netinst/vmlinuz" ramdisk = "/root/netinst/initrd.gz" extra = "debian-installer/exit/always_halt=true -- console=hvc0" cpu_weight=256 vif=[''bridge=xenbr0''] And here''s the configuration file used to boot the VM: name = "debian" memory = 256 disk = [''file:/root/debian-blktap2.img,xvda,w''] kernel = "/root/netinst/vmlinuz" ramd...
2009 Jul 02
14
debian lenny domU installation
Hi all, a newbie question. I''m trying to install lenny guest image (in an img file) on my lenny Dom0 by following the http://wiki.debian.org/Xen: xm create -c xm-debian.cfg install=true install-mirror=ftp://ftp.XX.debian.org/debian i created the xen-lenny-image.img using dd, format is ext3. disk is defined as (cfg file): disk =
2013 Oct 09
5
domU keep crashing when install ubuntu as pv domU
...ttps://help.ubuntu.com/community/Xen) precise.cfg name = "precise" kernel = "/xen/kernels/precise/vmlinuz" ramdisk = "/xen/kernels/precise/initrd.gz" # builder = "linux" # bootloader = "pygrub" memory = 512 extra = "debian-installer/exit/always_halt=true -- console=hvc0" # device_model_override = "/usr/lib64/xen/bin/qemu-dm" vif = [''bridge=br0'',] # disk = [''file:/xen/livecd/ubuntu-12.04-server-amd64.iso,xvdc:cdrom,r'', ''phy:/dev/vg/precise_root,xvda,w'', ''phy:/d...
2012 Nov 27
3
Xen Cold Migration doesn't work
...t;ubuntu" memory = 256 disk = [''phy:/dev/vg_datastore/lv_datastore,xvda,w''] vif = ['' ''] #kernel = "/var/lib/xen/images/ubuntu-netboot/vmlinuz" #ramdisk = "/var/lib/xen/images/ubuntu-netboot/initrd.gz" #extra = "debian-installer/exit/always_halt=true -- console=hvc0" # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 3317 4 r----- 491.0 ubuntu 5 256 1 -b---- 1.6 So I want to do a Cold migration...
2013 Feb 18
9
Xen 4.2.1 unable to get domain type for domid
...buntu.cfg name = "ubuntu" memory = 256 disk = [ ''drbd:drbd-vm,xvda,w'' ] vif = ['' ''] kernel = "/var/lib/xen/images/ubuntu-netboot/vmlinuz" ramdisk = "/var/lib/xen/images/ubuntu-netboot/initrd.gz" extra = "debian-installer/exit/always_halt=true -- console=hvc0" ----------------------------------------------------------------- The ubuntu-netboot image there is 64-bit 12.04 Precise. Any ideas? Thank you! Andrew _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/...
2011 Jul 15
0
ubuntu xen PV installer
...ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/xen when I try to start the VM, the installer works, as long as I use console=hvc0. Unfortunatelly I *need* the installer to be started in a vnc console so I added the following the VM config file: extra=" debian-installer/exit/always_halt=true -- console=tty0" vfb = [''type=vnc'' ] The VM start correctly but the vnc console remains black and I can''t complete the install. I know it works cause this is the method I use to install all my debian guests, but as soon as I use the ubuntu kernel, things go w...
2012 Aug 13
0
How to install pv guests with tap2:aio for remus
...39;'tap*2*:tapdisk:aio:/var/lib/xen/images/ubuntu-ha.img,xvda,w''] 4. vif = ['' ''] 5. kernel = "/var/lib/xen/images/ubuntu-netboot/vmlinuz" 6. ramdisk = "/var/lib/xen/images/ubuntu-netboot/initrd.gz" 7. extra = "debian-installer/exit/always_halt=true -- console=hvc0" And I run "xm console guest.cfg -c" and I get the following error: - Error: (''create'', ''-aaio:/var/lib/xen/images/ubuntu-ha.img'') failed (55808 blktap kernel module not installed ) Others stuffs: 1. There is '...
2012 Aug 21
5
DomUs hidden behind Dom0 in the network?
Hello, I am trying to set up a PVM (a the moment Ubuntu as guest and Ubuntu server as Dom0). The main issue is that the DomUs can''t get direct net access, because the access is restricted by a DHCP server that also functions as proxy to the outside of the network. The server controls the MAC address and only http is allowed as outgoing connection. So the domUs shouldn''t appear
2010 Nov 05
3
Unable to create (and keep) guest
...m_vars.env[''install-extra'']: extras=[xm_vars.env[''install-extra'']] else: extras=[] # Reboot will just restart the installer since this file is not # reparsed, so halt and restart that way. extras.append("debian-installer/exit/always_halt=true") extras.append("--") extras.append("quiet") console="hvc0" try: if len(vfb) >= 1: console="tty0" except NameError, e: pass extras.append("console="+ console) extra = str.join(&qu...
2008 Aug 24
1
domU lenny not working: kernel BUG at lib/radix-tree.c:474!
...debian.org/~joeyh/d-i/images/daily WARNING: Installer kernel and ramdisk are not authenticated. Fetching http://people.debian.org/~joeyh/d-i/images/daily/netboot/xen/vmlinuz Fetching http://people.debian.org/~joeyh/d-i/images/daily/netboot/xen/initrd.gz command line is "debian-installer/exit/always_halt=true -- quiet" Started domain DebTest1 [ 0.181720] i8042.c: No controller found. [ 1.613628] ------------[ cut here ]------------ [ 1.613638] kernel BUG at lib/radix-tree.c:474! [ 1.613644] invalid opcode: 0000 [#1] SMP [ 1.613649] Modules linked in: vga16fb vgastate thermal_sys...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...ho, ''vcpus'', 2);#$xopts->{DefVcpus} || 2); + my $install_cfg= <<END; +name = ''$gho->{Name}'' +memory = ${ram_mb} +# +kernel = "/tmp/di_kernel" +ramdisk = "/tmp/di_initrd" +extra = "debian-installer/exit/always_halt=true -- console=hvc0 auto-install/enable=true hostname=$gho->{Name} domain=$c{TestHostDomain} url=$ps_url DEBIAN_FRONTEND=text netcfg/dhcp_timeout=150 netcfg/choose_interface=eth0" +# +vif = [ ''mac=$gho->{Ether}'' ] +# +on_poweroff = ''preserve''...