questo è veramente un problema spinoso. Ho instalato la 10.04 da poco e mi è sparito Windows Xp da grub. Il problema è che anche sotto la voce "Places" nel menu a tendina sulla barra degli strumenti in alto non riesco a trovarlo. In pratica Ubuntu non riesce più a trovare Xp. Cosa dovrei fare? Formattare tutto? Se digito fdisk -l la partizione NTFS esiste ancora.
Codice: Seleziona tutto
luca73@Bela-Lugosi-is-dead:~$ sudo fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x98669866
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2554 20514973+ 7 HPFS/NTFS
/dev/sda2 2555 3162 4882432 83 Linux
/dev/sda3 3163 7174 32225281 5 Extended
/dev/sda5 4378 4682 2440192 83 Linux
/dev/sda6 5290 5898 4881408 83 Linux
/dev/sda7 5898 6141 1951744 83 Linux
/dev/sda8 6141 6323 1464320 82 Linux swap / Solaris
/dev/sda9 3163 4014 6835200 83 Linux
/dev/sda10 6323 7174 6835200 83 Linux
/dev/sda11 4014 4196 1464320 83 Linux
/dev/sda12 4682 4925 1951744 83 Linux
/dev/sda13 4925 5108 1464320 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 1039 MB, 1039663104 bytes
32 heads, 62 sectors/track, 1023 cylinders
Units = cylinders of 1984 * 512 = 1015808 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
luca73@Bela-Lugosi-is-dead:~$ Codice: Seleziona tutto
luca73@Bela-Lugosi-is-dead:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda2 during installation
UUID=e73afb16-4351-47f8-8bcd-7e751ffa868f / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda5 during installation
UUID=413b3a01-6a6a-4dd5-be53-fc837504dce8 /boot ext4 defaults 0 2
# /home was on /dev/sda9 during installation
UUID=57342e86-4c1c-4691-8b46-d5ffffc52dde /home ext4 defaults 0 2
# /opt was on /dev/sda13 during installation
UUID=69fcfa79-e311-4234-9fc3-09f11fd8216b /opt ext4 defaults 0 2
# /srv was on /dev/sda12 during installation
UUID=98ed9505-2c96-4ec8-8ec3-c903d8fe1e44 /srv ext4 defaults 0 2
# /tmp was on /dev/sda7 during installation
UUID=e0aa0bf6-6f4f-4d72-aa28-3e9135358862 /tmp ext4 defaults 0 2
# /usr was on /dev/sda10 during installation
UUID=b600a9d0-492c-4d2a-96a0-1ffc2f279eaf /usr ext4 defaults 0 2
# /usr/local was on /dev/sda11 during installation
UUID=ad7122f7-f524-4a2f-a06b-e221b5fffe23 /usr/local ext4 defaults 0 2
# /var was on /dev/sda6 during installation
UUID=0e5969b4-dd05-412b-bd3c-4020e4833e9f /var ext4 defaults 0 2
# swap was on /dev/sda8 during installation
UUID=253d9deb-61a3-4d17-a647-4b5129f53a52 none swap sw 0 0
luca73@Bela-Lugosi-is-dead:~$


