Find the answer to your Linux question:
Results 1 to 5 of 5
Okay I am running SUSE 10.2 and I recently updated my kernel and was wondering how do I get rid of all those other kernel listings that appear on Crub ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    54

    Crub Loader

    Okay I am running SUSE 10.2 and I recently updated my kernel and was wondering how do I get rid of all those other kernel listings that appear on Crub when I boot up? There must be a text document of some sort I can delete these entries from?

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    /boot/grub/menu.lst

    You must be root to edit it.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    its GRUB not Crub.
    edit menu.lst file as suggested by gogalthorp.
    dont delete entries. just put # signs before whole title blocks that you dont want to appear in GRUB Menu.
    Code:
    su 
    nano /boot/grub/menu.lst
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Posts
    54
    If I edit the names of on the list will it still load to the right place?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    If I edit the names of on the list will it still load to the right place?
    names? are you referring to title lines? yes, can assign any title.
    its just a string that appear in GRUB menu. replace it with other Strings. dont edit anything in root, kernel and initrd lines.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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