Normas del foro

Curso Hacker
Bienvenido(a), Visitante. Favor de ingresar o registrarse.
¿Perdiste tu email de activación? - Enero 07, 2009, 07:23:08
Inicio Ayuda Ingresar Registrarse
Visita: Articulos - Juegos Gratis - Da Foros

Comunidad Underground Hispana  |  Sistemas Operativos  |  Sistemas operativos libres.  |  GNU/Linux (Moderador: blood_r3c)  |  Tema: Grub y WIndows 0 Usuarios y 1 Visitante están viendo este tema. « anterior próximo »
Páginas: [1] 2 Ir Abajo Imprimir
Autor Tema: Grub y WIndows  (Leído 673 veces)
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« en: Julio 14, 2007, 06:32:51 »

Hola,verán tengo un problema,pos eso,que tngo isntalado ubuntu y winXP,pues cuando estoy en el grub,le doy a ubuntu y va perfectamente,pero si le doy a windows,pues no carga,se que es algo del arranque pero no se como solucionarlo,no me habia pasado,esk lo reinstalé y paff.
A ver si alguien me puede ayudar.
Intenté repararlo y nada.
Saludos y gracias de antemano  Wink
En línea

benjaminn2
Visitante
« Respuesta #1 en: Julio 14, 2007, 06:36:08 »

Hola,verán tengo un problema,pos eso,que tngo isntalado ubuntu y winXP,pues cuando estoy en el grub,le doy a ubuntu y va perfectamente,pero si le doy a windows,pues no carga,se que es algo del arranque pero no se como solucionarlo,no me habia pasado,esk lo reinstalé y paff.
A ver si alguien me puede ayudar.
Intenté repararlo y nada.
Saludos y gracias de antemano  Wink

Windows o el grub no carga?
En línea
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #2 en: Julio 14, 2007, 06:37:47 »

Widnows,grub carga pero al darle win se pone,starting up... y luego pantalla negra y nada.
Ubuntu si me va bien.
Saludos y muxas gracias.
« Última modificación: Julio 14, 2007, 07:07:45 por Don Nadie » En línea

benjaminn2
Visitante
« Respuesta #3 en: Julio 14, 2007, 07:12:40 »

Widnows,grub carga pero al darle win se pone,starting up... y luego pantalla negra y nada.
Ubuntu si me va bien.
Saludos y muxas gracias.


Desde cuando pasa esto? Desde que instalaste ubuntu?

Abre una consola:

# sudo nano /boot/grub/menu.lst

Copias el contenido aca...
En línea
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #4 en: Julio 14, 2007, 07:14:29 »

Desde qeu lo instalé si,en el pc nuevo.no habia tenido problemas en otros.
Código:

# 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 change this entry to 'saved' 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
                              [ Leer 170 líneas ]
^G Ver ayuda ^O Guardar   ^R Leer Fich ^Y Pág Ant   ^K Cortar Tex^C Pos actual
^X Salir     ^J Justificar^W Dónde Está^V Pág Sig   ^U PegarTxt  ^T Ortografía


Muxas gracias Ltsmash,y que rapidez!
« Última modificación: Julio 14, 2007, 07:14:52 por Don Nadie » En línea

benjaminn2
Visitante
« Respuesta #5 en: Julio 14, 2007, 07:26:38 »

Desde qeu lo instalé si,en el pc nuevo.no habia tenido problemas en otros.
Código:

# 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 change this entry to 'saved' 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
                              [ Leer 170 líneas ]
^G Ver ayuda ^O Guardar   ^R Leer Fich ^Y Pág Ant   ^K Cortar Tex^C Pos actual
^X Salir     ^J Justificar^W Dónde Está^V Pág Sig   ^U PegarTxt  ^T Ortografía


Muxas gracias Ltsmash,y que rapidez!

Pero copiaste lo que dice el programa xD

Ok, mejor haz esto en la consola otra vez:

# sudo gedit /boot/grub/menu.lst

y copialo todo, eso no estaba completo xD
En línea
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #6 en: Julio 14, 2007, 07:29:48 »

Código:
# 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 change this entry to 'saved' 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=daf286ff-7a3c-4850-874b-23e6fa69475c 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=quiet splash

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

## ## End Default Options ##

title Ubuntu, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=daf286ff-7a3c-4850-874b-23e6fa69475c ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=daf286ff-7a3c-4850-874b-23e6fa69475c ro single
initrd /boot/initrd.img-2.6.20-16-generic

title Ubuntu, kernel 2.6.20-15-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=daf286ff-7a3c-4850-874b-23e6fa69475c ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=daf286ff-7a3c-4850-874b-23e6fa69475c ro single
initrd /boot/initrd.img-2.6.20-15-generic

