|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error on xm create
On 25/11/05, Petersson, Mats <mats.petersson@xxxxxxx> wrote:
> > > Well "file /boot/vmlinuz-2.6.12-xenU" to check it's actually a gzip
> > > compressed image; and if so, "cat /boot/vmlinuz-2.6.12-xenU
> > | gunzip
> > > -c >/tmp/FOO" and "objdump -d /tmp/FOO" to check its an ok
> > ELF image.
> > >
> >
> > Okay
> >
> > Followed your steps, and it came out with load of
> >
> > c035d68f: c3 ret
> > c035d690: 83 ec 04 sub $0x4,%esp
> > c035d693: e8 b8 2d f6 ff call 0xc02c0450
> > c035d698: e8 63 83 f5 ff call 0xc02b5a00
> > c035d69d: c7 04 24 e0 99 31 c0 movl $0xc03199e0,(%esp)
> > c035d6a4: e8 d7 ff f5 ff call 0xc02bd680
> > c035d6a9: c7 04 24 60 9a 31 c0 movl $0xc0319a60,(%esp)
> > c035d6b0: e8 cb ff f5 ff call 0xc02bd680
> > c035d6b5: e8 e6 33 f6 ff call 0xc02c0aa0
> > c035d6ba: 59 pop %ecx
> > c035d6bb: e9 50 33 f6 ff jmp 0xc02c0a10
> >
> Yes, that looks fine.
>
> Are you sure that you uninstalled any old version of Xen before
> installing the new version? I've had problems before where I had a
> mixture of Xen "bits" that wasn't from the same build, and thus didn't
> really expect the same things...
Hi
Its a completely fresh install, I reinstalled the base OS lastnight
and the pulled down the latest xen-unstable source and then here we
are.
Thanks
>
> --
> Mats
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|