View Full Version : [GRUB] WIN non parte. NTFS danneggiato?
mariodebiase
27-05-2008, 10:54
ciao ragazzi/e,
ho recentem installato ubuntu 8.04, ridimensionando la partizione win XP su notebook Dell inspiron 6400.
Linux è ok, ma quando cerco di avviare Win la schermata torna subito alla scelta del sist. operativo da avviare (ENTER su Microsoft XP ... ->Loading grub stage2 -> dopo mezzo secondo ritorno dove ero prima).
Ho provato a modificare /boot/grub/menu.lst, ma non ho avuto buoni risultati: ho provato ad inserire "makeactive", a cambiare il numero (hd0, x) ed a modificare il valore del "chainloader".
Da "fdisk -l" si evince che il Boot è su /dev/sda2 (cioè la prima partizione dopo quella della Dell Utility, e nella quale è effettivamente installato XP).
Un'altra cosa: se cerco di montare manualmente la partizione di Win mi dice che il NTFS è danneggiato o quello che ho selezionato non è una partizione o un'intero disco.
come fare?
ringrazio anticipatamente tutti.
Mario.
red.hell
27-05-2008, 11:26
se riesci posta tutto il grub.conf, sarà senz'altro più facile aiutarti :)
mariodebiase
27-05-2008, 12:15
se riesci posta tutto il grub.conf, sarà senz'altro più facile aiutarti :)
scusa, ma non trovo il file che richiedi.
Forse ti potrebbe essere utile il file "menu.lst" oppure il "fdisk -l" oppure "fstab"
fdisk -l
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5eff4ed2
Device Boot Start End Blocks Id System
/dev/sda1 1 11 88326 de Dell Utility
/dev/sda2 * 12 7975 63970830 7 HPFS/NTFS
/dev/sda3 7976 11769 30475305 5 Extended
/dev/sda4 11770 12161 3148740 db CP/M / CTOS / ...
/dev/sda5 11509 11769 2096451 dd Unknown
/dev/sda6 7976 8286 2498044+ 83 Linux
/dev/sda7 8287 8784 4000153+ 82 Linux swap / Solaris
/dev/sda8 8785 11508 21880498+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 1030 MB, 1030750208 bytes
16 heads, 32 sectors/track, 3932 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x8284b467
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3932 1006576 e W95 FAT16 (LBA)
menu.lst
. . .
### 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 Dell Utility Partition
root (hd0,0)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
chainloader +11
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda5
title Microsoft Windows XP Embedded
root (hd0,4)
savedefault
chainloader +1
FSTAB:
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=7ff8f5b9-7a19-4b75-b079-66864ea0ebef / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sda8 :
UUID=45e12f91-f678-4369-b11a-6a407010f3e3 /usr ext3 relatime 0 2
# Entry for /dev/sda7 :
UUID=d4cade2d-b7c1-48f5-8e37-655a4057a3c3 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda2 /media/discowin ntfs-3g defaults,locale=it_IT.UTF-8 0 1
ciao
jeremy.83
27-05-2008, 13:33
Non penso che sia un problema legato a grub.
Prima di ridimensionare la partizione di windows hai deframmentato? Se è veramente danneggiato l' NTFS penso che l'unica soluzione sia un ripristino o mal che vada un reformat di windows.
Per montare le partizioni da ubuntu devi aver installato il pacchetto ntfs-3g, anche se penso che con le ultime release lo installino già di default.
Ciao.
Gollum63
27-05-2008, 20:59
Fermo restando che la partizione è integra, modificherei il /boot/grub/menu.lst in questo modo
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
rootnoverify (hd0,1)
savedefault
makeactive
chainloader +1
per l'/etc/fstab invece modificherei la stringa
/dev/sda2 /media/discowin ntfs-3g auto,defaults,locale=it_IT.UTF-8 0 0
[The Black]
28-05-2008, 19:27
Per montare le partizioni da ubuntu devi aver installato il pacchetto ntfs-3g, anche se penso che con le ultime release lo installino già di default.
Ciao.
esattamente, ubuntu 8.04 ha già installato di default ntfs-3g
vBulletin® v3.6.4, Copyright ©2000-2026, Jelsoft Enterprises Ltd.