Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everyone,
I am trying to compile the suse kernel....and actually it compiles perfectly. The problem comes after, when I want to issue the command "mkinitrd" or "mk_initrd".
I have tried two ways:
mkinitrd /boot/initrd-2.4.20-XXXX.img 2.4.20-XXXX
with this command, I get the message "Cannot create temporary directory...exiting".
mk_initrd -k vmlinuz-2.4.20-XXXX -i initrd-2.4.20-XXXX
with this, everything seems to go fine but then I get the message "reiserfs: module not found".
Now, on the first issue I do not have any clue. On the second one, for some reason the reiserfs module is in the old kernel directory and not in the new one 2.4.20-XXXX. Why?
Do you guys can help me in any way?
Thanks a lot,
ajpug
Well,
the only thing I was able to do was to not use the ram disk for the boot. Especially if you have a laptop, the ram disk is not necessary. So, even if mkinitrd fails, just continue with the other steps of the compiling process and when you have to modify the LILO file you can decide if including or not the "init" line. If you include it it will have to be the init line of the older kernel, since the mkinitrd command failed when compiling the new kernel. Unfortunately even using the old init line wont do anything.
So at the end you will have a perfect working new kernel but at the boot the display will be all black until the login shell appears. You wont be able to see all the boot messages.
So far this is what I got.
If you find anything else out, please let me know.
Thanks,
ajpug
Mine turned out to be a semantics problem with GRUB - I root pointing to hda instead of hda2.
Oh...don't worry abou the reiserfs issue...you probabaly have it in the kernel.. the mkinitrd scripts is a SuSE special!
Just to make sure...did you run make modules and make modules_install?
Hi,
I am using LILO and unfortunately it is not a semantic pproblem with me!
Yes I ran make modules and install.
Right now I am thinking to move to the Mandrake 9 distribution, it seems to give no problems, at least during installation.
What do you think?
Thanks,
ajpug
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.