› Foros › PC › Software libre
### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi[b]
set default="4"[/b]
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 9aa1c56e-f513-4fbc-a76a-7ca96eff316d
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else[b]
set timeout=5[/b]
Budathecat escribió:realmente no es tan dificil,
linuxboot
linuxa
linuxb
la opcion que acabo de ver bastante sencilla
todos estarian en el grub
En el linuxboot abro un script que modifica el grub y reinicia, le hago "mi propio gestor de arranque"
En el grub siempre le pongo timeout0, y le pongo por defecto el sistema que va a cargar en ese arranque(por defecto linuxboot, y cuando entro en linuxboot pongo otro, linuxa o linuxb, que a su vez al iniciar machacan el grub poniendo de nuevo como sistema por defecto linuxboot)
Por si alguien quiere hacerlo he visto por encima:### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi[b]
set default="4"[/b]
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 9aa1c56e-f513-4fbc-a76a-7ca96eff316d
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else[b]
set timeout=5[/b]
donde default es la posicion del sistema operativo -1(porque grub cuenta desde 0) y timeout el tiempo
Lo del mando tengo que verlo cuando me llege que aun no lo tengo en mis manos pero es cuestion de configurarlo y que el menu responda a sus funciones, no creo que sea dificil.
Aun no probe archlinux, creo que viene super pelado no? la verdad que podria estar bien usar ese..
La verdad es que iba a probarlo en una placa itx con un via integrado y justo vi en la pagina web que ese procesador no estaba soportado, me sorprendio, pero por ahorrarme problemas en aquel momento y con esa situacion instale debian con openbox
blackgem escribió:La cosa es que quieres simplemente elegir de grub mediante interfaz grafica con raton o incluso otras botones?
BURG no esta para eso precisamente?