Utilizamos cookies propias y de terceros. [Más información sobre las cookies].
Política de cookies
Proyecto AjpdSoft

· Inicio
· Buscar
· Contactar
· Cookies
· Descargas
· Foros
· Historia
· Nosotros
· Temas
· Top 10
· Trucos
· Tutoriales
· Wiki
Proyecto AjpdSoft: Foros

AjpdSoft :: Ver tema - Gestor de opciones de arranque en modo gráfico en Linux
Foros de discusión Buscar Perfil FAQ Iniciar sesión
Information Gestor de opciones de arranque en modo gráfico en Linux

Publicar nuevo tema Responder al tema
Foros de discusión » Linux, sistema operativo gratuito, Ubuntu, Debian, Suse, Red Hat, Fedora   
Ver tema anterior :: Ver tema siguiente
AutorMensaje
varios
Magnífico usuario


Registrado: Oct 10, 2006
Mensajes: 2092

Asunto: Gestor de opciones de arranque en modo gráfico en Linux Responder citando

Me han dicho que existen aplicaciones en modo gráfico para gestionar el arranque de Linux Ubuntu. Me han dicho que hay aplicaciones para modificar el fichero /var/run/grub/menu.lst de forma gráfica, sin necesidad de tener que editar manualmente este fichero.

¿es cierto? si existe tal aplicación ¿cómo la instalo?

Utilizo Linux Ubuntu 8.04.
MensajePublicado:
Dom May 11, 2008 5:04 pm
Top of PageVer perfil de usuario
alonsojpd
Administrador/Moderador


Registrado: Sep 16, 2003
Mensajes: 2687

Asunto: Re: Gestor de opciones de arranque en modo gráfico en Linux Responder citando



Anuncios



varios escribió:
Me han dicho que existen aplicaciones en modo gráfico para gestionar el arranque de Linux Ubuntu. Me han dicho que hay aplicaciones para modificar el fichero /var/run/grub/menu.lst de forma gráfica, sin necesidad de tener que editar manualmente este fichero.

¿es cierto? si existe tal aplicación ¿cómo la instalo?

Utilizo Linux Ubuntu 8.04.


Efectivamente es cierto, en el afán de los millones de desarrolladores de Linux por simplificar las tareas para el usuario final, están desarrollando multitud de herramientas en modo gráfico que antes no existían.

Para ver y cambiar las opciones de arranque de Linux Ubuntu puedes utilizar "Startup Manager", se trata de una herramienta en modo gráfico que te permitirá cambiar casi todas las opciones del fichero menu.lst de forma sencilla. Para instalarla necesitarás conexión a internet, ejecuta el siguiente comando:

Código:

sudo apt-get install startupmanager


Una vez instalada ejecútala con el comando:

Código:

sudo startupmanager


Verás que te aparecerá una ventana gráfica muy sencilla de utilizar, cambias las opciones de arranque a tu antojo y cierras la aplicación, ésta aplicará automáticamente los cambios oportunos en el ficheos /boot/grub/menu.lst.
MensajePublicado:
Dom May 11, 2008 5:09 pm
Top of PageVer perfil de usuario
alonsojpd
Administrador/Moderador


Registrado: Sep 16, 2003
Mensajes: 2687

Asunto: Salida del comando apt-get install startupmanager Responder citando

A continuación te mostramos la salida del comando

apt-get install startupmanager


alonso@pcubuntu:~$ sudo apt-get install startupmanager
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Se instalaron de forma automática los siguientes paquetes y ya no son necesarios.
libstdc++5 gcc-3.3-base
Utilice «apt-get autoremove» para eliminarlos.
Se instalarán los siguientes paquetes NUEVOS:
startupmanager
0 actualizados, 1 se instalarán, 0 para eliminar y 0 no actualizados.
Se necesita descargar 0B/89,3kB de archivos.
Se utilizarán 1036kB de espacio de disco adicional después de desempaquetar.
Seleccionando el paquete startupmanager previamente no seleccionado.
(Leyendo la base de datos ...
116766 ficheros y directorios instalados actualmente.)
Desempaquetando startupmanager (de .../startupmanager_1.9.10-2_all.deb) ...
Configurando startupmanager (1.9.10-2) ...
MensajePublicado:
Dom May 11, 2008 5:14 pm
Top of PageVer perfil de usuario
alonsojpd
Administrador/Moderador


Registrado: Sep 16, 2003
Mensajes: 2687

Asunto: Ejemplo de contenido del fichero menu.lst Responder citando

Tras modificar el fichero menu.lst con startupmanager, a continuación os mostramos un ejemplo del mismo:

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 4

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
color black/red blink-yellow/green

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
## password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=1387a0fc-c421-4a75-a4ed-41b489cdbea8 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=splash vga=792

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=1387a0fc-c421-4a75-a4ed-41b489cdbea8 ro splash vga=792
initrd /boot/initrd.img-2.6.24-16-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=1387a0fc-c421-4a75-a4ed-41b489cdbea8 ro single
initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
MensajePublicado:
Dom May 11, 2008 5:17 pm
Top of PageVer perfil de usuario
Mostrar mensajes de anteriores:   
Todas las horas son GMT - 1 Horas
Publicar nuevo tema Responder al tema
Foros de discusión » Linux, sistema operativo gratuito, Ubuntu, Debian, Suse, Red Hat, Fedora  

Cambiar a:  
Key
  Puede publicar nuevos temas en este foro
No puede responder a temas en este foro
No puede editar sus mensajes en este foro
No puede borrar sus mensajes en este foro
No puede votar en encuestas en este foro
Visita nuestro nuevo sitio web con programas y contenidos actualizados: Proyecto A