David Brown wrote: >> > qemu -kernel "/root/boot/vmlinuz-${KVER}" \ >> > -initrd "/root/boot/${INITRD_BASE}${INITRD_APPEND}-${KVER}" \ >> > -append "${APPEND}" \ >> > -m 512 --no-rtc \ >> > \ >> > -usb \ >> > -soundhw es1370 \ >> > -net nic,vlan0,macaddr=52:54:56:34:12:00 \ >> > -net tap,vlan=0,ifname=tap0 \ >> > -hdb "/dev/$BOOT" \ >> > /dev/$DEV >> > [EMAIL PROTECTED]:~# >> >> Hey, this isn't Xen, you can boot from a kernel contained in the disk >> image. >> >> Does the problem occur with -no-kvm? > > But.. but Xen is the one true master of virtualization technology, > anyone who comes after must blindly follow or perish in the fires of > their own creation!! </sarcasm> > > But, anyway... So I should be installing boot loaders to the guest > OS's? hmmm I'll have to figure out how to do that since I don't think > I installed grub. Also, are their any other Xenism's that I have to > purge before continuing?
You don't have to purge anything. If you have an existing Xen guest, you can work with it as is; no need to install grub if you dont want to. For new installs, of course it is easier to fire up the native installer which does everything for you. Things like updating the guest kernel and initrd are usually much easier if the kernel is contained within the guest disk image. Similarly, copying an image or backing it up is simpler if you don't have to worry about the kernel. > > Also, I'm kinda afraid to try this with --no-kvm from what I > understand that will drastically reduce the performance of the guest > and host OS, is that true? Guest performance will be lower, but just for the test. The -no-kvm option is very useful in determining whether the problem is in the kernel or userspace. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel