how do I install GKSU or other program to edit as root to save changes in grub file at /etc/default to enable...

Should I be concerned about student access to a test bank?

Why does a 97 / 92 key piano exist by Bosendorfer?

How do you justify more code being written by following clean code practices?

Asserting that Atheism and Theism are both faith based positions

Can you take a "free object interaction" while incapacitated?

Unfrosted light bulb

Output visual diagram of picture

How do I lift the insulation blower into the attic?

Magnifying glass in hyperbolic space

Highest stage count that are used one right after the other?

Is there a distance limit for minecart tracks?

Air travel with refrigerated insulin

What is the purpose of using a decision tree?

How do you say "Trust your struggle." in French?

Not hide and seek

Make a Bowl of Alphabet Soup

Calculate Pi using Monte Carlo

Turning a hard to access nut?

Why didn’t Eve recognize the little cockroach as a living organism?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Did I make a mistake by ccing email to boss to others?

What is the meaning of "You've never met a graph you didn't like?"

"Oh no!" in Latin

Extract substring according to regexp with sed or grep



how do I install GKSU or other program to edit as root to save changes in grub file at /etc/default to enable nomodeset bootup?


How to edit GRUB file at /etc/default/How do you add lines to /etc/default/grub so they're reflected in /boot/grub/grub.cfg?How do I fix a frozen black screen on Lubuntu startup?Setting nomodeset (VESA graphics mode) through GRUB shellUbuntu 12.04 Install - Black Screen - No Grub - Have run Boot Repair DiskHow to Enter into Recovery mode?How to delete nomodeset from my grub file in order to boot normally?modeset: problems on booting and external monitorUbuntu 16.04: how to boot into nomodeset from GRUB2 tty? Laptop with only NVIDIA M1000MUbuntu 17.10 Nvidia Drivers, black screen loop?Ubuntu 16.04 LTS Intel graphics driver not working with nomodeset in grubNUC7 either no sound or no videoRemove nomodeset from grub not working













0















20 March 2019 inquiry



In November I got a response to How do I fix a frozen black screen on Lubuntu startup? from karel to consult https://askubuntu.com/tags/nomodeset/info



I initially opened grub from etc/default and changed:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


to:



GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


It wouldn't let me save the changes though! It opened it in leafpad, but I didn't have the permissions!



Karel's followup comment suggested I run it as root to get permission via this command in the terminal:



sudo nano /etc/default/grub


I am sure most would recommend getting familiarity with the terminal. I did figure it out, because I changed it (keyboard arrows only to navigate, no mouseclicks!) and upon exiting it prompted me to save, and I did, and then ran `sudo update grub afterward as both the wiki and Karel said to.



I was searching more on the topic and found How to edit GRUB file at /etc/default/ where in 2013 someone recommended using something called gksu to edit as root. Is this still around? I couldn't find it in Synaptic Package Manager when I searched it.



I'm looking for alternative means of root editing (perhaps via Leadpad, which is how grub opened by default when I double clicked it) which are a little easier on the eyes and mind than editing in the terminal is.



For now I am going to reboot and see if this fixed things. Would anyone know about the issue raised at How do you add lines to /etc/default/grub so they're reflected in /boot/grub/grub.cfg? and if there is some special considerations for /boot/grub/grub.cfg? in selecting what graphic drivers to run at startup?



I get this message when I do "Advanced Options" and then "Recovery Mode" then "Resume Boot"




some graphics drivers require a full graphical boot and so will fail when resuming from recovery




I assume doing this 'nomodeset' is similar, except rather than the drivers failing, they don't try to initiate at all, so I could do a regular startup. I will be trying this now and will update with results.









share



























    0















    20 March 2019 inquiry



    In November I got a response to How do I fix a frozen black screen on Lubuntu startup? from karel to consult https://askubuntu.com/tags/nomodeset/info



    I initially opened grub from etc/default and changed:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    to:



    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


    It wouldn't let me save the changes though! It opened it in leafpad, but I didn't have the permissions!



    Karel's followup comment suggested I run it as root to get permission via this command in the terminal:



    sudo nano /etc/default/grub


    I am sure most would recommend getting familiarity with the terminal. I did figure it out, because I changed it (keyboard arrows only to navigate, no mouseclicks!) and upon exiting it prompted me to save, and I did, and then ran `sudo update grub afterward as both the wiki and Karel said to.



    I was searching more on the topic and found How to edit GRUB file at /etc/default/ where in 2013 someone recommended using something called gksu to edit as root. Is this still around? I couldn't find it in Synaptic Package Manager when I searched it.



    I'm looking for alternative means of root editing (perhaps via Leadpad, which is how grub opened by default when I double clicked it) which are a little easier on the eyes and mind than editing in the terminal is.



    For now I am going to reboot and see if this fixed things. Would anyone know about the issue raised at How do you add lines to /etc/default/grub so they're reflected in /boot/grub/grub.cfg? and if there is some special considerations for /boot/grub/grub.cfg? in selecting what graphic drivers to run at startup?



    I get this message when I do "Advanced Options" and then "Recovery Mode" then "Resume Boot"




    some graphics drivers require a full graphical boot and so will fail when resuming from recovery




    I assume doing this 'nomodeset' is similar, except rather than the drivers failing, they don't try to initiate at all, so I could do a regular startup. I will be trying this now and will update with results.









    share

























      0












      0








      0








      20 March 2019 inquiry



      In November I got a response to How do I fix a frozen black screen on Lubuntu startup? from karel to consult https://askubuntu.com/tags/nomodeset/info



      I initially opened grub from etc/default and changed:



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


      to:



      GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


      It wouldn't let me save the changes though! It opened it in leafpad, but I didn't have the permissions!



      Karel's followup comment suggested I run it as root to get permission via this command in the terminal:



      sudo nano /etc/default/grub


      I am sure most would recommend getting familiarity with the terminal. I did figure it out, because I changed it (keyboard arrows only to navigate, no mouseclicks!) and upon exiting it prompted me to save, and I did, and then ran `sudo update grub afterward as both the wiki and Karel said to.



      I was searching more on the topic and found How to edit GRUB file at /etc/default/ where in 2013 someone recommended using something called gksu to edit as root. Is this still around? I couldn't find it in Synaptic Package Manager when I searched it.



      I'm looking for alternative means of root editing (perhaps via Leadpad, which is how grub opened by default when I double clicked it) which are a little easier on the eyes and mind than editing in the terminal is.



      For now I am going to reboot and see if this fixed things. Would anyone know about the issue raised at How do you add lines to /etc/default/grub so they're reflected in /boot/grub/grub.cfg? and if there is some special considerations for /boot/grub/grub.cfg? in selecting what graphic drivers to run at startup?



      I get this message when I do "Advanced Options" and then "Recovery Mode" then "Resume Boot"




      some graphics drivers require a full graphical boot and so will fail when resuming from recovery




      I assume doing this 'nomodeset' is similar, except rather than the drivers failing, they don't try to initiate at all, so I could do a regular startup. I will be trying this now and will update with results.









      share














      20 March 2019 inquiry



      In November I got a response to How do I fix a frozen black screen on Lubuntu startup? from karel to consult https://askubuntu.com/tags/nomodeset/info



      I initially opened grub from etc/default and changed:



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


      to:



      GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"


      It wouldn't let me save the changes though! It opened it in leafpad, but I didn't have the permissions!



      Karel's followup comment suggested I run it as root to get permission via this command in the terminal:



      sudo nano /etc/default/grub


      I am sure most would recommend getting familiarity with the terminal. I did figure it out, because I changed it (keyboard arrows only to navigate, no mouseclicks!) and upon exiting it prompted me to save, and I did, and then ran `sudo update grub afterward as both the wiki and Karel said to.



      I was searching more on the topic and found How to edit GRUB file at /etc/default/ where in 2013 someone recommended using something called gksu to edit as root. Is this still around? I couldn't find it in Synaptic Package Manager when I searched it.



      I'm looking for alternative means of root editing (perhaps via Leadpad, which is how grub opened by default when I double clicked it) which are a little easier on the eyes and mind than editing in the terminal is.



      For now I am going to reboot and see if this fixed things. Would anyone know about the issue raised at How do you add lines to /etc/default/grub so they're reflected in /boot/grub/grub.cfg? and if there is some special considerations for /boot/grub/grub.cfg? in selecting what graphic drivers to run at startup?



      I get this message when I do "Advanced Options" and then "Recovery Mode" then "Resume Boot"




      some graphics drivers require a full graphical boot and so will fail when resuming from recovery




      I assume doing this 'nomodeset' is similar, except rather than the drivers failing, they don't try to initiate at all, so I could do a regular startup. I will be trying this now and will update with results.







      drivers lubuntu recovery-mode etc nomodeset





      share












      share










      share



      share










      asked 6 mins ago









      VistaRefugeeVistaRefugee

      186




      186






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127132%2fhow-do-i-install-gksu-or-other-program-to-edit-as-root-to-save-changes-in-grub-f%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127132%2fhow-do-i-install-gksu-or-other-program-to-edit-as-root-to-save-changes-in-grub-f%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...