Re: Instability/disk chugging with Thinkpad R50p

From: Dances With Crows (danSPANceswitTRAPhcrows_at_gmail.com)
Date: 12/15/04

  • Next message: Marty: "Re: Instability/disk chugging with Thinkpad R50p"
    Date: 15 Dec 2004 21:12:14 GMT
    
    

    On Wed, 15 Dec 2004 13:04:25 -0800, Marty staggered into the Black Sun
    and said:
    > Excellent. I'll give it a try. Sorry for the noob question, but how
    > do you register the updated kernel with Grub properly? I'm only used
    > to LILO from the old days, but this system uses Grub.

    Edit /boot/grub/menu.lst and add a stanza for the new kernel, like so:

    # title that will appear on GRUB menu screen
    title=Linux 2.4.24
    # GRUB nomenclature for hard disks; hd0 is /dev/hda , hd0,5 is /dev/hda6
    # this is your /boot partition if you have one, not necessarily your /
    # partition
    root (hd0,5)
    # kernel's filename, followed by any options you need
    kernel /boot/2.4.24 hdc=ide-scsi root=/dev/hda6
    # end of stanza

    ...the new stanza you added will show up as an entry in the GRUB menu
    the next time you boot. No need to rerun /sbin/lilo or anything; GRUB
    knows how to read a filesystem. HTH,

    -- 
    Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
    Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
    http://www.brainbench.com     /                Hire me! 
    -----------------------------/ http://crow202.dyndns.org/~mhgraham/resume
    

  • Next message: Marty: "Re: Instability/disk chugging with Thinkpad R50p"

    Relevant Pages

    • Re: booting linux using a floppy
      ... which kernel of the list to boot from. ... Note that this will at this point remove your ability to boot into windows. ... I think I recall that you said the grub loader... ... and grub will search for a partition containing grub's stage2 file ...
      (comp.os.linux.misc)
    • Re: Help 10.3 a mess After YOU Upgrade
      ... GRUB stage1. ... The stage1 goes in boot sector of system root partition. ... sda6=/1st SUSE install ... and kernel as defined for selected menu item. ...
      (alt.os.linux.suse)
    • Re: LiILO in eigener kleiner Boot-Partition?
      ... (falls der Kernel eine initrd benutzt). ... Die beiden anderen Werte hängen vom zu bootenden Linux ab. ... und diese initrd zusammen mit LILO oder GRUB und wohin kommen dann die ... /boot Partition plaziert werden sollen? ...
      (de.comp.os.unix.linux.misc)
    • Re: Grub config
      ... > so I created a logical partition and installed it there. ... > I've tried various combinations of telling grub where to find these ... > things, with the explicit partition for kernel and initrd, and fiddling ... install grub onto your system. ...
      (comp.os.linux.setup)
    • Re: Grub Manual
      ... I have digested what you all have said and applied it to the small file I wrote on the Grub Manual. ... Please no more about what is root. ... Many people keep the entire Linux in one partition and in that case both of the root point to the same partition. ... Your computer often wants to use the name of the kernel. ...
      (Fedora)