ho installato qualche giorno fa il 10.04. Ieri ho fatto uno degli aggiornamenti raccomandati. ora all-avvio quando Seleziono Linux.. il PC si riavvia immediatamente. Se scelgo XP invece non ci sono problemi..
ho provato a seguire //wiki.ubuntu-it.org/AmministrazioneSistema/Grub/Ripristino?highlight=(grub
Codice: Seleziona tutto
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 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: 0xc3bf4bd9
Device Boot Start End Blocks Id System
/dev/sda1 1 243 1951866 1b Hidden W95 FAT32
/dev/sda3 * 244 6640 51383902+ 7 HPFS/NTFS
/dev/sda4 6641 12161 44347432+ f W95 Ext'd (LBA)
/dev/sda5 6641 12161 44347401 b W95 FAT32
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 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: 0x27678f9b
Device Boot Start End Blocks Id System
/dev/sdb1 1 60801 488384001 c W95 FAT32 (LBA)
ubuntu@ubuntu:~$ sudo mount /dev/sda3 /mnt
fuse: mount failed: Device or resource busy
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ udo mount --bind /dev /mnt/dev
The program 'udo' is currently not installed. You can install it by typing:
sudo apt-get install udo
You will have to enable the component called 'universe'
ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
mount: mount point /mnt/proc does not exist
ubuntu@ubuntu:~$ sudo mount --bind /sys /mnt/sys
mount: mount point /mnt/sys does not exist
ubuntu@ubuntu:~$
un aiuto? cosa devo fare...
grazie

