I installed ubuntu automatically using a jump flash, however it cannot boot without usb. I tried the way of typing "sudo grub-install/dev/sda
", and it just doesn't work! Also I am still confused where I install the grub2. Hope someone can help me. The terminal screen is showed as followed:
ubuntu@ubuntu:~$ sudo fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xa62b4079
Device Boot Start End Blocks Id System
/dev/sda1 1 1953525167 976762583+ ee GPT
Partition 1 does not start on physical sector boundary.
Disk /dev/sdb: 7858 MB, 7858028544 bytes
90 heads, 30 sectors/track, 5684 cylinders, total 15347712 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc3072e18
Device Boot Start End Blocks Id System
/dev/sdb1 * 24 15347711 7673844 c W95 FAT32 (LBA)
ubuntu@ubuntu:~$ sudo grub-install/dev/sda
sudo: grub-install/dev/sda: command not found