title Ubuntu, 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 NT/2000/XP (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1

XD,ahora si.
Bueno gracias de nuevo.
En línea

Laocoonte
El Menos
Colaborador
*****
Desconectado Desconectado

Mensajes: 686



Ver Perfil
« Respuesta #7 en: Julio 14, 2007, 08:12:37 »


Lo que pasa es que grub no sabe como
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
interactua con el arranque, solo lo intuye, eso me paso cuando cambie grub por GFXBoot, solo tienes que reinstaurar el arranque por default de
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
por consola y luego con el Super Grub Disk vuelves a poner el grub en el sector 0.

 Cheesy Cheesy
En línea




Clan Pancitas Indigestaditas


Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
Click aki para hac kear hotmail.....

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #8 en: Julio 15, 2007, 03:03:45 »

Hola,pues el caso esque el problema es como reinstaurar el arranke por default,con el cd de win,entro a reparar y en la consola que tipeo?
 bootcfg/rebuild ? Esto reemplaza el boot.ini.
Pero ya hize  bootcfg/add y se me cargó el grub,vamos qeu el grub no me salia.
Gracias por tu respuesta y saludos.
En línea

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #9 en: Julio 15, 2007, 04:26:05 »

Bueno,pues voy a desisntalar ubunut e isntalar,pero cambiando la arkitectura,que me puse la de 64-bits(amd64)porke tengo un intel  core 2,lo que pasa es que me da problemas para isntalar programas en el de 64-bits,asike me bajaré la de 32-bits que no he tenido problemas,supongo que los intel core 2 soportan las dos arquitecturas,no?
Bueno pues reinstalo ubuntu pero esta vez el de 32 y les cuento si me sigue pasando lo mismo.
Muxas gracias a los 2 por su ayuda  Wink
En línea

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #10 en: Julio 15, 2007, 09:45:56 »

Código:
# 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 change this entry to 'saved' 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=e84a990c-4cdb-473d-a0e1-95aba46673a1 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=quiet splash

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

## ## End Default Options ##

title Ubuntu, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e84a990c-4cdb-473d-a0e1-95aba46673a1 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e84a990c-4cdb-473d-a0e1-95aba46673a1 ro single
initrd /boot/initrd.img-2.6.20-16-generic

title Ubuntu, kernel 2.6.20-15-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=e84a990c-4cdb-473d-a0e1-95aba46673a1 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=e84a990c-4cdb-473d-a0e1-95aba46673a1 ro single
initrd /boot/initrd.img-2.6.20-15-generic

title Ubuntu, 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 XP Media Center Edition
root (hd0,0)
savedefault
makeactive
chainloader +1


Pues estamos igual,windows no arranca... Undecided
Saludos y a ver si alguien sabe.

PD:
Código:
Disco /dev/sda: 320.0 GB, 320072933376 bytes
255 cabezas, 63 sectores/pista, 38913 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes

Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sda1   *           1       26266   210981613+   7  HPFS/NTFS
/dev/sda2           26267       38393    97410127+  83  Linux
/dev/sda3           38394       38913     4176900    5  Extendida
/dev/sda5           38394       38913     4176868+  82  Linux swap / Solaris
root @eric-desktop:~#
Supongo ke el problema será por aki:
Código:

title Windows XP Media Center Edition
root (hd0,0)
Estará aml indicado o algo.
« Última modificación: Julio 15, 2007, 10:45:28 por Don Nadie » En línea

benjaminn2
Visitante
« Respuesta #11 en: Julio 15, 2007, 11:07:40 »

Bueno,pues voy a desisntalar ubunut e isntalar,pero cambiando la arkitectura,que me puse la de 64-bits(amd64)porke tengo un intel  core 2,lo que pasa es que me da problemas para isntalar programas en el de 64-bits,asike me bajaré la de 32-bits que no he tenido problemas,supongo que los intel core 2 soportan las dos arquitecturas,no?
Bueno pues reinstalo ubuntu pero esta vez el de 32 y les cuento si me sigue pasando lo mismo.
Muxas gracias a los 2 por su ayuda  Wink

Me temo que los CPU intel no soportan ambas arquitecturas... los AMD si... asi que no podras usar soft de 32 bits :S
En línea
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #12 en: Julio 15, 2007, 11:29:14 »

Bueno,pues voy a desisntalar ubunut e isntalar,pero cambiando la arkitectura,que me puse la de 64-bits(amd64)porke tengo un intel  core 2,lo que pasa es que me da problemas para isntalar programas en el de 64-bits,asike me bajaré la de 32-bits que no he tenido problemas,supongo que los intel core 2 soportan las dos arquitecturas,no?
Bueno pues reinstalo ubuntu pero esta vez el de 32 y les cuento si me sigue pasando lo mismo.
Muxas gracias a los 2 por su ayuda  Wink

Me temo que los CPU intel no soportan ambas arquitecturas... los AMD si... asi que no podras usar soft de 32 bits :S
mmm pues no se,he leido que los dual core soprotan las 2,y me he isntalado wine,y wine-doors.
Pero por ejemplo en añadir o quitar,en muxos me dice:
Amarok no puede instalarse en un equipo como el suyo (i386). O bien la aplicación requiere funciones hardware especiales, o bien el vendedor ha decidido no soportar equipos del mismo tipo que el suyo.
Asi con bastantes,será por eso,pero cuando me puse el de 64-bits ,igual.
MIra etse psot:
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion  comentan que valen las 2.
Bueno,entocnes que hago?Que me recomeindas?
Gracias y saludos.
En línea

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #13 en: Julio 15, 2007, 12:03:44 »

Código:
[boot loader]

timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Media Center Edition" /noexecute=optin /fastdetect

Aki el boot.ini.
Saludos.
En línea

ElPerro
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1267


ElPerro - ElPlog.com

57016794 angeldeguer@hotmail.com angeldeguer@yahoo.com.ar
Ver Perfil WWW Email
« Respuesta #14 en: Julio 15, 2007, 12:42:31 »

Perdón, mi post va a ser uno de esos post improductivos de cada foro.

Yo tengo el problema de instalar un sisOP/Distro que usa GRUB y cuando me inicia, en el GRUB solo me muestra a Windows, nunca me había pasado...Que podrá ser?...


Saludos---cd
X,.rjkb fl [perdón....]
En línea


Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion



benjaminn2
Visitante
« Respuesta #15 en: Julio 15, 2007, 01:32:52 »

Perdón, mi post va a ser uno de esos post improductivos de cada foro.

Yo tengo el problema de instalar un sisOP/Distro que usa GRUB y cuando me inicia, en el GRUB solo me muestra a Windows, nunca me había pasado...Que podrá ser?...


Saludos---cd
X,.rjkb fl [perdón....]

Es posible que no este a;adido al menu del grub, tienes que agregarlo, haz lo mismo que le dije a Don Nadie para saber si estan o no, o si es algun otro problema >p

PD> Perdon por el teclado pero no se que distribucion es esta, luego la cambio xD
En línea
-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #16 en: Julio 15, 2007, 02:48:07 »

Ltsmash,leiste lo qeu t pasé?No vaya a ser que la este cagando en eso...
Pero yo creo que si va y esta bien el de 32 en el dual core.
Saludos.
En línea

benjaminn2
Visitante
« Respuesta #17 en: Julio 15, 2007, 07:41:17 »

Uff perdon es que no entiendo muy bien el GRUB todavia lo voy aprendiendo, pero ya consulto con blood y te contesto...
En línea
Laocoonte
El Menos
Colaborador
*****
Desconectado Desconectado

Mensajes: 686



Ver Perfil
« Respuesta #18 en: Julio 15, 2007, 09:17:15 »


Partamos de que al instalar linux por primera vez ya tenias
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
instalado, al poner grub este le copio el arranque sin entenderlo (obvio no es codigo abierto), al reinstalar linux mandaste a la m lo que habia, y el nuevo grub detecta que
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
esta instalado pero no le puede copiar el arranque por que este no existe, y no lo puede poner el solito por que no lo conoce (de nuevo las bellezas del codigo cerrado).

Con esto claro:

Debes iniciar la consola de recuperacion y usar el comando Fixmbr, luego con el super disk grub vuelves a poner el grub en su sitio.

A mi me funciono asi, aunque un amigo lo intento (el dice que siguio todo al pie de la letra, si como no) y borro la tabla de particionesHuh googlealo para estar seguros y, debo decirlo, hazlo bajo tu responsabilidad.

 Cheesy Cheesy

« Última modificación: Julio 15, 2007, 10:50:27 por Judas Macabeos » En línea




Clan Pancitas Indigestaditas


Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
Click aki para hac kear hotmail.....

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #19 en: Julio 16, 2007, 04:08:06 »

Ok,gracias probaré como dices a ver si hay suerte.
Ya os contaré si funcionó.
Saludos y gracias!
Ah,por cierto,lo de los programas,ya lo solucioné,puedo isntlar todos,ya me va de lujo todo(excepto windows...)
« Última modificación: Julio 16, 2007, 04:33:39 por Don Nadie » En línea

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #20 en: Julio 16, 2007, 05:08:45 »

Hola,pues hice lo k  Judas Macabeos me dijo,entre en la consola de recuperacion,Fixmbr,me dijo todo bien y luego con el super grub volvi a poner grub,pero le doy a WIndows y pasa igual,starting up.... y se keda la pantalla en negro.
Ubuntu me va bien.
Alguna idea de porke me pasa?
Que pasos en el super grub hay que seguir mas o menos?Porque tal vez lo hize mal...
Gracias de antemano.
Saludos.
« Última modificación: Julio 16, 2007, 06:47:22 por Don Nadie » En línea

Laocoonte
El Menos
Colaborador
*****
Desconectado Desconectado

Mensajes: 686



Ver Perfil
« Respuesta #21 en: Julio 17, 2007, 10:59:10 »


Emm veras, esto lo hice cuando recién empece con Linux así que estaba algo empolvado, la verdad sea dicha, se me olvido un comando, pero aki te va todo, (comprobado hoy personalmente)

Primero has una copia de este archivo /boot/grub/menu.lst por precaución.


Entras por consola de reparación, y tecleas esto

CD C:\
se supone que ya estas en C pero siempre es bueno asegurarse. Cambia la C por la letra de la unidad donde tengas instalado
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
. Después de cd hay un espacio xD.
FIXMBR teclea S para confirmar
FIXBOOT de nuevo S
EXIT

Con eso ya no tienes grub.

Inicia
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
para ver si todo salio bonito xD






Ahora vamos a recuperar el hermoso grub. Inicias desde el SDG.

  • 1. En el menú principal, te mueves con teclas de desplazamiento hasta Super Disk Grup, enter.
  • 2. Hay te mueves hasta Castellano Super Disco Grup, enter.
  • 3. Te desplazas hasta Avanzado, enter.
  • 4. Vas a Grup, enter.
  • 5. Das enter en Restaurar Grup en Disco duro (MBR).
  • 6. Y finalmente, enter en Automáticamente instala.

Hay esperas un segundo hasta que te aparezca en letras blancas sobre pantalla negra xD: 

SGD lo ha conseguido.

Reinicias y lo tienes.

A veces el paso 1. no es necesario y arrancas desde el 2. o incluso del 3. dependiendo de la versión.

Ya que estas con lo del grub podrías jugar con GrubEd o de plano con GFXBoot.


 Cheesy Cheesy


Pd: Postea cualquier novedad.
« Última modificación: Julio 17, 2007, 11:15:08 por Judas Macabeos » En línea




Clan Pancitas Indigestaditas


Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
Click aki para hac kear hotmail.....

-Erick-
Gran Colaborador
*****
Desconectado Desconectado

Mensajes: 1497



Ver Perfil WWW Email
« Respuesta #22 en: Julio 18, 2007, 05:14:21 »

Gracias por tu respuesta  Judas Macabeos ,hize como me dijistes(lo hize 2 veces)y nada.
Cuando hago fixmbr y fixboot me arranca luego win,restauro grub,le doy a Win y nada de nada.
No se porque puede ser,igual las particiones o vete a saber  Undecided
En línea

WiNsMuRf
Colaborador
*****
Desconectado Desconectado

Mensajes: 856


Tux Rlz!


Ver Perfil WWW
« Respuesta #23 en: Julio 18, 2007, 09:13:47 »

elimina windows Grin

intenta dejar el disco en blanco y reinstalas todo de nuevo para TU arquitectura
En línea






No respondo mensajes privados ni atiendo en el messenger..
Laocoonte
El Menos
Colaborador
*****
Desconectado Desconectado

Mensajes: 686



Ver Perfil
« Respuesta #24 en: Julio 18, 2007, 06:32:21 »


Despues de pensarlo a la luz de las velas, creo saber el por que; el sgd NO reinstala grub, solo coloca el menu.lst en el MBR, y este menu NO contiene el arranque de
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
.

Repite lo de consola, y vuelve a instalar grub usando Ubuntu como live cd,
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
aki
te explican como. Con eso el nuevo grub crea un menu.lst donde si esta el arranque de
Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
hasefroch
; si no carga el grub despues de hacer esto, usa el SGD. No debe haber ningun problema.

 Cheesy Cheesy

Pd: Postea novedad.
En línea




Clan Pancitas Indigestaditas


Necesitas ser usuario para ver los enlaces Crear Usuario  Hacer Sesion
Click aki para hac kear hotmail.....

</
Páginas: [1] 2 Ir Arriba Imprimir