Announcement

Collapse
No announcement yet.

KDE Neon Grub Edit

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

    #16
    Originally posted by Snowhog View Post
    "The Konsole is weak with this one!" [Deep breathing]

    Do not go to the GUI-side! Embrace the konsole!!
    LOL...

    "Linus, I am your father"

    We could go on forever.

    Please Read Me

    Comment


      #17
      Originally posted by Snowhog View Post
      "The Konsole is weak with this one!" [Deep breathing]

      Do not go to the GUI-side! Embrace the konsole!!
      And it's getting weaker the older I get. My Midichlorians have died, and my memory along with them. If it wasn't for my wife I'd have no memory at all.
      So, I am gradually shifting to the GUI side of the Linus Force ... without a light saber!
      "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
      – John F. Kennedy, February 26, 1962.

      Comment


        #18
        I don't understand. What has Neon replaced grub with and why? As long as it works, I'm happy. But it does not list systems I have installed on disks other than /dev/sda.

        Feature or bug?
        'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

        Comment


          #19
          Grub is on my NEON.


          Sent from my iPhone using Tapatalk
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #20
            Originally posted by joneall View Post
            I don't understand. What has Neon replaced grub with and why? As long as it works, I'm happy. But it does not list systems I have installed on disks other than /dev/sda.

            Feature or bug?
            No one stated grub had been replaced that I saw. Just that the defaults are being handled differently. On my Neon install, I have /etc/default/grub
            Code:
            [FONT=monospace][COLOR=#000000]GRUB_THEME=/boot/grub/themes/breeze/theme.txt[/COLOR]
            
            #GRUB_GFXMODE=1920x1080
            #GRUB_GFXPAYLOAD_LINUX=keep
            
            #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash vmalloc=512M $vt_handoff"
            #GRUB_CMDLINE_LINUX_DEFAULT="nvidia.modeset=0"
            
            #GRUB_CMDLINE_LINUX=""[/FONT]
            and /etc/default/grub.ucf-dist
            Code:
            [FONT=monospace][COLOR=#000000]# If you change this file, run 'update-grub' afterwards to update[/COLOR]
            # /boot/grub/grub.cfg.
            # For full documentation of the options in this file, see:
            #   info -f grub -n 'Simple configuration'
            
            GRUB_DEFAULT=0
            GRUB_HIDDEN_TIMEOUT=0
            GRUB_HIDDEN_TIMEOUT_QUIET=true
            GRUB_TIMEOUT=10
            GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
            GRUB_CMDLINE_LINUX=""
            
            # Uncomment to enable BadRAM filtering, modify to suit your needs
            # This works with Linux (no patch required) and with any kernel that obtains
            # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
            #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
            
            # Uncomment to disable graphical terminal (grub-pc only)
            #GRUB_TERMINAL=console
            
            # The resolution used on graphical terminal
            # note that you can use only modes which your graphic card supports via VBE
            # you can see them in real GRUB with the command `vbeinfo'
            #GRUB_GFXMODE=640x480
            
            # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
            #GRUB_DISABLE_LINUX_UUID=true
            
            # Uncomment to disable generation of recovery mode menu entries
            #GRUB_DISABLE_RECOVERY="true"
            
            # Uncomment to get a beep at grub start
            #GRUB_INIT_TUNE="480 440 1"
            
            [/FONT]
            If your install isn't finding your other installs, look into /etc/grub.d. You'll see that 30_os-prober is not enabled by default. Simply make it executable and run sudo update-grub
            Last edited by oshunluvr; Mar 01, 2017, 10:22 AM.

            Please Read Me

            Comment

            Working...
            X