* System reboots while installing a guest Windows
@ 2012-09-14 1:26 adrian adams
2012-09-14 6:07 ` Pasi Kärkkäinen
2012-09-14 6:23 ` Keir Fraser
0 siblings, 2 replies; 5+ messages in thread
From: adrian adams @ 2012-09-14 1:26 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 351 bytes --]
Hi,
For doing a project, I am using xen (version 3.1.0) from source code. When
I want to install the guest system (using i.e. xm create w2k3.hvm), my
whole system reboots and nothing else happens. I do not know how to find
out what is wrong with my xen installation.
I will appreciate if some one helps me to solve this problem.
Thank you,
-Adrian
[-- Attachment #1.2: Type: text/html, Size: 1175 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: System reboots while installing a guest Windows
2012-09-14 1:26 System reboots while installing a guest Windows adrian adams
@ 2012-09-14 6:07 ` Pasi Kärkkäinen
2012-09-14 6:23 ` Keir Fraser
1 sibling, 0 replies; 5+ messages in thread
From: Pasi Kärkkäinen @ 2012-09-14 6:07 UTC (permalink / raw)
To: adrian adams; +Cc: xen-devel
On Thu, Sep 13, 2012 at 05:26:49PM -0800, adrian adams wrote:
> Hi,
Hello,
> For doing a project, I am using xen (version 3.1.0) from source code.
>
Why such an old version of Xen? Even if you needed Xen 3.1.x,
why not use the latest release in 3.1.x branch?
3.1.0 is the initial release, not the latest in 3.1.x branch.
Consider using Xen 4.1.3, or the soon to be released 4.2.0.
> When I want to install the guest system (using i.e. xm create w2k3.hvm), my
> whole system reboots and nothing else happens. I do not know how to find
> out what is wrong with my xen installation.
> I will appreciate if some one helps me to solve this problem.
>
Which dom0 kernel are you using?
You need to set up a serial console, so you can capture and log the full
boot time messages for troubleshooting..
-- Pasi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: System reboots while installing a guest Windows
2012-09-14 1:26 System reboots while installing a guest Windows adrian adams
2012-09-14 6:07 ` Pasi Kärkkäinen
@ 2012-09-14 6:23 ` Keir Fraser
2012-09-14 15:35 ` adrian adams
1 sibling, 1 reply; 5+ messages in thread
From: Keir Fraser @ 2012-09-14 6:23 UTC (permalink / raw)
To: adrian adams, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 687 bytes --]
Are you really using Xen 3.1.0. You should upgrade to a newer version if so.
On 14/09/2012 02:26, "adrian adams" <adrian.adams00@gmail.com> wrote:
> Hi,
>
> For doing a project, I am using xen (version 3.1.0) from source code. When I
> want to install the guest system (using i.e. xm create w2k3.hvm), my whole
> system reboots and nothing else happens. I do not know how to find out what is
> wrong with my xen installation.
>
> I will appreciate if some one helps me to solve this problem.
>
> Thank you,
> -Adrian
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
[-- Attachment #1.2: Type: text/html, Size: 1462 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: System reboots while installing a guest Windows
2012-09-14 6:23 ` Keir Fraser
@ 2012-09-14 15:35 ` adrian adams
2012-09-14 15:49 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: adrian adams @ 2012-09-14 15:35 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 897 bytes --]
I need to use ether http://ether.gtisc.gatech.edu/source.html
I used debian Lenny and the same kernel version in the link.
Thank you,
-Adrian
On Friday, September 14, 2012, Keir Fraser wrote:
> Are you really using Xen 3.1.0. You should upgrade to a newer version if
> so.
>
>
> On 14/09/2012 02:26, "adrian adams" <adrian.adams00@gmail.com> wrote:
>
> Hi,
>
> For doing a project, I am using xen (version 3.1.0) from source code.
> When I want to install the guest system (using i.e. xm create w2k3.hvm), my
> whole system reboots and nothing else happens. I do not know how to find
> out what is wrong with my xen installation.
>
> I will appreciate if some one helps me to solve this problem.
>
> Thank you,
> -Adrian
>
> ------------------------------
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
>
[-- Attachment #1.2: Type: text/html, Size: 1860 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: System reboots while installing a guest Windows
2012-09-14 15:35 ` adrian adams
@ 2012-09-14 15:49 ` Ian Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2012-09-14 15:49 UTC (permalink / raw)
To: adrian adams; +Cc: Keir Fraser, xen-devel@lists.xen.org
Please don't top post.
On Fri, 2012-09-14 at 16:35 +0100, adrian adams wrote:
> I need to use ether http://ether.gtisc.gatech.edu/source.html
> I used debian Lenny and the same kernel version in the link.
I think if ether is going to require such an ancient version of Xen then
it is only fair that they pickup the burden of supporting their users.
http://ether.gtisc.gatech.edu/contact.html suggests that
http://groups.google.com/group/ether-devel is the place to go.
I don't think it is reasonable to expect the Xen.org community to
support old releases indefinitely. Sorry.
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-09-14 15:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 1:26 System reboots while installing a guest Windows adrian adams
2012-09-14 6:07 ` Pasi Kärkkäinen
2012-09-14 6:23 ` Keir Fraser
2012-09-14 15:35 ` adrian adams
2012-09-14 15:49 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).