birak
(usa Ubuntu)
Enviado em 31/03/2011 - 10:37h
olha so... segui os passos.. mas nao da certo tambem
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 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: 0x000eeb6c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3650 29314563 7 HPFS/NTFS
/dev/sda2 3650 4864 9754625 5 Extended
/dev/sda5 3650 4807 9289728 83 Linux
/dev/sda6 4807 4864 463872 82 Linux swap / Solaris
Disk /dev/sdb: 4009 MB, 4009754624 bytes
255 heads, 63 sectors/track, 487 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: 0x0217934c
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 488 3915744+ c W95 FAT32 (LBA)
Partition 1 has different physical/logical endings:
phys=(486, 254, 63) logical=(487, 125, 22)
ubuntu@ubuntu:~$ sudo mount -t ext3 /dev/sda5 /mnt
mount: /dev/sda5 already mounted or /mnt busy
mount: according to mtab, /dev/sda5 is mounted on /media/d34ec34e-010f-434f-9e56-0568e2d08a9b
ubuntu@ubuntu:~$ sudo grub-install --root-directory=/mnt /dev/sda
/usr/sbin/grub-probe: error: cannot find a device for /mnt/boot/grub (is /dev mounted?).
No path or device is specified.
Try `/usr/sbin/grub-probe --help' for more information.
Auto-detection of a filesystem module failed.
Please specify the module with the option `--modules' explicitly.
ubuntu@ubuntu:~$