From: Jesper Dangaard Brouer <hawk@comx.dk>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Sam Ravnborg <sam@ravnborg.org>
Subject: (Solved) Problem compile kernel on Ubuntu and using on Debian
Date: Tue, 13 Oct 2009 13:01:17 +0200 [thread overview]
Message-ID: <1255431677.13607.118.camel@localhost.localdomain> (raw)
Hi Google,
I had a problem compile kernel 2.6.31.3 on an Ubuntu 9.04 server (CPU
core i7) and using it on a Debian 5.0.3 lenny (CPU Atom 330). Both
systems using the 64-bit version of the OS'es. And kernel compiled
for x86_64.
Problems seen:
"Waiting for root file system..."
If you get past this one, by compiling enough modules into the kernel,
BUT then a lot of modules does not seem to be loaded (modprobe).
Solution:
The solution seems to be related to the modules.dep files generated on
the Ubuntu system and copied to the debian system.
Run the following commands on the debian system:
depmod -a 2.6.31.3-ubuntu-compiled
update-initramfs -u -k 2.6.31.3-ubuntu-compiled
update-grub2
Which means:
1. update the modules.dep files
2. recreate the initrd.img
3. update the grub config
Q: I don't know why a depmod update is required, anyone feel free to answer that question?
Ubuntu 9.04:
depmod -V
module-init-tools 3.7-pre9
gcc --version
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
Debian lenny:
depmod -V
module-init-tools 3.4
gcc --version
gcc (Debian 4.3.2-1.1) 4.3.2
My reason for compiling on the Ubuntu system, is that its CPU is a
Core i7, which can compile the kernel in 5 minuts where the Debian
systems has a ATOM 330 CPU which uses 58 minuts to compile the same
kernel...
--
Med venlig hilsen / Best regards
Jesper Brouer
ComX Networks A/S
Linux Network developer
Cand. Scient Datalog / MSc.
Author of http://adsl-optimizer.dk
LinkedIn: http://www.linkedin.com/in/brouer
next reply other threads:[~2009-10-13 11:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-13 11:01 Jesper Dangaard Brouer [this message]
2009-10-13 17:19 ` (Solved) Problem compile kernel on Ubuntu and using on Debian Frans Pop
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=1255431677.13607.118.camel@localhost.localdomain \
--to=hawk@comx.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sam@ravnborg.org \
/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