search for: debootstrapping

Displaying 20 results from an estimated 159 matches for "debootstrapping".

2013 Feb 16
4
Debootstrap
Hi, I don''t know if this is the right mailing list, so please feel free to redirect me as appropriate. Having said that, how do I tell debootstrap which packages to install in the newly created VM? Regards, _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2005 Nov 09
7
install other OS to unprivileged domain
Dear all, I have set up one unprivileged Domain-1 with help of FedoraQuickStart and some help from you. Now I want to install some other OS to Domain-2. How can I install a different OS (say Redhat 7.3) onto a unprivileged domain? Do I have to copy all files from an existed installation to an image file? Thanks, Koala _______________________________________________ Xen-users mailing list
2006 Mar 15
10
domU with redhat over a debian based dom0
Hello, I have running xen over a debian server (debian sarge). Now I would like to configure a domU with redhat (AS 4), do you now any way to install it? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica _(___V Tfo: 968367590 Fax: 968398337
2010 Apr 08
0
Debootstrap method fails to get release file file http://ftp.us.debian.org/debian/dists/lenny/Release
I am setting up a DomU Debian on Xen on an LVM. Step 1  Debian Dom0 which has a Volume Group named virtualization. I edited /etc/xen-tools/xen-tools.conf and with some appropriate changes I  to create image I executed xen-create-image --hostname=vignettes --size=150Gb --swap=4Gb --ip=172.21.100.151 --force --memory=2Gb --arch=amd64 --role=udev Step 2. Now things go smoothly until I get
2010 Feb 24
5
XCP: Custom templates
Hello, Is it possible to create a custom template for XCP? Or edit an existing one? I know that I could create a VM and then exported as a template, but I would prefer to create a template like "Debian Lenny 5.0" that install debian from the network but with 64bits instead of the 32bits used by the template. -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
Hi, I've been using PxeLinux to boot our Debian kernel successfully for some time now. I recently increased the size of the ramdisk from about 484 MBs to 517 MBs and encountered the following error during bootup: --- RAMDISK: Compressed image found at block 0 Freeing initrd memory: 105519k EXT3-fs: Magic mismatch, very weird! cramfs: wrong magic sh-2021: reiserfs_read_super: can not find
2009 Mar 13
7
PV Lenny 32 bits into 64 bits dom0 - Grub / kernel problem
Hello, I can''t solve my problem. I want a 32 bits Lenny domU into a 64 bits Lenny dom0. I plan to use pygrub for that (xen 3.2.1). So, I tried to debootstrap a 32 bits domU into a 64 bits dom0. debootstrap --arch=i386 --include=libc6-xen,firmware-bnx2,linux-image-2.6.26-1-xen-686,linux-modules-xen-686,linux-image-xen-686,grub --components=main,contrib,non-free lenny /mnt/xen
2009 Nov 17
0
after successful debootstrap
I have got the following errors after installing a DomU system via Debootstrap where can I read the log it is Ubuntu update-initramfs: Generating /boot/initrd.img-2.6.28-16-server Errors were encountered while processing: hal checkbox checkbox-gtk gnome-mount gnome-power-manager hal-cups-utils network-manager network-manager-gnome pulseaudio-module-hal update-notifier xserver-xorg
2006 Feb 02
5
first steps with xen
dear all i''m verry knew in using xen. i have allready set up an working xen on fc4. know to my questions whats the easiest way to set up debian or an ubuntu on that system. i have also installed a other fc4 as an domu with yum but i think therre got some files lost. does anybody had the same troubles? so thank you very much kind regards florian
2013 Mar 31
10
Debootstrapping a rootfs for Xen on FastModels A15
...e=./log.txt -C motherboard.mmc.p_mmc_file="$3" To get a basic filesystem I: - created a empty file ( with fallocate or dd ) - formated it ext4 - mounted the file and used HOSTNAME=armhf sudo debootstrap --foreign --arch armhf wheezy $path - did the some configuration and the second stage debootstrapping The problem now is Xen hangs on/after booting dom0, I included a log ( log.txt ). This filesystem boots fine with the same kernel, without Xen on the same FastModel model. My question: did I miss something in the debootstrapping? Are there some steps I don''t know of? Does anyway have an...
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi! Bored by previous lhype success, I tried to boot a debootstrapped debian over nfsroot, and lo, this almost works! Commandline: # drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20 root=/dev/root nfsroot=/home/ahu/lhype-root ip=192.168.1.21:192.168.1.20:192.168.1.20 This with lhype.patch current as of this message and 2.9.20-rc4. The boot process stops after: Starting periodic
2007 Apr 18
3
lhype booting debootstrapped debian image over nfsroot, partial success
Hi! Bored by previous lhype success, I tried to boot a debootstrapped debian over nfsroot, and lo, this almost works! Commandline: # drivers/lhype/lhype_add 256m 0 ./vmlinux --tunnet=192.168.1.20 root=/dev/root nfsroot=/home/ahu/lhype-root ip=192.168.1.21:192.168.1.20:192.168.1.20 This with lhype.patch current as of this message and 2.9.20-rc4. The boot process stops after: Starting periodic
2010 Nov 13
1
Mac OS X configure requires (de|fe)bootstrap
Hello, I'd like to get libguestfs to compile on Mac OS X and I've been chugging along quite well. I recently hit an issue in the "./configure" which I don't thin is solvable on Mac without modifying libguestfs autotools scripts but I can easily be wrong: checking for febootstrap... no checking for debootstrap... no configure: error: Either febootstrap or debootstrap must be
2007 Oct 23
0
[LLVMdev] howto: using a chroot of another architecture with qemu
I have just build an arm chroot and I imagine others might be interested on how to do it. First you need to install qemu. Follow the instructions on http://wiki.debian.org/QemuUserEmulation. I had some problems compiling for x86_64, so I just edited qemu's configure to compile for i686. Now run debootstrap: debootstrap --foreign --arch arm sid your_chroot_dir http://ftp.debian.org/debian
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi, I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0. I need some direction to stat with: - how to install the DomU image - how to configure the network address I''d be greatly thankful to you for providing some useful link to this end. Thank you in advance. Regards, -shopno
2009 Aug 28
1
How to create a windows vm with ganeti2.
Hi ! I''m tryng to install a windows instance to a ganeti cluster. For the moment, i have configured ganeti2, i have created a debian instance with debootstrap OS, i have created a windows instance with xen commands, with a HVM processor. I have already initialize too my cluster with HVM and PVM option. However, i can''t create a windows vm with ganeti2. my command is:
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi, is it possible to convert a bootable raw hdd image including grub (originally created with grml-debootstrap) to a bootable iso somehow? Cheers, adrelanos
2007 Sep 26
1
Install ubuntu/fedora like DomU under Slack12 Dom0.
Hi! I have XEN 3.1 with slack12 dom0. This one work correctly. I would want install ubuntu or fedora like domU possibly from iso or cd. I see some wiki but is not clear. You have some link to advise to me? TNX Best _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2004 Nov 22
20
Is it possible to Xenify a stock Redhat/Fedora kernel.
I would have sworn that someone on the list had a way to Xenify a stock RH kernel but I was not able to dig it up on the archives. If this does not exist I am sure it would be a nice addition to Xen to be able to patch and build some kernels that are compatable with some of the popular distributions. -- Alvin Starr || voice: (416)585-9971 Interlink Connectivity ||
2009 May 27
3
Installing Debian as guest VM
hi all, When i tried to install debian as a new guest VM in paravirtualized mode on Xen the following error occurs. please help me to resolve the problem.. Unable to complete install ''<type ''exceptions.ValueError''> Invalid install location: Opening URL http://172.16.0.31:8088/debian1 failed.. Traceback (most recent call last):   File