![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() |
Xen: How to setup Ubuntu 6.10 (Edgy Eft) perfectly as Xen gest domain (DomU)?
Hi,
I just managed to setup Xen 3.0.3 with the new Ubuntu 6.10 (Edgy Eft) as host operating system (Dom0) - was pretty simple following the instructions at https://wiki.ubuntu.com/XenOnEdgy. But I did not find a documentation on how to setup Ubuntu 6.10 (Edgy Eft) as a guest domain (DomU). So I followed this guide (for Breezy and Dapper) https://help.ubuntu.com/community/Xe...uBinaryInstall and used debootstrap to install edgy from CD mounted at /media/cdrom to my LVM volume at /xen/guest: Code:
debootstrap --arch i386 edgy /xen/guest file:/media/cdrom Finally I created the configuration file for the guest (/etc/xen/guest) and booted it up. The guest domain boots up, but it hangs a long time (several minutes) at "Begin: Running /scripts/local-top ...". Then it boots up completely without an error message. Any idea why /scripts/local-top takes so long? I found out that this script belongs to the init ramdisk and is located at /usr/share/initramfs-tools/scripts/local-top and contains a script named udev. Greetings and thanks for your comments |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
My beans are hidden!
|
Re: Xen: How to setup Ubuntu 6.10 (Edgy Eft) perfectly as Xen gest domain (DomU)?
I am experiencing exacly the same symptom....looking deeper into the "problem"....
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() |
Re: Xen: How to setup Ubuntu 6.10 (Edgy Eft) perfectly as Xen gest domain (DomU)?
Hi!
I solved the problem as follows: I removed the "md" and "lvm" scripts (make a backup copy of them!) from /usr/share/initramfs-tools/hooks and /usr/share/initramfs-tools/scripts/local-top on the host operating system (Dom0) and created an own init ramdisk for the guest operating systems (DomU's) Code:
mkinitramfs -o /boot/xenU-linux-2.6.17-6-generic-xen0.initrd.img 2.6.17-6-generic-xen0 Finally adopt your DomU's config files to point to the correct init ramdisk we just created for them (in my case /boot/xenU-linux-2.6.17-6-generic-xen0.initrd.img). The DomU's are booting now much faster I hope this saves a lot of people a lot of trouble in the future. Have a nice day. |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2006
Beans: 20
|
Re: Xen: How to setup Ubuntu 6.10 (Edgy Eft) perfectly as Xen gest domain (DomU)?
fuzziefuz, it worked like a charm thank you for posting.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|