On 18:00, Sun, Nov 30, 2014 Stefan G. Weichinger <[email protected]> wrote:
Am 30.11.2014 um 11:57 schrieb J. Roeleveld: > No, pv-grub is run inside the context of the host, using a kernel image inside the VM. ... which is not in /boot as far as I see. So if I want to add kernel-boot-time-options I have to install my own kernel plus the entry in menu.lst, correct? Thanks! Correct. pv-grub is a script in dom0 that will attempt to read the menu.lst in /boot of the VM, and based on that file, initialize a domU with the referred kernel (residing in /boot), passing all boot time options to the kernel. It performs magic tricks to read the /boot proper, because / might be on a different partition or even different virtual disk, but 99% of the time it works automagically. It's the 1% that you should be scared of :-) Rgds, --

