Announcement

Collapse
No announcement yet.

Where did Kgrubeditor go?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Where did Kgrubeditor go?

    I recently upgraded to 9.10 and when I also upgraded the KDE to 4.4 I noticed that I could no longer find kde grubeditor in the repos. Where did it go? or is there an issue with 4.4?

    Any help would be helpful.

    #2
    Re: Where did Kgrubeditor go?

    Not 100% sure, but I believe Kgrubeditor doesn't (yet?) work with Grub 2.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Where did Kgrubeditor go?

      > Bug:412437 kgrubeditor does not support GRUB 2
      Karmic Fix Released
      ...
      Robster62 wrote on 2009-11-30:
      What does fix released mean then?

      Jonathan Thomas wrote on 2009-11-30:
      That krubeditor was removed from K/Ubuntu.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Where did Kgrubeditor go?

        Well that is what I thought. Is there anyway to remove grub entries older kernels from grub2?
        I always used kgrubeditor...fast and easy!

        Comment


          #5
          Re: Where did Kgrubeditor go?

          Qqmike's > GRUB 2: A Guide for Users


          The same way as with the Legacy Grub, uninstall old kernels.


          I have three kernels - removing the oldest, konsole:
          Code:
          sudo apt-get purge linux-headers-2.6.31-14 linux-headers-2.6.31-14-generic linux-image-2.6.31-14-generic
          Log of sudo apt-get purge linux-headers-2.6.31-14 linux-headers-2.6.31-14-generic linux-image-2.6.31-14-generic
          Wed Dec 2 23:00:30 2009

          Reading package lists...
          Building dependency tree...
          Reading state information...
          The following packages were automatically installed and are no longer required:
          linux-headers-2.6.32-5 linux-headers-2.6.32-5-generic
          Use 'apt-get autoremove' to remove them.
          The following packages will be REMOVED:
          linux-headers-2.6.31-14* linux-headers-2.6.31-14-generic*
          linux-image-2.6.31-14-generic*
          0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
          After this operation, 172MB disk space will be freed.
          Do you want to continue [Y/n]? (Reading database ...
          (Reading database ... 5%
          (Reading database ... 10%
          ...
          (Reading database ... 95%
          (Reading database ... 100%
          (Reading database ... 134937 files and directories currently installed.)
          Removing linux-headers-2.6.31-14-generic ...
          Removing linux-headers-2.6.31-14 ...
          Removing linux-image-2.6.31-14-generic ...
          Running postrm hook script /usr/sbin/update-grub.
          Generating grub.cfg ...
          Found linux image: /boot/vmlinuz-2.6.32-6-generic
          Found initrd image: /boot/initrd.img-2.6.32-6-generic
          Found linux image: /boot/vmlinuz-2.6.32-5-generic
          Found initrd image: /boot/initrd.img-2.6.32-5-generic
          Found memtest86+ image: /boot/memtest86+.bin
          Found Ubuntu 9.10 (9.10) on /dev/sdb1
          Found Microsoft Windows XP Professional on /dev/sdc1
          done
          Purging configuration files for linux-image-2.6.31-14-generic ...
          Running postrm hook script /usr/sbin/update-grub.
          Generating grub.cfg ...
          Found linux image: /boot/vmlinuz-2.6.32-6-generic
          Found initrd image: /boot/initrd.img-2.6.32-6-generic
          Found linux image: /boot/vmlinuz-2.6.32-5-generic
          Found initrd image: /boot/initrd.img-2.6.32-5-generic
          Found memtest86+ image: /boot/memtest86+.bin
          Found Ubuntu 9.10 (9.10) on /dev/sdb1
          Found Microsoft Windows XP Professional on /dev/sdc1
          done

          => Now there are two kernels to boot...
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment

          Working...
          X