Debian :: Rebuild The Debian Kernel ?

Jan 8, 2011

After following this wiki article here detailing how to rebuild the Debian kernel, I'm encountering errors:

HowToRebuildAnOfficialDebianKernelPackage

These were the errors generated at the end of the console output.

Code:

Is there something more specific someone (including myself) would need to diagnose this? I'm unsure how to generate a log for the build process, even if possible...

View 2 Replies


ADVERTISEMENT

Debian :: Rebuild Kernel-included Module?

Jun 7, 2010

my wireless doggle is not suppoerted out of box on squeeze.It's based on zd1211rw,just lack the vendor and product id.how can I hack the source and rebuild the driver module?

View 1 Replies View Related

Debian :: Rebuild Lost Bootloader Flash

Aug 29, 2015

I use a usb flash stick for bootloader and /boot. Debian resides on sdaX and is LUKS encrypted (in fact LVM on LUKs). I am trying to learn how to use the Deb LIVE disk with rescue mode to re-build the bootloader and /boot on a fresh different flash drive. As a learning tool I want to approach this task as described. I have full access to a perfectly running system at this point, but I want to learn this process knowing eventually something will go "bump in the night". I did a custom install so I am aware of how this works generally speaking.

I have password access to the LUKS volume and can easily open it at the LIVE disk prompt to do so. My new flash drive is wiped and EXT2 formatted and should be ready to go. I have RAM based backup software for doing sector backups of the LUKS partition/volume. Doing a full restore at any point will be a piece of cake. I have lots of family around and the thought of a missing bootloader flash drive, while not likely, is not out of question.

View 6 Replies View Related

Debian :: How To Rebuild FSTAB From Emergency Mode

Jun 19, 2015

I used a clonezilla live cd to clone a working updated install to another SSD of the exact make and model. Something went terribly wrong, and the new system booted to emergency mode. I then went back to my working laptop I cloned from and it did the exact same thing when booted, into emergency mode. After a couple of days trying to figure out how to rebuild the FSTAB on the once working machine, I finally figured out how to mount the root partition and copied all my important stuff off. WHEW!

Before I was able to mount the root partition, I had a heck of a time trying to mount it, getting errors about unable to read superblock, etc. I used testdisk that I installed on a debian live cd (on a flash drive) and it did something, not sure, but after that, and rebooting, I no longer had sda1,sda2, and sda5. I only had 1 and 5. sda2 was the root partition (extended, ext2) and I thought all was lost. But after running fdisk -l, I noticed two other devices... dm-0 and dm-1. I noticed that dm-0 was my root partition and read that it has something to do with LVM. I mounted it, and grabbed all my important stuff.

Now I am stuck at rebuilding my fstab so my boot, root, and swap partitions are properly mounted. Again, I do not have anything to copy and paste yet. I guess I got lazy since a lot of my work on this system is via Putty and SSH from a windows machine. It certainly looks like the partitions are there and ok, just not sure where to go from here.

I read that I need to get the UUID's from the partitions, then rebuild the fstab using those. I figured out pretty quickly that using /dev/sda1, 2, and 5 did not work. And the UUID's are pretty long. Without copy and paste, I am not sure how to use those without manually keying them in. I tried shelling into my laptop via putty while it is in emergency mode but failed.

View 7 Replies View Related

Debian :: Upgrade Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel?

Nov 11, 2010

We have a Dell 1850 with Debian with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory,

After a lot of googling and the artical in linux.com/archive/articles/119287 :: Got more than a gig of RAM and 32-bit Linux? Here's how to use it i came to know the solution i.e

1)I need to install the Bigmem-kernel to detect the ram more than 4Gb,

2) or change some kernel parameters in configuration file and rebuild the kernel

Is there any another solution for this to update operating system to detect the more RAM

View 1 Replies View Related

Debian :: How To Upgrade The Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel

Nov 9, 2010

We have a Dell 1850 with Debian 3.0 (woody) with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory. i came to know the solution i.e I need to install the Bigmem-kernel to detect the ram more than 4Gb, Any another solution for this to update operating system to detect the more RAM.

View 6 Replies View Related

Fedora :: How To Rebuild Kernel To 2.6.31.5

Dec 16, 2010

I have been using F12 for while now, I had applied update when it available. After the latest update, my laptop have lot of Kernel Crash error and it hang up more often. I try to upgrade to the F13 or F14 but not successful at all. My only hope now is to rebuild the Kernel to the early Kernel. How to rebuild the Kernel to 2.6.31.5.
My current Kernel is 2.6.32.26-175.fc12.i686.PAE
Gnome 2.28.2
1G memory
Intel PIII mobile 1.13G

View 2 Replies View Related

General :: How To Rebuild A Kernel

Apr 29, 2010

I have backtrack 4 on vmware player... i have intel (R) wifi 5100 agn wireless card and when i type airmon-ng there is nothing shown on interface....it's empty... i downloaded a driver from here [URL] and i have been told i need kernel rebuild... i have kernel 2.6.30.9 so how can rebuild it?

View 8 Replies View Related

CentOS 5 :: Rebuild The 2.6.18.-128.e15 Kernel In 5.3?

Jul 18, 2009

I want rebuild my 2.6.18.-128.e15 kernel in CentOS 5.3? but i have one trouble. When i type make bzImage I see

make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'. Stop.
make: *** [init] Error 2

on the screen. It is because kernel sourse codes are not full. I can not search full sourse codes of 2.6.18.-128.e15 kernel.not in src.rpm , not in tar.bz2 etc.

View 5 Replies View Related

CentOS 5 :: Rebuild Just One Part Of The Kernel?

Nov 13, 2009

I'm working on the development of a custom kernel (actually just a "small" change in the networking part), from the standard 2.6.23.17 source code (downloaded from kernel.org), on CentoOS 5.3. I'm using the following procedure to build and install the kernel:

1)cd <ROOT_DIRECTORY_OF_KERNEL_SOURCE>
2)Modifiy the 4th line of the Make file as follows:EXTRAVERSION = .17CUSTOM
3)make clean && make mrproper
4)make menuconfig
5) make rpm

[Code]...

View 2 Replies View Related

Software :: X Will Not Fully Start After Kernel Rebuild?

Sep 16, 2010

I rebuilt my kernel with dynamic ticks, high resolution timer support, and hugepagetlb and hugepagetlbfs support. Now X does not load. If I start it as root, xclock shows up and then the screen goes black and I can't do anything. Normally xclock and three xterms show up. If I start it under my normal account, I get a black screen with nothing but a cursor, which moves and has the "busy" pointer. It is not configuration because I booted an old kernel and am using X under that right now.I also set CONFIG_PM_RUNTIME to no. My monitor uses DPMS so maybe that may have done it.

View 4 Replies View Related

Debian :: Compiling Kernel - 2.6.26 Version Of Kernel Doesn't Longer Exist In Kernel.org Website

Sep 16, 2010

i'm using this guide videos - howto: debian linux kernel compilation, part 1 and the author says i need kernel 2.6.26 this version of kernel doesnt longer exist in kernel.org website and the only 2.6.26 i found is a patch here. should i use the patch? or download another version of kernel?

View 2 Replies View Related

Slackware :: X Freezes (xfce) Instantly After Kernel Rebuild?

Dec 16, 2010

New build of Slackware 13.1 x86_64 in Dell E4310 laptop. The stock install works fine barring a few bits of hardware but after recompiling the kernel X loads and immediately freezes, whence I need to soft power down (I cannot switch back to a console). On capturing stderr from the command line, when executing startx I get various warnings including:(polkit-gnome-authentication-agent-1:2368): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failedCan't really tell if the above is relevant... Sorry I can't dump the lot because the machine isn't on the net yet.

There is nothing errorwise in the Xorg log after a reboot. The very last line relates to a video mode with modeline info etc. I have compiled either into the kernel, or as modules everything I think I need though unfortunately I seem to have to load them all manually, so I hav no idea of I've missed something important. This includes all the Intel drivers i915, drm, intel_agp etc.Googling suggests bugs with polkit and I don't know why gnome has anything to do with my system in any case.Other thing that I find annoying is that xorg.conf no longer exists and I am relying on the HAL daemon, about which I know nothing. It took me ages to find how to change the X keyboard map - very frustrating. How do I confirm which video driver etc.?

View 2 Replies View Related

CentOS 5 :: Nvidia Driver Rebuild Necessary After (each) Kernel Upgrade?

Oct 6, 2010

I have an Nvidia graphics card,... actually I manage several workstations that run centos and have an nvidia video card. I also have a personal computer with ubuntu and an nvidia network card.

I would like to do a regular automatic update of those Centos workstations. (With a pilot group to test and then a full roll-out). Until oktober 2009 no major difference in automatic updating ubuntu and centos (apart from the differences between apt and yum):

After a kernel upgrade, the systems can not boot into it's Xorg gui, because the nvidia driver must be rebuild (=not recompiled, because this is partially object code, the driver is not opensource).

But from ubuntu 9.10 onwards, the kernel update process checks for the presence of propietary drivers like those of nvidia and does a rebuild on the reboot, so that the system can succesfully boot into the xorg GUI (and gdm or kdm) My question is: Are ther any plans for Centos to do the same, this would relief me from some upgrade hassle for the Centos workstations that I manage. Or does anyone know about a (good) automagic workaround?

View 6 Replies View Related

General :: Debian - Install Rtl8187se Driver In Default Debian Kernel (without Generic)?

Apr 20, 2010

I have rtl8187se linux driver, during installation in debian linux it tells that "the kernel is not a generic". How can i install this driver in default debian kernel (without generic)?

View 1 Replies View Related

Slackware :: After Kernel Rebuild And Using Dracut Input Devices In KDM Don't Work?

Nov 11, 2010

I just implemented dracut on my Slack. It works well, but for this also I had to rebuild the kernel. Everything works as it should beside KDM. When KDM start mouse/keyboard don't work. I check the logs and I don't actually see any errors.Note: Im using Slack in VirtualBox with fbdev or vesa driver and it doesn't work with neither of the drivers. I suppose its something missing in the kernel, but don't know what.Before rebuilding the kernel and implementing dracut, everything work with fbdev and/or vesa

View 3 Replies View Related

Slackware :: Kernel Version Downgrade: Rebuild Any Other Packages From Sources?

Mar 23, 2011

I have installed and configured Slackware 13.1 and it works perfectly. Now I'm going (actually forced) to downgrade kernel version down to 2.6.32. Is there any caveats? Do I need rebuild any other packages from sources?

View 13 Replies View Related

Debian Configuration :: Save To Install Kernel 2.6.35.2 On Debian Lenny 5.0.5 Or Stick With Automatic Updates

Aug 20, 2010

is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...

View 14 Replies View Related

Debian :: Upgrade Debian Stable Kernel From Squeeze Version?

May 26, 2010

I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?

View 12 Replies View Related

Debian Installation :: New Install Debian As VB Host With Kernel Error

Feb 22, 2010

I'm somewhat familiar with Ubuntu (familiar but not sharp!) but have never tried Debian OS until now. I've installed Debian 5 64bit as a guest on a Mac host. I'm impressed how smooth the install went; even installing VB Guest Additions went smoothly. But, I get a "Your system had a kernel failure" error after booting. I have searched the forum & didn't find this error. Everything seems to work okay but is there an update that isn't showing in the Update Manager? Could this have something to do with VirtualBox 3.1.4?

View 4 Replies View Related

Debian :: Radeon Xpress 200 Problem On Debian Squeeze - Kernel 2.6.30

Sep 18, 2009

After dist-upgrade a few days ago, X refuses to kick in.

Xorg.0.log reads

Code:

Fatal server error:

no screens found

Please consult the The X.Org Foundation support at http://wiki.x.org

Please also check the log file at "/var/log/Xorg.0.log" for additional information. lshw reads that Xpress 200M is claimed by radeonfb driver.

At this moment, no fglrx packages are installed.

System is Toshiba laptop.

I do not think ATI dropped support, however, even without fglrx, nothing works.

View 7 Replies View Related

Debian :: Customize Debian Live Cd And To Recompile The Kernel?

Dec 25, 2010

I need to customize debian live cd and to recompile the kernel.

View 1 Replies View Related

Fedora :: Rebuild: Cannot Rebuild From Current State

Nov 21, 2010

When trying to rebuild a RAID1 on a FastTrak TX4310 controller after a disk was replaced the below message is given:

Code:
[root@SAMBA Samba]# dmraid -R pdc_gigcjhdfa /dev/sdc
Volume "pdc_gigcjhdfa" is not in rebuild state (current: 16)

Rebuild: cannot rebuild from current state!

View 4 Replies View Related

Debian Configuration :: Is It 64bit Kernel Or 32bit Kernel Optimized For Amd64 Architecture?

Jan 24, 2010

I recently installed debian squeeze 32bit on a second partition of my amd athlon 64 X2 dual core machine.Currently it is using linux-image-2.6.32-trunk-686 kernel.But linux-image-2.6.32-trunk-amd64 is available.on the repository.Is it a 64bit kernel or 32bit kernel optimized for amd64 architecture?

View 12 Replies View Related

Debian :: Automatic Removal Of Kernel Headers Package When Kernel Packages Are Removed

Dec 28, 2008

As a follow-on to something Telemachos said in another post:

Quote:

Originally Posted by Telemachos

