Results 1 to 6 of 6

Thread: Grub List

  1. #1
    Join Date
    May 2008
    Location
    jordan
    Beans
    311
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Thumbs down Grub List

    Hi Nice members

    When i did the Update yesterday

    the Grub List shows 3 version's of Ubuntu hardy

    , their recovery mode , and Windows Xp

    i dont understand if Ubuntu is Updated or not

    and how Could i Edit The List


    Ubuntu : Hi......Microsoft : GoodBye.....

    HAHAHAHAHAHAHAHAHA

  2. #2
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Grub List

    Don't worry - this is normal. The update keeps older versions, "just in case" something goes wrong, so that you have something to go back to.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  3. #3
    Join Date
    May 2008
    Location
    jordan
    Beans
    311
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Grub List

    Ok , But i need to Edit the Grub List

    Just i need a nice Look to The List
    Ubuntu : Hi......Microsoft : GoodBye.....

    HAHAHAHAHAHAHAHAHA

  4. #4
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Grub List

    Quote Originally Posted by Uchiha_madara View Post
    Hi Nice members

    When i did the Update yesterday

    the Grub List shows 3 version's of Ubuntu hardy

    , their recovery mode , and Windows Xp

    i dont understand if Ubuntu is Updated or not

    and how Could i Edit The List


    By using Synaptics Package Manager to delete the old version of your KERNEL will automatically update your /boot/grub/menu.lst file.

    -Navigate to System->Administration->Synaptic Package Manager, click on "Search" and type "linux-image" (w/o double quote). List of kernels will display and you'll have to right-click on the OLD kernel files and select "Mark for Complete Removal". Do the same with other older kernels. Once finished marking the old kernels, click on Apply.

    NOTE: It would be better for you to keep the previously updated Kernel version for backup purposes if in case the new kernel version produces problems.

    */boot/grub/menu.lst file is the configuration Ubuntu uses for you Boot Menu at startup.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  5. #5
    Join Date
    Feb 2007
    Location
    Macedonia, Greece
    Beans
    151
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Grub List

    You can just edit your grub file. Type:

    Code:
    sudo gedit /boot/grub/menu.lst
    give your password.

    Then in the file find the section begins like this:

    Code:
    title		Ubuntu 8.04, kernel 2.6.24-19-generic
    root		(hd0,5)
    kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=4bcf07c0-272e-4645-84e4-4505aef31bfa ro splash vga=0x031b
    initrd		/boot/initrd.img-2.6.24-19-generic
    quiet
    for every entry in you grub list, there is a similar scheme.
    Just keep only the latest kernel and comment the other ones (or any entry you don't want to see in your grub menu), like this:

    Code:
    #title		Ubuntu 8.04, kernel 2.6.24-19-generic
    #root		(hd0,5)
    #kernel		/boot/vmlinuz-2.6.24-19-generic root=UUID=4bcf07c0-272e-#4645-84e4-4505aef31bfa ro splash vga=0x031b
    #initrd		/boot/initrd.img-2.6.24-19-generic
    #quiet
    Then just save file, and next time the grub menu will show only what you want.
    ARIS: Empire strikes back...

  6. #6
    Join Date
    May 2008
    Location
    jordan
    Beans
    311
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Thumbs down Re: Grub List

    Quote Originally Posted by iaculallad View Post
    NOTE: It would be better for you to keep the previously updated Kernel version for backup purposes if in case the new kernel version produces problems.

    The Question here does the Previous Kernel take Much Space
    or not ????
    Ubuntu : Hi......Microsoft : GoodBye.....

    HAHAHAHAHAHAHAHAHA

Bookmarks

Posting Permissions

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