All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Robin van Leeuwen <robin.van.leeuwen@nl.nyklogistics.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk
Date: Mon, 05 Sep 2005 10:01:12 +1000	[thread overview]
Message-ID: <1125878472.24158.18.camel@localhost.localdomain> (raw)
In-Reply-To: <43146157.3060600@nl.nyklogistics.com>

On Tue, 2005-08-30 at 15:38 +0200, Robin van Leeuwen wrote:
> Hi,
> 
> I'm trying to get Xen 2.0 testing running on my amd64 (32 bit mode, debian
> 3.1 i386 sarge installed)
> and i'm stuck on using a lvm partition as hda1. I'm getting the following
> message during boot of domU:
> 
> --------
>     ...
>     kjournald starting.  Commit interval 5 seconds
>     EXT3-fs: mounted filesystem with ordered data mode.
>     VFS: Mounted root (ext3 filesystem) readonly.
>     Freeing unused kernel memory: 120k freed
>     request_module: runaway loop modprobe binfmt-464c

This is trying to exec /sbin/init (a 32-bit binary), but your kernel
doesn't handle 32-bit binaries.  It tries to modprobe binftm-464c, but
modprobe is a 32-bit binary...

Now, this is a guess: did you turn CONFIG_IA32_EMULATION off?

Rusty.
-- 
A bad analogy is like a leaky screwdriver -- Richard Braakman

  reply	other threads:[~2005-09-05  0:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 13:38 xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk Robin van Leeuwen
2005-09-05  0:01 ` Rusty Russell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-08-30 14:00 Robin van Leeuwen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1125878472.24158.18.camel@localhost.localdomain \
    --to=rusty@rustcorp.com.au \
    --cc=robin.van.leeuwen@nl.nyklogistics.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.