Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 156

Thread: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

  1. #71
    Join Date
    Nov 2010
    Location
    Philippines
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Grub 2 Basics

    Quote Originally Posted by SkulblakaSama View Post
    After I have done what you said; "Then click on Nautilus Settings and put a check mark beside Open Folder with root privileges." I keep on getting this...

    andrey@andrey-desktop:~$ update-grub
    /usr/sbin/grub-mkconfig: You must run this as root

    Is there a fix? What happened that this occurred?
    i think you must run it as SUDO

    example:

    sudo update-grub
    Acer Aspire 4738ZG
    (Ubuntu 12.04 LTS/Windows 7 Professional)
    Linux User # 529240
    Ubuntu User # 33035

  2. #72
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by morbs_gt View Post
    Yeah, I have the following in /etc/grub.d/05_debian_theme
    PHP Code:
    # this allows desktop-base to override our settings
    f=/usr/share/desktop-base/grub_background.sh
    if test -${f} ; then
      
    . ${f}
    else
      
    WALLPAPER="/usr/share/images/grub/Grass_1280x1024.tga"
      
    COLOR_NORMAL="light-gray/black"
      
    COLOR_HIGHLIGHT="yellow/black"
    fi 
    and everything works fine. I have my custom background and and font color for the boot menu.

    What I'm wondering though is, is there a way to change the background of the scrolling text of the verbose boot which follows the grub boot menu selection. I do not wish to display the splash, just the text boot, but would like to edit the background of the scrolling text.

    This scrolling text is gray on a black background on my end, and wasn't sure which file to look into for that, or if it is at all possible by simply editing a configuration file.

    Thanks for your reply though.
    That question would probably be better suited for drs305 the GRUB2 guru around here.
    Post the question in his GRUB2 Basics thread: http://ubuntuforums.org/showthread.php?t=1195275
    I am sure if there is an answer, drs305 will know what it is.

  3. #73
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by SkulblakaSama View Post
    After I have done what you said; "Then click on Nautilus Settings and put a check mark beside Open Folder with root privileges." I keep on getting this...

    andrey@andrey-desktop:~$ update-grub
    /usr/sbin/grub-mkconfig: You must run this as root

    Is there a fix? What happened that this occurred?
    Quote Originally Posted by tech-hero View Post
    i think you must run it as SUDO

    example:

    sudo update-grub
    That question was answered in the subsequent post on August 2, 2010. But, thanks tech-hero.

  4. #74
    Join Date
    Jul 2010
    Beans
    Hidden!

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by Cavsfan View Post
    That question would probably be better suited for drs305 the GRUB2 guru around here.
    Post the question in his GRUB2 Basics thread: http://ubuntuforums.org/showthread.php?t=1195275
    I am sure if there is an answer, drs305 will know what it is.
    Thanks for that, I'll give it a shot

  5. #75
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    You could post it there but I can't answer it.

    That process is somewhere after Grub2 passes control over to the kernel. The Grub devs are making strides with the gfxmode and retaining settings throughout the entire boot but I haven't seen anything about colors or backgrounds, just text size.

    That's not to say it's not being worked on or that there isn't a way to do it, it's just not something I'm familiar with. If you find out, please share it with us.
    Last edited by drs305; December 21st, 2010 at 03:28 AM.
    Back to Xorg...

    Retired.

  6. #76
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by drs305 View Post
    You could post it there but I can't answer it.

    That process is somewhere after Grub2 passes control over to the kernel. The Grub devs are making strides with the gfxmode and retaining settings throughout the entire boot but I haven't seen anything about colors or backgrounds, just text size.

    That's not to say it's not being worked on or that there isn't a way to do it, it's just not something I'm familiar with. If you find out, please share it with us.
    Thanks for clarifying that drs305. I was lost at "scrolling text of the verbose boot which follows the grub boot menu selection."
    But, I guess I should have recognized that it was after grub. I just knew you would have more of a clue as to what it was about.

    And about that part I was right. I don't even know what "That process is somewhere after Grub2 passes control over to the kernel." is.
    I'm still clueless! That's a bit over my head.

  7. #77
    Join Date
    Jul 2010
    Beans
    Hidden!

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Thanks for the replies, and sorry for the "reposts". If I stumble across anything I'll make sure to let you know.

    *edit: Ok, so it looks like the messages displayed are due to decompress_kernel().
    Also, upon further searching, I've found this old tutorial and will see it it works for me. It does involve patching and recompiling the kernel.

    A little extra to this method seems to be: "One thing to note is if you login under console mode, you will see the verbose image in the background of your console. Kinda neat!"

    However this is related to boot eyecandy, sorry for the threadjacking, as patching kernels isn't really a maintenance-free thing.
    Last edited by morbs_gt; December 22nd, 2010 at 03:05 AM.

  8. #78
    Join Date
    Sep 2007
    Location
    Thurgoona, NSW, Australia
    Beans
    287
    Distro
    Ubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    OK Cavsfan my old fruit - an update came through this evening, and
    Code:
    uname -a
    gives
    Code:
    Linux ubuntu 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686 GNU/Linux
    as the running kernel at present.

    However, it should be 2.6.35-24

    What's the best way of ensuring that the updated kernel goodness is utilised?

  9. #79
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by von Stalhein View Post
    What's the best way of ensuring that the updated kernel goodness is utilised?
    I'm assuming your custom menu menuentry has "linux /vmlinuz ... " so the latest kernel is used.


    Without posting your files, check these commands:
    Code:
    ls /boot | grep "vmlinuz-2.6.35"
    Does the -24 kernel show up?

    Next, look at your existing menuentries:
    Code:
    grep 'menuentry' /boot/grub/grub.cfg | nl --starting-line-number=0 && grep "GRUB_DEFAULT=" /etc/default/grub
    Does the GRUB_DEFAULT number match the -24 menuentry number?
    Back to Xorg...

    Retired.

  10. #80
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Thanks drs305! I have also noticed that whatever kernel is installed last becomes the most recent kernel.
    Code:
    ls /boot | grep "vmlinuz-2.6.35"
    Yields
    Code:
    vmlinuz-2.6.35-22-generic
    vmlinuz-2.6.35-23-generic
    vmlinuz-2.6.35-24-generic
    I was having trouble with 23-generic. The coretemp driver for my 3rd CPU core temp was gone when 23-generic was installed.
    So, I went through purging and re-installing some kernels. And noticed that if I manually installed 22 last, it became the
    most "recent" kernel. Even though it was not numerically the highest number.

    That doesn't sound like von Stalhein's problem though as it sounds like 24 should be the most recent.
    And I appreciate your input as you know way more than I do about this stuff.

Page 8 of 16 FirstFirst ... 678910 ... LastLast

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
  •