Page 8 of 8 FirstFirst ... 678
Results 71 to 75 of 75

Thread: HOWTO: Spice up your boot text [font resolution and color]

  1. #71
    Join Date
    Jun 2008
    Beans
    14

    Re: HOWTO: Spice up your boot text [font resolution and color]

    My problems:

    1.I want to ask someone tried to incorporate the bootup logo (in a mini tux top left of the display to load the system).
    Perform all necessary for this:
    - when compiling the kernel, I select this:

    Support for frame buffer devices FB->VESA VGA graphics support FB_VESA

    Select all in the:

    Console display driver support ->

    selct all in the:

    Bootup logo LOGO->

    -in the GRUB, in the file menu.lst fix this row:

    kernel /boot/vmlinuz-2.6.29.3 root=UUID=d5b52903-5.... video=vesafb vga=0x0323 ro quiet

    -in the file /etc/modprobe.d/blacklist-framebuffer.conf, comment this row:

    #blacklist vesafb

    -in the file /etc/initramfs-tools/modules, add:

    fbcon
    vesafb

    -in the end update initramfs this command:

    update-initramfs -u

    In all my UBUNTU not load boot logo!!!!!!!!

  2. #72
    Join Date
    Jul 2006
    Beans
    4

    Spice up your boot text [TUX logo at boot]

    Quote Originally Posted by stoner_di View Post
    My problems:

    1.I want to ask someone tried to incorporate the bootup logo (in a mini tux top left of the display to load the system).
    Perform all necessary for this:
    - when compiling the kernel, I select this:

    Support for frame buffer devices FB->VESA VGA graphics support FB_VESA

    Select all in the:

    Console display driver support ->

    selct all in the:

    Bootup logo LOGO->

    -in the GRUB, in the file menu.lst fix this row:

    kernel /boot/vmlinuz-2.6.29.3 root=UUID=d5b52903-5.... video=vesafb vga=0x0323 ro quiet

    -in the file /etc/modprobe.d/blacklist-framebuffer.conf, comment this row:

    #blacklist vesafb

    -in the file /etc/initramfs-tools/modules, add:

    fbcon
    vesafb

    -in the end update initramfs this command:

    update-initramfs -u

    In all my UBUNTU not load boot logo!!!!!!!!
    Same situation here. I tried everything that could find on net (including everything stoner_di mentioned above), but was unable to get tux logo on boot.

    Is this maybe because ubuntu uses upstart as init system?

    Is that hard to get this "native" linux feature on ubuntu system?

    On most slackware based distros just adding vga=790 to kernel line solves the problem.

    Any help would be appriciated

  3. #73
    Join Date
    Jun 2008
    Beans
    14

    Re: HOWTO: Spice up your boot text [font resolution and color]

    Тhank you, Friend.
    Nobody else wants to talk about it.
    My searches for TUX bootup logo continue. Maybe somewhere in the init fails there is a ban on his appearance. No one developer to help?

  4. #74
    Join Date
    Jul 2007
    Location
    Base 211
    Beans
    340
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: Spice up your boot text [font resolution and color]

    Yet another person dragging this old topic up again...


    Anyone tried on 9.10 64bit ? if so - shout out please ..

  5. #75
    Join Date
    Apr 2007
    Beans
    29
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: HOWTO: Spice up your boot text [font resolution and color]

    Anyone got it work? "TUX logo at boot"

    Today i installed BURG Bootloader - it`s very nice - and i was wondering if someone know how to make ubuntu boot up in text like this.

    I have modified:

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT=""
    but it`s a mess up.

    If someone have a solution plese post it.

    Cheers!

Page 8 of 8 FirstFirst ... 678

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
  •