Announcement

Collapse
No announcement yet.

Help Me Enjoy [Install] Kubuntu Please

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

    Originally posted by elijathegold View Post
    No I posted about Kate which is irrelevant if using nano
    Crap, I don't know nano; maybe i need to go there. How? I like the one where I copy the raw text (code?), go to grub in konsole and march on. Is that doable? Now remember I'm simply copying the code from this thread.
    Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
    HP15 -
    -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

    Comment


      So to catch up.

      You have pasted the supplied code in to a file called grub using Kate.
      That file is in your home directory.

      If so then you can simply copy the file to the /etc/default directory using Dolphin but as root.
      If you're sitting wondering,
      Which Batman is the best,
      There's only one true answer my friend,
      It's Adam Bloody West!

      Comment


        In the terminal?
        Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
        HP15 -
        -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

        Comment


          Give me a minute to type something up...
          If you're sitting wondering,
          Which Batman is the best,
          There's only one true answer my friend,
          It's Adam Bloody West!

          Comment


            alrighty.
            Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
            HP15 -
            -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

            Comment


              So, starting from scratch.

              Copy the code as provided and then open a terminal window. Run the following commands and key presses:

              Code:
              cd /etc/default
              sudo nano grub
              <enter your user password>
              Press Shift + Insert to paste the code
              Press Ctrl +O to save
              Press Ctrl + X to exit
              As I said earlier nothing will appear to happen when entering your password. Once this is completed the grub file will be ready and we can continue with the final steps.
              If you're sitting wondering,
              Which Batman is the best,
              There's only one true answer my friend,
              It's Adam Bloody West!

              Comment


                ok, lets give her a spin.
                Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                HP15 -
                -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                Comment


                  Before I do, he said copy all from top to bottom. Sure about that?
                  Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                  HP15 -
                  -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                  Comment


                    Everything in the box labelled as code.
                    If you're sitting wondering,
                    Which Batman is the best,
                    There's only one true answer my friend,
                    It's Adam Bloody West!

                    Comment


                      I can't tell what is labeled as code. Just this?

                      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"
                      GRUB_CMDLINE_LINUX=""
                      Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                      HP15 -
                      -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                      Comment


                        Copy the lot. It may come in handy later although the lines you chose are currently the only ones that will actually do anything.

                        # If you change this file, run 'update-grub' afterwards to update
                        # /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"
                        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,0xe fefefef"

                        # 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"
                        If you're sitting wondering,
                        Which Batman is the best,
                        There's only one true answer my friend,
                        It's Adam Bloody West!

                        Comment


                          ok. Copying all.
                          Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                          HP15 -
                          -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                          Comment


                            Should I see the code pasted? Don't see it. I copied, did the shift/insert and I see nothing. At the bottom are things to select from and right above them, highlighted, is [New File ]
                            Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                            HP15 -
                            -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                            Comment


                              Hmmmm.... Try right clicking and selecting paste.

                              There are two clipboards in Linux and if one of them doesn't work the other usually will.
                              If you're sitting wondering,
                              Which Batman is the best,
                              There's only one true answer my friend,
                              It's Adam Bloody West!

                              Comment


                                what about this at the bottom? Save modified buffer (ANSWERING "No" WILL DESTROY CHANGES) ? Y (yes)?
                                Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                                HP15 -
                                -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                                Comment

                                Working...
                                X