Πάντως αυτό που μου βγάζει όταν βάζω sudo grub-install /dev/sda2 είναι αυτό:
- Κώδικας: Επιλογή όλων
tolis@tolis:~$ sudo grub-install /dev/sda2
[sudo] password for tolis:
grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(hd0) /dev/sda
Και όταν βάζω sudo fdisk -l δίνει αυτό:
- Κώδικας: Επιλογή όλων
tolis@tolis:~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc18f1383
Device Boot Start End Blocks Id System
/dev/sda1 127 26039 208146172+ 7 HPFS/NTFS
/dev/sda2 * 26040 29301 26202015 83 Linux
/dev/sda3 29302 30401 8828928 7 HPFS/NTFS
/dev/sda4 1 126 1012063+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00028b6b
Device Boot Start End Blocks Id System
/dev/sdb1 1 6992 56163208+ 83 Linux
/dev/sdb2 6993 7296 2441880 5 Extended
/dev/sdb5 6993 7296 2441848+ 82 Linux swap / Solaris
Προσωπικά αυτή τη στιγμή νιώθω τόσο χαμένος όσο ένα 5χρονο παιδάκι σε τάξη πυρηνικής φυσικής...
