Re: [gentoo-user] installing Gentoo as a xen guest

2015-09-24 Thread Håkon Alstadheim
vides a way to provide a command-line, if not you > could build a default command-line into your kernel. > Depending on your hardware you will want to use hvm or pvm for efficiency. (VT-x means hvm is more efficient). If running hvm on quemu-xen-traditional, you HAVE to use a bootloader inside th

Re: [gentoo-user] installing Gentoo as a xen guest

2015-09-26 Thread J. Roeleveld
want to use hvm or pvm for > efficiency. (VT-x means hvm is more efficient). What do you base this on? Without VT-x, HVM doesn't even work, which means PV is only option. With VT-x, PV still has higher performance as the drivers inside the guest talk directly to the host. > If ru

Re: [gentoo-user] installing Gentoo as a xen guest

2015-09-24 Thread Rich Freeman
On Thu, Sep 24, 2015 at 9:50 AM, J. Roeleveld wrote: > > Sounds like pvgrub. I never looked into setting that up, afaiui, it mounts the > guest filesystem, grabs the grub.cfg, grabs the kernel listed there, umounts, > then boots the guest. > Indeed, that is exactly the behavior

Re: [gentoo-user] installing Gentoo as a xen guest: installing grub

2015-09-25 Thread Rich Freeman
setup by using blocklists. However, blocklists are > UNRELIABLE and their use is discouraged.. > grub2-install: error: will not proceed with blocklists. > My understanding is that if you're using pvgrub you wouldn't actually install grub from within the guest. You just set up

Re: [gentoo-user] installing Gentoo as a xen guest

2015-09-26 Thread Håkon Alstadheim
e guest > talk directly to the host. > PV on HVM will be best of both worlds, and drivers are available at least for windows and linux, so I was taking pv drivers as a given. Also, where I said VT-x read VT-d. >> If running hvm on >> quemu-xen-traditional, you HAVE to use a bootl

Re: [gentoo-user] installing Gentoo in a xen VM

2014-12-03 Thread Tomas Mozes
bootloader. If you prefer HVM, then you create a partition and use the install-cd to boot. After your install cd boots up, you partition your disk provided by xen dom0 (Debian), chroot, unpack stage3 and install the system along with the kernel and a bootloader. You can boot your Gentoo with pv

Re: [gentoo-user] installing Gentoo as a xen guest

2015-09-24 Thread J. Roeleveld
mail from Håkon Alstadheim for the example. > I can believe that. My only experience is with Amazon, which doesn't > give you any control over the host xen. It just runs grub with a > grub.cfg you provide if you want to run your own kernel (unless that > has changed). Sounds like pvg

Re: [gentoo-user] Xen vs Citrix XenServer

2012-01-01 Thread Michael Mol
er tools, and when looking > found out about Xen (I had thought that it went away a long time ago)... "eix xen" shows a few relevant results: * app-emulation/xen Available versions: 3.4.2-r4!t 4.1.1-r2!t ~4.1.2!t {acm custom-cflags debug flask pae xsm} Homepage:http:

Re: [gentoo-user] installing Gentoo in a xen VM

2014-12-04 Thread lee
er. From there, the installation was the same as installing on bare metal. > If you prefer HVM, then you create a partition and use the install-cd > to boot. After your install cd boots up, you partition your disk > provided by xen dom0 (Debian), chroot, unpack stage3 and install the >

Re: [gentoo-user] installing Gentoo in a xen VM

2014-12-04 Thread Tomas Mozes
d use the install-cd to boot. After your install cd boots up, you partition your disk provided by xen dom0 (Debian), chroot, unpack stage3 and install the system along with the kernel and a bootloader. You can boot your Gentoo with pvgrub that will handle the booting to grub and it will load the kernel.

Re: [gentoo-user] installing Gentoo in a xen VM

2014-12-07 Thread J. Roeleveld
es. > > > You can read about PV: > > http://wiki.xenproject.org/wiki/Paravirtualization_%28PV%29 > > > >>> If you prefer HVM, then you create a partition and use the install-cd > >>> to boot. After your install cd boots up, you partition your disk >

Re: [gentoo-user] installing Gentoo in a xen VM

2014-12-04 Thread lee
0" > memory = 2500 > vcpus = 4 > vif = [ '' ] > disk = [ '/dev/vg_data/gentoo-t1_root,raw,xvda1,rw' ] 'raw'? I'll have to look up what that does. > You can read about PV: > http://wiki.xenproject.org/wiki/Paravirtualization_%28PV%29 > &g