Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by ...
  1. #1
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73

    [SOLVED] Changing Boot Options

    Hi,
    I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by uninstalling a couple of things, (synaptic.jpg). Now I have too many items on the screen, and it looks cluttered to me (grub.jpg).

    Am I on the right track here, or have I missed the mark?

    Thanks,
    Jim.
    Attached Images Attached Images

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Uninstall linux-image-2.6.31.14 only. Do not remove any other image. For removing memtest entries, execute this
    Code:
    cd /etc/grub.d
    sudo chmod -x /etc/grub.d/20_memtest86+
    sudo update-grub
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! JimBoCol's Avatar
    Join Date
    Apr 2010
    Location
    Clarksburg, WV
    Posts
    73
    Quote Originally Posted by devils casper View Post
    Uninstall linux-image-2.6.31.14 only. Do not remove any other image. For removing memtest entries, execute this
    Code:
    cd /etc/grub.d
    sudo chmod -x /etc/grub.d/20_memtest86+
    sudo update-grub
    Thank you very much!! Now I have the EXACT boot scrren that I want.

    Jim.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !
    You can also change boot order by editing default value in /etc/default/grub file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...