[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Instalé Debian y desapareció Windows



El 25/11/13 16:18, alberto moreno martinez escribió:
Hola Javier, mira lo que sale:

root@debian:~# fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.

Para manejar la tabla de particiones gpt debes usar gparted como te indica.

Yo te sugiero que instalesgdisk

#aptitude install dgisk



Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, 1953525168 sectores en total
Units = sectores of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador del disco: 0x031b3636

Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sda1               1  1953525167   976762583+  ee  GPT
root@debian:~#

Ejecuta:

gdisk -l /dev/sda

Dentro de el "?" te da el help.
"p" te lista la tabla de particiones
"q" sale

*OJO* con lo que haces porque estas trabajando como root y ese programa *DESTRUYE* la tabla de particiones.

Muéstranos que te dice cuando le das "p".




Tambien mira esta porfavor:

root@debian:~# aptitude show os-prober
Paquete: os-prober



Estado: instalado

Si, está instalado.

Instalado automáticamente: no
Versión: 1.58
Prioridad: extra
Sección: utils
Desarrollador: Debian Install System Team <debian-boot@lists.debian.org>
Arquitectura: amd64
Tamaño sin comprimir: 142 k
Depende de: libc6 (>= 2.4)
Tiene conflictos con: os-prober
Descripción: utility to detect other OSes on a set of drives
  This package detects other OSes available on a system and outputs the results in a
  generic machine-readable format.

root@debian:~#

Y estos son otros resultados:

root@debian:~# update-grub
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
done
root@debian:


root@debian:~# /etc/grub.d/*
if [ -s $prefix/grubenv ]; then
   load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
   set saved_entry="${prev_saved_entry}"
   save_env saved_entry
   set prev_saved_entry=
   save_env prev_saved_entry
   set boot_once=true
fi

function savedefault {
   if [ -z "${boot_once}" ]; then
     saved_entry="${chosen}"
     save_env saved_entry
   fi
}

function load_video {
cat: /video.lst: No existe el fichero o el directorio
true
}

set timeout=5
root@debian:

root@debian:~# grep -i windows /boot/grub/grub.cfg
root@debian:~#  (NO MUESTRA NADA)


Ejecuta el comando y dinos que pasa (gdisk)

Acuérdate del Super grub disk.


Saludos.


Reply to: