Hi, Recently trying to install DomU guest on top of compiled Xen 4.1.4 on Ubuntu 11.10(in VirtualBox environment). When installation finishes (successfully) it automatically reboots and also after rebooting when I do xm create -c /etc/xen/mydomU.cfg it reboots again. What can cause this ?? I added "noreboot" to Grub commandline for Xen but now as expected it just hangs after installation. And, I am using xen-tools and the weird thing is I was able to install guest on top of precompiled Xen(apt-get install xen-hypervisor-4.1-i386), now I am trying to install on top of compiled Xen. I am writing down my configuration in /etc/xen-tools/xen-tools.conf: dist=/home/xen install-method=debootstrap size=4G memory=128Mb swap=128Mb fs=ext3 dist=lucid image=sparse dhcp=1 bridge=xenbr0 passwd=1 boot=1 kernel=/boot/vmlinuz- ''uname -r'' initrd=/boot/initrd.img- ''uname -r'' ext3_options=noatime,nodiratime,errors=remount-ro ext2_options=noatime,nodiratime,errors=remount-ro xfs_options=defaults reiserfs_options=defaults btrfs_options=defaults serial_device=hvc0#default disk_device=xvda#default Thanks, -- Orçun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Hi, Recently trying to install DomU guest on top of compiled Xen 4.1.4 on Ubuntu 11.10(in VirtualBox environment). When installation finishes (successfully) it automatically reboots and also after rebooting when I do xm create -c /etc/xen/mydomU.cfg it reboots again. What can cause this ?? I added "noreboot" to Grub commandline for Xen but now as expected it just hangs after installation. And, I am using xen-tools and the weird thing is I was able to install guest on top of precompiled Xen(apt-get install xen-hypervisor-4.1-i386), now I am trying to install on top of compiled Xen. I am writing down my configuration in /etc/xen-tools/xen-tools.conf: dist=/home/xen install-method=debootstrap size=4G memory=128Mb swap=128Mb fs=ext3 dist=hardy image=sparse dhcp=1 bridge=xenbr0 passwd=1 boot=1 kernel=/boot/vmlinuz- ''uname -r'' initrd=/boot/initrd.img- ''uname -r'' ext3_options=noatime,nodiratime,errors=remount-ro ext2_options=noatime,nodiratime,errors=remount-ro xfs_options=defaults reiserfs_options=defaults btrfs_options=defaults serial_device=hvc0#default disk_device=xvda#default Thanks, -- Orçun _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Sat, 2013-04-27 at 18:34 +0100, Orçun Yıldız wrote:> Hi,This appears to be a user question and not a development issue, please use xen-users@ for such issues. Redirecting (-devel to bcc).> Recently trying to install DomU guest on top of compiled Xen 4.1.4 on > Ubuntu 11.10(in VirtualBox environment). When installation finishes > (successfully) it automatically reboots and also after rebooting when > I do xm create -c /etc/xen/mydomU.cfg it reboots again. What can cause > this ??Did you check the logs? http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen has a useful checklist of log files to consider including.> I added "noreboot" to Grub commandline for Xen but now as expected it > just hangs after installation.Uh, I'm confused, are you talking about the host or domU rebooting? noreboot should affect the host not a domU and it seems like you are talking about domU. When it "hangs" do you see any log messages? You may need to setup serial console (linkd from the wiki page above).> And, I am using xen-tools and the weird thing is I was able to > install guest on top of precompiled Xen(apt-get install > xen-hypervisor-4.1-i386), now I am trying to install on top of > compiled Xen. > I am writing down my configuration in /etc/xen-tools/xen-tools.conf: > > > dist=/home/xen > > install-method=debootstrap > > size=4G > > memory=128Mb > > swap=128Mb > > fs=ext3 > > dist=lucid > > image=sparse > > dhcp=1 > > bridge=xenbr0 > > passwd=1 > > boot=1 > > kernel=/boot/vmlinuz- 'uname -r' > > initrd=/boot/initrd.img- 'uname -r' > > ext3_options=noatime,nodiratime,errors=remount-ro > ext2_options=noatime,nodiratime,errors=remount-ro > > xfs_options=defaults > reiserfs_options=defaults > btrfs_options=defaults > > serial_device=hvc0#default > > disk_device=xvda#default > > > > > Thanks, > > -- > > Orçun_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Sat, 2013-04-27 at 18:34 +0100, Orçun Yıldız wrote:> Hi,This appears to be a user question and not a development issue, please use xen-users@ for such issues. Redirecting (-devel to bcc).> Recently trying to install DomU guest on top of compiled Xen 4.1.4 on > Ubuntu 11.10(in VirtualBox environment). When installation finishes > (successfully) it automatically reboots and also after rebooting when > I do xm create -c /etc/xen/mydomU.cfg it reboots again. What can cause > this ??Did you check the logs? http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen has a useful checklist of log files to consider including.> I added "noreboot" to Grub commandline for Xen but now as expected it > just hangs after installation.Uh, I'm confused, are you talking about the host or domU rebooting? noreboot should affect the host not a domU and it seems like you are talking about domU. When it "hangs" do you see any log messages? You may need to setup serial console (linkd from the wiki page above).> And, I am using xen-tools and the weird thing is I was able to > install guest on top of precompiled Xen(apt-get install > xen-hypervisor-4.1-i386), now I am trying to install on top of > compiled Xen. > I am writing down my configuration in /etc/xen-tools/xen-tools.conf: > > > dist=/home/xen > > install-method=debootstrap > > size=4G > > memory=128Mb > > swap=128Mb > > fs=ext3 > > dist=lucid > > image=sparse > > dhcp=1 > > bridge=xenbr0 > > passwd=1 > > boot=1 > > kernel=/boot/vmlinuz- 'uname -r' > > initrd=/boot/initrd.img- 'uname -r' > > ext3_options=noatime,nodiratime,errors=remount-ro > ext2_options=noatime,nodiratime,errors=remount-ro > > xfs_options=defaults > reiserfs_options=defaults > btrfs_options=defaults > > serial_device=hvc0#default > > disk_device=xvda#default > > > > > Thanks, > > -- > > Orçun_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
>>> On 27.04.13 at 19:34, Orçun Yıldız<oorcun.yildiz@gmail.com> wrote: > Recently trying to install DomU guest on top of compiled Xen 4.1.4 on > Ubuntu 11.10(in VirtualBox environment). When installation finishes > (successfully) it automatically reboots and also after rebooting when I do > xm create -c /etc/xen/mydomU.cfg it reboots again. What can cause this ??Any bug can cause this. With you reporting this to xen-devel, we would expect you to provide the hypervisor (and kernel, just in case) log thereof without explicitly being asked. Without that we can't tell anything. Besides that, you description isn't really precise either - the title makes me understand that it's the host (i.e. Dom0) that reboots, but your description above sounds more like it's only the DomU that reboots. Only the subsequent reference to "noreboot" makes clear that you indeed appear to mean Dom0/host. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel