Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Debain kernel 2.4 won't boot.

  • 12-11-2003 11:50pm
    #1
    Registered Users, Registered Users 2 Posts: 2,281 ✭✭✭


    I have recently installed Debain Woody. It boot perfectly with linux kernel 2.2.

    I then installed the 2.4 kernel image from the CD and it will not boot. When i boot it from lilo it says:
    Loading kernel..............
    
    And just stops doing anything.

    So i tried to build it from source a few times and got exactly the same problem.

    Has anyone run into this before?
    Or is there a way that I can view some debugging information or a log file of what is failing?

    Thanks,


Comments

  • Closed Accounts Posts: 157 ✭✭BenH


    When you installed the new kernel, you did run lilo before rebooting didnt you?

    Regards,

    Ben


  • Registered Users, Registered Users 2 Posts: 2,281 ✭✭✭DeadBankClerk


    Yes :)
    I have made and failed with 4 built kernels and 1 pre-packaged debian one.


  • Closed Accounts Posts: 5,563 ✭✭✭Typedef


    Maybe.

    You compiled for the wrong cpu architecture or you compiled some bad setting for your console video driver.

    Try a vesa frame buffer video console and/or just regular vga.


  • Registered Users, Registered Users 2 Posts: 2,281 ✭✭✭DeadBankClerk


    The VESA/VGA sounds like a plan.

    Windows says my architecture is:

    "Intel (R) Pentium 4 CPU 2.40GHz AT/AT COMPATIBLE 1,047,536 KB RAM."


  • Closed Accounts Posts: 5,563 ✭✭✭Typedef


    Recompile.

    Include PCMCIA/APM(not acpi)/make sure you select all the necessary stuff for your console driver, to work, make sure in general options you have your cpu type set.

    That should be enough to get you booted and then you can recompile till you get up and running.

    If your having difficulty booting your system

    From the prompt of most distros installation cd

    linux mount root=/dev/hda(whatever)

    should load for you a kernel image called "linux" this image could equally be called "linux-scsi-patch" or "linux-pcmcia-driver-patch" etc and informs the kernel of the root partition to mount.

    Depending on the version of the kernel you are running, there might even be
    /proc/config.gz

    Which should when uncompressed fit neatly into linux-source-version-x/.config

    and from there you should be able to do a
    make menuconfig

    and tweak the options to your hearts content, based on a running kernel configuration.


  • Advertisement
Advertisement