You can see what kernels you have installed - to check if you have a virtual kernel and to clean up - by running this command:

Code:

If you've been installing kernel-headers along with the kernels (say to build modules for graphics or wireless), you should remove those when you remove the corresponding kernel. The command to search for those is parallel:

Code:

I would have thought that removing a given kernel package would trigger the removal of the older kernel headers. Can someone confirm that is, or is not, the behavior? I ask this because it seemed to me that the older kernel header packages were indeed removed when I removed some older kernel packages.

For example, the linux kernels I have installed are:

Code:

Also, the linux-headers packages I have installed are:

Code:

So, when I get around to removing the linux-image-2.6.25-2-amd64 package like this:

Code:

I would expect apt-get to automatically also remove linux-headers-2.6.25-2-amd64 and linux-headers-2.6.25-2-common. Is that what will happen, or do I need to explicitly state all three packages on the apt-get remove command?

View 3 Replies View Related

General :: Debian 686 Kernel Total Networking Failure On IbmX60 But 486 Kernel Works

Feb 11, 2011

The 486 kernel works just fine, and while I have only 1GB of RAM at the moment I hope to have 2GB someday and would like to take advantage of the dual core CPU, so I would like to configure grub to run the 686 kernel by default. For whatever reason, it runs the 486 right now and the 686 fails in a major way: there is no network connectivity at all. It could be plugged into my cable modem router and it shows no wired connections. The fact that one works and the other doesn't puzzles me since I haven't touched either since the install and a few rounds of upgrades.

I should mention I'm newbie but getting better; I managed to install debian on this x60, yet while preserving the factory install rescue & recovery partition and preserving the factory install MBR so that ibm-specific hardware functions (thinkvantage button, etc.) still work. This required me to use dd to copy the first 512 bytes of my debian partition to a file in the windows partition, etc., and modifying the windows bootloader. (I wish I had learned dd long ago--it rocks). I did this because if I ever resell the X60, the fact is most people use MS Windows and having that partition adds a perception of value to some potential buyers; not to mention I paid $ for it (I was young & stupid) so why should I delete it. I also backed up the recovery partition on another drive using dd over NFS in case the hd ever heads south.

Anyway, I've never been comfy with messing with the kernel. I did once recompile a module for ALSA because it had a bug in it for an old Yamaha integrated sound card on an old PIII and the newer version worked [alsa fails on this x60 too but I think I found a post on here that has a solution I will try later]. But I'm clueless as to networking modules, not to mention the correct module is installed already from Intel for this chipset. So what is there to do?

Here's a clue: the ifconfig output is radically different from the 686 and 486 kernels. Looks like hardware is not being detected since eth0 fails to show:

I would show the diff output below if it weren't so long--and not allowed--upon 2 text files, the first holding the output of modprobe -l under the 486 kernel and the second under the 686 kernel.

View 14 Replies View Related

Debian Configuration :: Update My Kernel From 2.6.32 To 2.6.38 - Error - Unable To Boot Into The Kernel

May 13, 2011

I am using DEBIAN 6.0 and I wannna update my kernel from 2.6.32 to 2.6.38. Every time, I do it but after the installation & rebooting into the new kernel it gives me error "UNABLE TO BOOT INTO THE KERNEL".

View 1 Replies View Related

Debian Configuration :: Nvidia Kernel Module With Custom Kernel

Jan 24, 2010

I have a problem with my custom kernel when I want to create the Nvidia kernel module.After this finished I installed the image and headers and created the Nvidia kernel module. Everything worked fine.However, if I remove the linux-source from my home directory then I can't create the kernel module.Even though I have the headers for the kernel installed.

View 2 Replies View Related

Debian Installation :: Kernel Liquorix And Nvidia Driver / Error Doesn't Found The Kernel Source Tree?

Oct 1, 2010

I installed the latest kernel liquorix (2.6.35) but when i want to install the Nvidia driver downloaded on the Nvidia website (256.53), i have an error message because Nvidia doesn't found the kernel source tree.

I install linux-image-2.6.35-6.dmz.2-liquorix-686_2.6.35-16_i386.deb, linux-headers-2.6.35-6.dmz.2-liquorix-686_2.6.35-16_i386.deb and build-essential. I don't understand why the installation doesn't works.

View 1 Replies View Related

Debian :: Installing Kernel 2.6.32 Kernel On Lenny?

May 24, 2010

I would like to update my kernel to version 2.6.32 to see if it solves my tv-tuner card issues (not being recognized by the kernel Lenny uses 2.6.26-2 x64). What steps should I follow to accomplish this upgrade?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved