
26/03/2008, 19:01
|
| | Fecha de Ingreso: julio-2006
Mensajes: 145
Antigüedad: 18 años, 9 meses Puntos: 1 | |
Re: No puedo arrancar el portatil al quitar particiones linux, se bloquea el grub. he instalado ubuntu pero el grub me reconoce solo el propio ubuntu, windows xp y la particion de recuperación pero vista no, este es mi grub:
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,3)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=bbcc3583-85ae-4e34-951f-fd323df73168 ro quiet splash locale=es_ES
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,3)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=bbcc3583-85ae-4e34-951f-fd323df73168 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,3)
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
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 Recuperacion
root (hd0,1)
savedefault
makeactive
chainloader +1
tengo instalado en el pc dos discos duros sata,
en el primero tengo esta particiones: vista/swap/ubuntu/recuperación
y en el segundo disco tengo xp solo.
¿como puedo hacer para que arranque vista? he pensado en reparar vista, este me creará su propio menú de arranque con xp y vista pero, ¿me destruirá grub?
saludos |