Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Something wrong with boot screens (is just seems an aesthetic problem)

  1. #1

    Something wrong with boot screens (is just seems an aesthetic problem)

    I've just installed Ubuntu Studio 24.04 from a bootable USB stick. Everything is working well besides this "aesthetic" problem.

    When I turn on the PC I run through 5 different boot screens but two of them contains an empty rectangular frame, see below.



    Any idea about how to get rid of screens 2 and 4 above?

    Thanks.

    Ciao,
    Max
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    Please only attach screen shots or photos, not post in line.
    If you use the Forum's Go advanced editor, you can use the paperclip icon to attach screenshots or other info. Post #4 , also no larger than1024x768 if photo
    https://ubuntuforums.org/showthread....8#post12229098

    From grub menu remove the quiet splash to see it that helps.
    I always remove it, but then see the entire boot process. It used to help as it was slow enough to see issues. But now with SSD and faster systems, it goes by very quickly.
    It that helps, you can make it permanent by editing /etc/default/grub and updating grub.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    Thanks for your reply and sorry for the bad images management.

    I tried o remove "quiet splash" both temporarily (from the grub boot menu) and permanently (by modifying updating /etc/default/grub and running update-grub) but only the second occurrence of that blank box disappeared, the first one is still there.

    Any idea about how to remove the first one also?

    Ciao,
    Max

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    Did you change other settings like timeout in grub?
    As it looks like it is the grub screen asking you to choose, but then blank.

    Post this in code tags:
    cat /etc/default/grub
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    Quote Originally Posted by oldfred View Post
    Did you change other settings like timeout in grub?
    As it looks like it is the grub screen asking you to choose, but then blank.
    No, I only removed "quiet splash", see below.

    Quote Originally Posted by oldfred View Post
    Post this in code tags:
    cat /etc/default/grub
    Code:
    # 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_TIMEOUT_STYLE=hidden 
    GRUB_TIMEOUT=0 
    GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu` 
    #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 
    # 16/11/2024: modified to remove blank box on boot 
    GRUB_CMDLINE_LINUX_DEFAULT="" 
    GRUB_CMDLINE_LINUX="" 
    
    # If your computer has multiple operating systems installed, then you 
    # probably want to run os-prober. However, if your computer is a host 
    # for guest OSes installed via LVM or raw disk devices, running 
    # os-prober can cause damage to those guest OSes as it mounts 
    # filesystems to look for things. 
    #GRUB_DISABLE_OS_PROBER=false 
    
    # 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_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"
    
    This is the file that came with the installation, I didn't make any change besides the one reported above.

    Ciao,
    Max

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    You changed grub timeout to 0.
    That is not normally suggested as then you cannot get to grub menu. I change default of 10 to 3 so menu only appears for 3 sec.

    I also like to see menu so change hidden to menu.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    I didn't change the timeout to 0, as I said I only modified GRUB_CMDLINE_LINUX_DEFAULT setting it to "" (removing "quiet" and "splash"), al the rest comes from Ubuntu installation.

    Anyway, I've also tried modifying
    GRUB_TIMEOUT to 10 but the frame is still there. I also set GRUB_TIMEOUT_STYLE to "menu" to see if anything changed but the empty frame is always there (and I couldn't see any new menu appearing).

    Apparently, neither GRUB_CMDLINE_LINUX_DEFAULT nor GRUB_TIMEOUT nor GRUB_TIMEOUT_STYLE are of any help to make it disappear.

    Ciao,
    Max

  8. #8

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    Just to give you a piece of information more, I've tried this:

    I selected "Advanced options for Ubuntu" in the first screen so I was presented another menu where I had a couple of choices among which kernel to load.

    I just hit "enter" (so the first choice was selected) and the boot process continued.

    Following this sequence no empty frame appears.

    Ciao,
    Max

  9. #9
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    The recovery mode uses nomodeset.
    Instead of quiet spash try nomodeset on standard Ubuntu entry to see if it is the same as recovery mode.

    Nomodeset is normally a temporarily setting because of video issues or proprietary video driver is not installed.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #10

    Re: Something wrong with boot screens (is just seems an aesthetic problem)

    I modified again grub.cfg, this time I used:

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
    but the first blank frame is still there.

    I'm thinking that I have to renounce to having a perfect Linux box and live with this empty frame

    Ciao,
    Max

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •