Página 1 de 2 12 ÚltimoÚltimo
Resultados 1 al 8 de 11

grub y error 11

Esta es una discusión para el tema grub y error 11 en el foro GNU/Linux, bajo la categoría Sistemas Operativos; Buenas he intentado cambiar el tema del grub siguiendo estos pasos para un intel "http://aprendiendolinux.wordpress.com/2009/02/22/instalar-grub-gfxboot-grub-bonito-en-ubuntu-intrepid-810/ La cuestion es que como no conseguia hacerlo funcionar, en el utlimo paso copie lo ...
Página: 1


  1. #1
    Junior Member

    Fecha de ingreso
    03 jul, 08
    Mensajes
    24
    Buenas he intentado cambiar el tema del grub siguiendo estos pasos para un intel

    "http://aprendiendolinux.wordpress.com/2009/02/22/instalar-grub-gfxboot-grub-bonito-en-ubuntu-intrepid-810/

    La cuestion es que como no conseguia hacerlo funcionar, en el utlimo paso copie lo de message.xxxx en el menu.lst un poco por varios sitios y creo que ademas lo copié mal, utilice el cd live y creo que llegué a borrarlo pero aun tengo el error cuando selecciono linux de error 11 unreco.... device string.

    Que puedo hacer, entro en el live desinstalo y vuelvo instalar el grub?

    Perdon por incluir otra pagina, es que es allí donde estan las instrucciones que he seguido.

    Saludos y muchas gracias.

     
     
  2. #2
    Miembro vitalicio

    Fecha de ingreso
    01 may, 05
    Mensajes
    1,934
    podrías pegar el menu.lst

    (sólo la parte de la entrada de linux)

     
     
  3. #3
    Junior Member

    Fecha de ingreso
    03 jul, 08
    Mensajes
    24
    He aqui mi registro del grub :





    # 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 0



    ## timeout sec

    # Set a timeout, in SEC seconds, before automatically booting the default entry

    # (normally the first entry defined).

    timeout 10



    ## hiddenmenu

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

    #hiddenmenu



    # Pretty colours

    #color cyan/blue white/blue



    ## 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=3986f7ce-37f3-412c-a464-fee048e33391 ro



    ## default grub root device

    ## e.g. groot=(hd0,0)

    # groot=3986f7ce-37f3-412c-a464-fee048e33391



    ## 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=769 quiet



    ## 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=(single-user) 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 Debian GNU/Linux, kernel 2.6.27-11-generic

    root 3986f7ce-37f3-412c-a464-fee048e33391

    kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=3986f7ce-37f3-412c-a464-fee048e33391 ro splash vga=769

    initrd /boot/initrd.img-2.6.27-11-generic



    title Debian GNU/Linux, kernel 2.6.27-11-generic (recovery mode)

    root 3986f7ce-37f3-412c-a464-fee048e33391

    kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=3986f7ce-37f3-412c-a464-fee048e33391 ro single

    initrd /boot/initrd.img-2.6.27-11-generic



    title Debian GNU/Linux, kernel 2.6.27-7-generic

    root 3986f7ce-37f3-412c-a464-fee048e33391

    kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3986f7ce-37f3-412c-a464-fee048e33391 ro splash vga=769

    initrd /boot/initrd.img-2.6.27-7-generic



    title Debian GNU/Linux, kernel 2.6.27-7-generic (recovery mode)

    root 3986f7ce-37f3-412c-a464-fee048e33391

    kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=3986f7ce-37f3-412c-a464-fee048e33391 ro single

    initrd /boot/initrd.img-2.6.27-7-generic



    title Debian GNU/Linux, kernel memtest86+

    root 3986f7ce-37f3-412c-a464-fee048e33391

    kernel /boot/memtest86+.bin



    ### 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





    # This entry automatically added by the Debian installer for a non-linux OS

    # on /dev/sda2

    title Windows Vista/Longhorn (loader)

    root (hd0,1)

    savedefault

    makeactive

    chainloader +1

     
     
  4. #4
    Miembro vitalicio

    Fecha de ingreso
    01 may, 05
    Mensajes
    1,934
    y quitando grub-gfxboot y grub-common y volviendo al grub antiguo?

     
     
  5. #5
    Junior Member

    Fecha de ingreso
    03 jul, 08
    Mensajes
    24
    Y como puedo hacerlo desde el live cd¿? he probado a resinstalar el grub desde el administrador de paquetes pero nada... Lo cierto es que soy muy novato en linux :s

    Lo que hice fue desde el live cd meterme en el administrador, quitar el grub y volverlo a instalarlo, tambien lo hice desde la consola, pero la verdad es que no estoy seguro de hacerlo bien, por que como estoy en una sesion de live cd no se si los cambios afectan al sistema instalado o al sistema temporal del live cd...



    Muchas gracias por todo.

     
     
  6. #6
    Miembro vitalicio

    Fecha de ingreso
    01 may, 05
    Mensajes
    1,934
    tendrías que hacer un chroot dentro del sistema instalado, ya que sino los cambios sólo afectan al livecd, si no sabes mucho lo mejor es que copies los datos que te interesan y reinstales.

     
     
  7. #7
    Junior Member

    Fecha de ingreso
    03 jul, 08
    Mensajes
    24
    Y como lo hago si quiero borrar linux por el momento? por que si borro linux desde la aplicación de vista para aprticiones me voy a cargar el grub y entonces no podré acceder al vista(ya me ha pasado )

    Debo desinstalar el grub desde el cd live y luego borrar la aprtición, bueno añadirla a mi aprtición para datos de vista? Como lo haría, debería hacer un chroot de esos?

    Por que si borro el grub accederé directamente a vista?



    Muchas gracias por todo. Hasta pronto.

     
     
  8. #8
    Senior Member

    Fecha de ingreso
    24 ago, 08
    Mensajes
    329
    No te compliques tanto, solo elimina la partición donde se encuentra instalado Linux, luego cuando reinicies NO podrás entrar a windows vista, pero esto se soluciona muy fácil y en menos de 5 minutos.

    Necesitas arreglar el arranque de WIndows, esto lo puedes hacer con el Super Grub Disk.

    Descarga Super Grub Disk



    Te aconsejo que descargues la imagen ISO que pesa solo 4.4 MB, luego la grabas en un CD. Cuando ya hayas grabado reinicias tu pc y metes el CD ya grabado con el super grub disk. El programita es muy intuitivo pero aquí va la explicación de que es lo que debes hacer:



    1-Esperas a que se cargue el super grub disk.

    2-En la primer pantalla aparecen varias opciones,ahí seleccionas la opción "Super Grub Disk (WITH HELP)"

    3-En la tercer pantalla seleccionas el idioma.

    4-En la siguiente pantalla debes seleccionar el sistema operativo que vas a reparar, en tu caso debes seleccionar "Windows".

    5-En la siguiente pantalla te van a aparecer varias opciones, ahí debes seleccionar "Arregla arranque de windows".



    Esperas menos de un minuto y listo, el arranque de tu windows ya esta arreglado.



    Saludos

     
     
Página 1 de 2 12 ÚltimoÚltimo

Temas similares

  1. Error 22 - Grub
    Por klosxx en el foro GNU/Linux
    Respuestas: 1
    Último mensaje: 09/09/2009, 16:01
  2. Grub Error 17
    Por metalhorse en el foro GNU/Linux
    Respuestas: 1
    Último mensaje: 12/04/2009, 22:29
  3. inicio windows grub error
    Por Vorgia en el foro Windows Vista
    Respuestas: 1
    Último mensaje: 11/02/2009, 18:32
  4. GRUB Loading stage 1.5 error 17
    Por rogelioamaya en el foro Windows XP
    Respuestas: 1
    Último mensaje: 29/04/2008, 09:43
  5. GRUB
    Por titometal en el foro GNU/Linux
    Respuestas: 4
    Último mensaje: 12/09/2007, 01:21

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •