ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xe0488701
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
/dev/sda2 718848 934086655 466683904 7 HPFS/NTFS/exFAT
/dev/sda3 954566656 976771119 11102232 7 HPFS/NTFS/exFAT
/dev/sda4 934086656 954566655 10240000 5 Extended
/dev/sda5 934088704 935112703 512000 83 Linux
/dev/sda6 935114752 936138751 512000 83 Linux
/dev/sda7 936140800 954566655 9212928 8e Linux LVM
Partition table entries are not in disk order
Disk /dev/mapper/centos_pc--portable-swap: 4177 MB, 4177526784 bytes
255 heads, 63 sectors/track, 507 cylinders, total 8159232 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: 0x00000000
Disk /dev/mapper/centos_pc--portable-swap doesn't contain a valid partition table
Disk /dev/mapper/centos_pc--portable-root: 5255 MB, 5255462912 bytes
255 heads, 63 sectors/track, 638 cylinders, total 10264576 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: 0x00000000
Disk /dev/mapper/centos_pc--portable-root doesn't contain a valid partition table
ubuntu@ubuntu:~$ sudo apt-get update && sudo apt-get install syslinux
Ign cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Alpha i386 (20140522) utopic InRelease
Ign cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Alpha i386 (20140522) utopic/main Translation-en_US
Ign cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Alpha i386 (20140522) utopic/main Translation-en
Ign cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Alpha i386 (20140522) utopic/restricted Translation-en_US
Ign cdrom://Ubuntu 14.10 _Utopic Unicorn_ - Alpha i386 (20140522) utopic/restricted Translation-en
Ign
http://archive.ubuntu.com utopic InRelease
Ign
Link Removed utopic-security InRelease
Ign
http://archive.ubuntu.com utopic-updates InRelease
Get:1
http://archive.ubuntu.com utopic Release.gpg [933 B]
Get:2
http://archive.ubuntu.com utopic-updates Release.gpg [933 B]
Get:3
http://archive.ubuntu.com utopic Release [215 kB]
Get:4
Link Removed utopic-security Release.gpg [933 B]
Get:5
http://archive.ubuntu.com utopic-updates Release [62.0 kB]
Get:6
Link Removed utopic-security Release [62.0 kB]
Get:7
http://archive.ubuntu.com utopic/main i386 Packages [1,325 kB]
Get:8
Link Removed utopic-security/main i386 Packages [87.7 kB]
Get:9
http://archive.ubuntu.com utopic/restricted i386 Packages [12.6 kB]
Get:10
http://archive.ubuntu.com utopic/main Translation-en [769 kB]
Get:11
http://archive.ubuntu.com utopic/restricted Translation-en [3,315 B]
Get:12
http://archive.ubuntu.com utopic-updates/main i386 Packages [120 kB]
Get:13
http://archive.ubuntu.com utopic-updates/restricted i386 Packages [8,424 B]
Get:14
http://archive.ubuntu.com utopic-updates/main Translation-en [55.9 kB]
Get:15
http://archive.ubuntu.com utopic-updates/restricted Translation-en [2,268 B]
Get:16
Link Removed utopic-security/restricted i386 Packages [8,424 B]
Get:17
Link Removed utopic-security/main Translation-en [40.9 kB]
Get:18
Link Removed utopic-security/restricted Translation-en [2,268 B]
Fetched 2,778 kB in 2s (948 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
syslinux-common
The following packages will be upgraded:
syslinux syslinux-common
2 upgraded, 0 newly installed, 0 to remove and 1152 not upgraded.
Need to get 1,012 kB of archives.
After this operation, 109 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1
http://archive.ubuntu.com/ubuntu/ utopic/main syslinux-common all 3:6.03~pre18+dfsg-1ubuntu1 [871 kB]
Get:2
http://archive.ubuntu.com/ubuntu/ utopic/main syslinux i386 3:6.03~pre18+dfsg-1ubuntu1 [141 kB]
Fetched 1,012 kB in 1s (738 kB/s)
dpkg: considering deconfiguration of syslinux-common, which would be broken by installation of syslinux ...
dpkg: yes, will deconfigure syslinux-common (broken by syslinux)
(Reading database ... 174703 files and directories currently installed.)
Preparing to unpack .../syslinux_3%3a6.03~pre18+dfsg-1ubuntu1_i386.deb ...
De-configuring syslinux-common (3:4.05+dfsg-6+deb8u1) ...
Unpacking syslinux (3:6.03~pre18+dfsg-1ubuntu1) over (3:4.05+dfsg-6+deb8u1) ...
Preparing to unpack .../syslinux-common_3%3a6.03~pre18+dfsg-1ubuntu1_all.deb ...
Unpacking syslinux-common (3:6.03~pre18+dfsg-1ubuntu1) over (3:4.05+dfsg-6+deb8u1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up syslinux-common (3:6.03~pre18+dfsg-1ubuntu1) ...
Setting up syslinux (3:6.03~pre18+dfsg-1ubuntu1) ...
ubuntu@ubuntu:~$ sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda
dd: failed to open ‘/usr/lib/syslinux/mbr.bin’: No such file or directory
ubuntu@ubuntu:~$