Grub Cotomise¿?

Post Reply
Message
Author
User avatar
akuma
Posts: 23
Joined: Thu 28 Jul 2016, 14:15
Contact:

Grub Cotomise¿?

#1 Post by akuma »

alguien tiene idea de como personalizar el grub agregando una imagen de fondo o similar para dar mas vida al inicio, de ser asi expliquen el paso a paso gracias

someone has any idea how to customize the grub adding a background image or the like to give more life to start, if so explain step by step thanks

Sailor Enceladus
Posts: 1543
Joined: Mon 22 Feb 2016, 19:43

#2 Post by Sailor Enceladus »

I found some nice ones here: http://schragehome.de/splash/

I put them in the root of my drive (where menu.lst is) then add the "splashimage" line to menu.lst like below:

Code: Select all

# menu.lst produced by grub4dosconfig-v1.9.1
color white/blue black/cyan white/black cyan/black
splashimage=/hubble.xpm
timeout 10
default 0

User avatar
akuma
Posts: 23
Joined: Thu 28 Jul 2016, 14:15
Contact:

#3 Post by akuma »

Sailor Enceladus wrote:I found some nice ones here: http://schragehome.de/splash/

I put them in the root of my drive (where menu.lst is) then add the "splashimage" line to menu.lst like below:

Code: Select all

# menu.lst produced by grub4dosconfig-v1.9.1
color white/blue black/cyan white/black cyan/black
splashimage=/hubble.xpm
timeout 10
default 0
perfecto que bien se ve el grub pero me puedes decir que clase de imagen es esa con extencion *.xpm y en que carpeta deveria estar alojada...

perfect that looks good grub but I can tell what kind of image is that with extention * .xpm and in that folder be hosted ...

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#4 Post by nilsonmorales »

[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
akuma
Posts: 23
Joined: Thu 28 Jul 2016, 14:15
Contact:

#5 Post by akuma »

se te agradece pero no es para el cargador que busco cambiar la imagen es para el propio Grub... supon que la imagen de abajo es mi grub y lo quiero con alguna imagen de fondo

Image

y quiero personalizar de esta manera claro esta esta imagen la edite solo como referecia, es posible hacer esto con el grub en puppy¿?

Image

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#6 Post by nilsonmorales »

Es igual en grub o grub4dos crea tu propio gfxfile y edita tu menu.lst asi
#color black/cyan black/yelow white/black yellow/black
#splashimage=/splash.xpm
#forground=FFFF00
#background=000088
default 0
timeout 08
gfxmenu /gfxfile
Nota que las lineas comentadas no se utilizan mas, osea en lugar de un archivo .xpm uso un gfxfile
http://nilsonmorales.blogspot.com/2016/ ... parte.html
o usa burg http://www.murga-linux.com/puppy/viewtopic.php?t=91300
Image
Unos que hice con el tiempo
ImageImageImage
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
akuma
Posts: 23
Joined: Thu 28 Jul 2016, 14:15
Contact:

#7 Post by akuma »

[quote="nilsonmorales"][/quote]


ok gracias por tu info lo pondre en practica :D

Post Reply