All of lore.kernel.org
 help / color / mirror / Atom feed
* Booting Xen on IA64 (for Dan Magenheimer)
@ 2005-01-13 17:02 Philippe Berthault
  2005-01-13 17:29 ` Håvard Bjerke
  2005-01-14  0:08 ` Dan Magenheimer
  0 siblings, 2 replies; 3+ messages in thread
From: Philippe Berthault @ 2005-01-13 17:02 UTC (permalink / raw)
  To: Xen-Devel

[-- Attachment #1: Type: text/plain, Size: 1610 bytes --]

Dan,

I have tried to boot Xen on my old Lion system, with your xen.good
and xenlinux.good downloaded from ftp://ftp.hpl.hp.com/pub/xen-ia64

The symptom is the same as with xen and Linux I have compiled myself:
    Loading xen.good... Loading Linux... ..done
    Loading initrd xenlinux.good... done

At this point, the system is stopped.
There is no activity on disks and no activity on CPUs.
I have tried several configurations, with and without serial console,
and the symptom is always the same.

Questions:
1) How is it possible to progress at this point ?

2) I haven't understand your answer about "initrd" ?
I have seen that Havard also uses the "initrd" directive, with success.

> Also, I've never seen the initrd message before from Xen/ia64. Elilo loads
xenlinux as
> the initrd so xenlinux (currently) can't support modules. Perhaps your
elilo.conf
> needs to be changed?

=======================================================
Here, my "elilo.conf" file :

    prompt
    timeout=50
    default=linux

    image=vmlinuz-2.4.21-21.EL
        label=linux
        description="RH EL-AS3 standard (default)"
        initrd=initrd-2.4.21-21.EL.img
        read-only
        append="root=LABEL=/"

    image=xen
        label=xen
        description="Xen 2.6.7 and Linux kernel 2.6.9"
        initrd=vmlinuz-2.6.9
        read-only
        append="nomca console=tty0 root=LABEL=/"

    image=xen.good
        label=xenhp
        description="xen.good & xenlinux.good binaries from HP"
        initrd=xenlinux.good
        read-only
        append="nomca console=tty0 root=LABEL=/"

Thanks,
Philippe.

[-- Attachment #2: Type: text/html, Size: 5646 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Booting Xen on IA64 (for Dan Magenheimer)
  2005-01-13 17:02 Booting Xen on IA64 (for Dan Magenheimer) Philippe Berthault
@ 2005-01-13 17:29 ` Håvard Bjerke
  2005-01-14  0:08 ` Dan Magenheimer
  1 sibling, 0 replies; 3+ messages in thread
From: Håvard Bjerke @ 2005-01-13 17:29 UTC (permalink / raw)
  To: Philippe Berthault; +Cc: Xen-Devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 950 bytes --]

On Thu, Jan 13, 2005 at 06:02:25PM +0100, Philippe Berthault wrote:
> 
> 2) I haven't understand your answer about "initrd" ?
> I have seen that Havard also uses the "initrd" directive, with success.

That's true

> 
> =======================================================
> Here, my "elilo.conf" file :
> 
[...]
> 
>     image=xen.good
>         label=xenhp
>         description="xen.good & xenlinux.good binaries from HP"
>         initrd=xenlinux.good
>         read-only
>         append="nomca console=tty0 root=LABEL=/"

Try using append="nomca console=tty0 console=ttyS0 root=LABEL=/"

Then connect to the serial port and see what's happening.

Håvard


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Booting Xen on IA64 (for Dan Magenheimer)
  2005-01-13 17:02 Booting Xen on IA64 (for Dan Magenheimer) Philippe Berthault
  2005-01-13 17:29 ` Håvard Bjerke
@ 2005-01-14  0:08 ` Dan Magenheimer
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Magenheimer @ 2005-01-14  0:08 UTC (permalink / raw)
  To: xen-devel

The low-level serial output code in Xen/ia64 is likely
not working on your old Lion box.  The current serial output
code is a temporary hack and is probably not widely portable.
My plan is to replace it with the new early uart code added
to Linux/ia64 in 2.6.10 which should be more generic and
well-structured, but still may not support old Lion boxes.

If you or someone you work with is adept at low-level
serial port code and could write assembly to force output
to go to one of the Lion serial ports, I can show you how
to substitute it (see xen/include/asm-ia64/xenserial.h and
xen/arch/ia64/xenasm.S).  Otherwise it will be difficult to
make any progress until your Itanium2 "new shoes" arrive :-)

Dan

P.S. My comment about initrd was a mistake.  I saw vmlinuz.gz
and somehow understood it as initrd.gz. Sorry for misleading.




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-14  0:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-13 17:02 Booting Xen on IA64 (for Dan Magenheimer) Philippe Berthault
2005-01-13 17:29 ` Håvard Bjerke
2005-01-14  0:08 ` Dan Magenheimer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.