kernel panic on root

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default kernel panic on root

    I have RH9, and I am trying to install the latest kernel, 2.4.21. It
    compiles fine, no probs there. I even used the make install command which
    adds the new kernel to the grub.conf file. When it comes to reboot and i
    pick 2.4.21, the kernel panics when it tries to mount the root directory.
    It has root=LABEL=/ as a boot option. The kernel says cant find device
    "LABEL=/" use proper "root=" boot option. My boot directory is at
    /dev/hde2, root is at /dev/hde5. I have tried setting root=/dev/hde5 at
    startup, doesnt work. My hd is a 60gig Western Digital that is connected
    to a pci card since my bios is too old to support the drive. Please help, I
    really want to see whats so good about the 2.4.21 kernel.

    David.
    David M Noriega Guest

  2. Similar Questions and Discussions

    1. Acrobat 6.0 + AI CS = Kernel Panic
      Hi- Im running Panther 10.3.9 on a G5 that is giving me a kernel panic when I launch Acrobat and AI CS is already up or sometimes the reverse. I made...
    2. What caused this kernel panic?
      #0 doadump () at pcpu.h:159 #1 0xc04d9efb in boot (howto=260) at ../../../kern/kern_shutdown.c:397 #2 0xc04da221 in panic (fmt=0xc060106c "%s")...
    3. Kernel panic
      I have Slackware Linux 9.1 installed on my computer for about a year. Everything worked just fine untill yesterday. When I tryed to go to Linux,...
    4. kernel panic with multiple PPP connection
      "Simon Wu" <simonwu@nortelnetworks.com> wrote in message news:bimcm5$9il$1@zcars0v6.ca.nortel.com...
    5. KERNEL PANIC: VFS: Unable to mount root fs on 01:00
      Whenever i try to run the file install.bat on the debian binary-1 cd (/dists/woody/main/disks-i386/3.0.23-2002-05-21) it runs for about 10-15...
  3. #2

    Default Re: kernel panic on root

    David M Noriega wrote:
    > I have RH9, and I am trying to install the latest kernel, 2.4.21. It
    > compiles fine, no probs there. I even used the make install command which
    > adds the new kernel to the grub.conf file. When it comes to reboot and i
    > pick 2.4.21, the kernel panics when it tries to mount the root directory.
    > It has root=LABEL=/ as a boot option. The kernel says cant find device
    > "LABEL=/" use proper "root=" boot option. My boot directory is at
    > /dev/hde2, root is at /dev/hde5. I have tried setting root=/dev/hde5 at
    > startup, doesnt work. My hd is a 60gig Western Digital that is connected
    > to a pci card since my bios is too old to support the drive. Please help,
    > I really want to see whats so good about the 2.4.21 kernel.
    >
    > David.
    Label and root are on separate lines
    label=linux (for example)
    root=/dev/hde5

    seems to be what you need. Label is what appears in your LILO menu, so it
    must be unique. Up the top, default=(put here the label of the image you
    want to be the default.)

    HTH,

    Doug.
    --
    Registered Linux user No. 277548.
    Linux: in a world without fences, who needs Gates?
    Doug Laidlaw Guest

  4. #3

    Default Re: kernel panic on root

    Doug Laidlaw wrote:
    > David M Noriega wrote:
    >
    >> I have RH9, and I am trying to install the latest kernel, 2.4.21. It
    >> compiles fine, no probs there. I even used the make install command
    >> which
    >> adds the new kernel to the grub.conf file. When it comes to reboot and i
    >> pick 2.4.21, the kernel panics when it tries to mount the root directory.
    >> It has root=LABEL=/ as a boot option. The kernel says cant find device
    >> "LABEL=/" use proper "root=" boot option. My boot directory is at
    >> /dev/hde2, root is at /dev/hde5. I have tried setting root=/dev/hde5 at
    >> startup, doesnt work. My hd is a 60gig Western Digital that is connected
    >> to a pci card since my bios is too old to support the drive. Please help,
    >> I really want to see whats so good about the 2.4.21 kernel.
    > Label and root are on separate lines
    > label=linux (for example)
    > root=/dev/hde5
    >
    > seems to be what you need. Label is what appears in your LILO menu, so it
    > must be unique. Up the top, default=(put here the label of the image you
    > want to be the default.)
    I think you misunderstand his posting.
    His LABEL refers to the partition label,
    which can be used in place of the device name.

    I would advise replacing LABEL=/ in lilo.conf
    by the actual device, eg root=/dev/hde5 ,
    and running LILO to get it written
    (preferably in the MBR of the first disk).

    --
    Timothy Murphy
    e-mail: [email]tim@birdsnest.maths.tcd.ie[/email]
    tel: +353-86-233 6090
    s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
    Timothy Murphy Guest

  5. #4

    Default Re: kernel panic on root

    On Sat, 12 Jul 2003 at 13:07 GMT, Timothy Murphy eloquently wrote:
    > Doug Laidlaw wrote:
    >
    >> David M Noriega wrote:
    >>
    >>> I have RH9, and I am trying to install the latest kernel, 2.4.21. It
    >>> compiles fine, no probs there. I even used the make install command
    >>> which
    >>> adds the new kernel to the grub.conf file. When it comes to reboot and i
    >>> pick 2.4.21, the kernel panics when it tries to mount the root directory.
    >>> It has root=LABEL=/ as a boot option. The kernel says cant find device
    >>> "LABEL=/" use proper "root=" boot option. My boot directory is at
    >>> /dev/hde2, root is at /dev/hde5. I have tried setting root=/dev/hde5 at
    >>> startup, doesnt work. My hd is a 60gig Western Digital that is connected
    >>> to a pci card since my bios is too old to support the drive. Please help,
    >>> I really want to see whats so good about the 2.4.21 kernel.
    >
    >> Label and root are on separate lines
    >> label=linux (for example)
    >> root=/dev/hde5
    >>
    >> seems to be what you need. Label is what appears in your LILO menu, so it
    >> must be unique. Up the top, default=(put here the label of the image you
    >> want to be the default.)
    >
    > I think you misunderstand his posting.
    > His LABEL refers to the partition label,
    > which can be used in place of the device name.
    >
    > I would advise replacing LABEL=/ in lilo.conf
    > by the actual device, eg root=/dev/hde5 ,
    > and running LILO to get it written
    > (preferably in the MBR of the first disk).
    Yeah but the OP uses grub. I think the options chosen
    during the config stage are incomplete. The OP needs
    to state what he did. Did he copy the config-<kernel version>
    from boot to /path/to/<kernel-2.4.21>/.config and do a make
    oldconfig before make [menu|x]config???

    --
    Registered Linux User # 125653 ([url]http://counter.li.org[/url]) | Please remove
    Certified: 55% bastard, 31% of which is tard. | '.invalid'
    [url]http://www.thespark.com/bastardtest[/url] | to reply.
    Switch to: [url]http://www.speakeasy.net/refer/190653[/url]
    ne... Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139