From: Peter Osterlund <petero2@telia.com>
To: mikeb1@t-online.de (Michael Berger)
Cc: linux-kernel@vger.kernel.org
Subject: Re: Error in installing kernel 2.6.5 compiled with GCC 3.4.0 and -mregparm=3
Date: 02 May 2004 13:22:14 +0200 [thread overview]
Message-ID: <m2d65n2hw9.fsf@p4.localdomain> (raw)
In-Reply-To: <408BBCB2.9010804@t-online.de>
mikeb1@t-online.de (Michael Berger) writes:
> I get following error in installing kernel 2.6.5 compiled with GCC
> 3.4.0 and -mregparm=3.
>
> [root@Loki linux-2.6]# make modules_install
...
> INSTALL drivers/block/loop.ko
...
> [root@Loki linux-2.6]# make install
...
> sh /home/chewie/work/kernel/linux-2.6/arch/i386/boot/install.sh 2.6.5
> arch/i386/boot/bzImage System.map ""
> All of your loopback devices are in use.
> mkinitrd failed
I recently got the same error when I installed a reconfigured version
of the 2.6.6-rc3 kernel while already running another configuration of
the same kernel version.
What happens is that "make modules_install" installs a new loop driver
built for the new kernel, but when you then run "make install",
mkinitrd loads the loop driver. The result is that the new loop driver
gets loaded into the old kernel, and depending on what configuration
options you changed, this may or may not work. In my case I got an
oops in lo_open().
Maybe something similar is happening in your case.
--
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340
next prev parent reply other threads:[~2004-05-02 11:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-25 13:27 Error in installing kernel 2.6.5 compiled with GCC 3.4.0 and -mregparm=3 Michael Berger
2004-05-02 11:22 ` Peter Osterlund [this message]
2004-05-02 17:21 ` Michael Berger
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=m2d65n2hw9.fsf@p4.localdomain \
--to=petero2@telia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mikeb1@t-online.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox