Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: need help with 2.6.6 kernel please

  1. #11
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    Remove the initrd line and see if it boots. The initrd isn't really required for the kernel to boot as shrekkie said.

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  2. #12
    Trumpet-Eared Gentoo Freak
    Join Date
    Jan 2003
    Posts
    992
    do the next in a shell and give us the output. That way we can compare your conf against what really is in the dir.
    I'm sure you already know the commands, but here are they anyway.

    #mount /boot
    #cd /boot
    #ls -la

    Greetz
    Come and check out our wargame-site @ http://www.rootcontest.org
    We chat @ irc.smdc-network.org #lobby

  3. #13
    Blast From the Past
    Join Date
    Jan 2003
    Posts
    729
    i tried mount /boot...nothing, i didnt set it up as a partation the only linux partations i have are an ext3 and a swap
    work it harder, make it better, do it faster, makes us stronger

  4. #14
    Blast From the Past
    Join Date
    Jan 2003
    Posts
    729
    ok this is what has happened as of late
    i accidently deleted something prowling around as root and i had to reinstall *not good enough at linux to know how to repair*
    so im going of a fresh install
    what i was doing before was correct but i was just doing stuff in the wrong order or something

    but i did install the 2.6.6 kernel and it will boot to it but when i do i get a kernel panic that their is no init found
    but when i boot to linux.current *2.4.20-31.9* or linux.failsafe *2.4.20-8* it will say init V 2.84 booting

    do i have to edit my init file to include the new kernel?
    work it harder, make it better, do it faster, makes us stronger

  5. #15
    Trumpet-Eared Gentoo Freak
    Join Date
    Jan 2003
    Posts
    992
    Like i said before, drop the init-line in your bootloader config. Its not necessary to boot, but it can break up stuff if not configed properly.

    Your bootsplash will not be as pretty, but at least it'll work.
    Come and check out our wargame-site @ http://www.rootcontest.org
    We chat @ irc.smdc-network.org #lobby

  6. #16
    Blast From the Past
    Join Date
    Jan 2003
    Posts
    729
    didnt work
    this is the output

    vfs: cannot open root device "label=/" or unknown-block (0,0)
    please append a correct "root=/" boot option
    kernel panic: vfs: unable to mount root fs on unknown-block (0,0)


    this is my lilo.conf file


    prompt
    timeout=150
    default=linux.good
    boot=/dev/hda
    map=/boot/map
    install=/boot/boot.b
    message=/boot/message
    lba32

    image=/boot/vmlinuz-2.4.20-31.9
    label=linux.good
    initrd=/boot/initrd-2.4.20-31.9.img
    read-only
    append="hdc=ide-scsi hde=ide-scsi root=LABEL=/"

    image=/boot/vmlinuz-2.6.6
    label=linux.testing
    read-only
    append="hdc=ide-scsi hde=ide-scsi root=LABEL=/"

    image=/boot/vmlinuz-2.4.20-8
    label=linux.failsafe
    initrd=/boot/initrd-2.4.20-8.img
    read-only
    append="hdc=ide-scsi hde=ide-scsi root=LABEL=/"

    other=/dev/hdb1
    optional
    label=XPHome
    table=/dev/hdb
    map-drive = 0x80
    to = 0x81
    map-drive = 0x81
    to = 0x80
    work it harder, make it better, do it faster, makes us stronger

Posting Permissions

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