aMule Forum
Spanish => sp_Linux => Topic started by: karawana on May 21, 2009, 01:17:54 PM
-
El gestor de arranque me reconoce el windows, pero al intentar arrancarlo sale un mensaje que comienza : "cannot mount..."
Soy novato en Linux y aun necesito el windows para mucho material acumulado, gracias a todos.
-
sale un mensaje que comienza : "cannot mount..."
¿Ycomo acaba????
-
El mensaje completo es: Error17 Cannot mount selected partition. Entiendo que la particion no esta montada, pero cuando abro en ubuntu el administración de particiones me figura montada en /windows.
-
El mensaje completo es: Error17 Cannot mount selected partition. Entiendo que la particion no esta montada, pero cuando abro en ubuntu el administración de particiones me figura montada en /windows.
Escribe en consola:
sudo gedit /boot/grub/menu.lst
Te saldrán las opciones de Grub (el gestor de arranques).
Copia y pegalo aquí.
Para ir adelantando escribe en la misma consola esto:
sudo fdisk -l
(es una ele minúscula)
y copia aquí el resultado. Si no puedes copiar, dinos en qué partición está NTFS.
Por último, si lo que tienes en Microsoft Windows es sólo datos, por qué no los pasas montando la unidad en tu Ubuntu, como dices? Si es ejecución de programas, ya es otra cosa.
-
el menu.list dice:
default 0
timeout 10
### 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=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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 9.04, kernel 2.6.28-11-generic
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Windows XP Professional x64 Edition
root (hd0,1)
kernel /WINDOWS/msdfmap.ini ro root=UUID= root=UUID=
initrd /WINDOWS/msdfmap.ini
map (hd0) (hd0)
chainloader +1
por otra parte windows esta en dev/sda2
y el fdisk dice:
Disco /dev/sda: 500.1 GB, 500107862016 bytes
255 cabezas, 63 sectores/pista, 60801 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Identificador de disco: 0xc0c97e5d
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sda1 1 18104 145420348+ b W95 FAT32
/dev/sda2 18105 43730 205840845 7 HPFS/NTFS
/dev/sda3 * 43731 59578 127299060 83 Linux
/dev/sda4 59579 60801 9823747+ 5 Extendida
/dev/sda5 59579 60801 9823716 82 Linux swap / Solaris
Es en dev/sda2 donde tengo el xp y lo necesito pues tengo trabajos en corel que se que tardadré algun tiempo en poder hacerlos con la distro, aparte de unas bases de datos en acces que tengo que consultar a menudo y de momento no he conseguido abrirlas ni con el MDB Viewer
-
Hola.
Haz una copia de segurirad del archivo menu.lst.
Edita el archivo (de la misma forma que lo mostraste). Vamos a cambiar este bloque:
title Windows XP Professional x64 Edition
root (hd0,1)
kernel /WINDOWS/msdfmap.ini ro root=UUID= root=UUID=
initrd /WINDOWS/msdfmap.ini
map (hd0) (hd0)
chainloader +1
por este otro:
title Windows XP Professional x64 Edition
unhide (hd0,1)
hide (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1
El resto lo dejas igual.
Guardas los cambios y reinicia.
Si no puedes desprenderte de Microsoft Windows, siempre puedes usar una máquina virtual, como VirtualBox y tener ahí los programas que necesites. Eso te evitaría tener que estar reiniciando para entrar en el otro sistema operativo.