0 Mitglieder und 1 Gast betrachten dieses Thema.
Disk /dev/sda: 320.1 GB, 320072933376 bytes255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 4096 bytesI/O size (minimum/optimal): 4096 bytes / 4096 bytesDisk identifier: 0x02b1b40c Device Boot Start End Blocks Id System/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT/dev/sda2 206848 532482047 266137600 7 HPFS/NTFS/exFAT/dev/sda3 532484094 625141759 46328833 5 ExtendedPartition 3 does not start on physical sector boundary./dev/sda5 532484096 608542719 38029312 83 Linux/dev/sda6 608544768 625141759 8298496 82 Linux swap / SolarisDisk /dev/sdb: 7927 MB, 7927234560 bytes255 heads, 63 sectors/track, 963 cylinders, total 15482880 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00000000 Device Boot Start End Blocks Id System/dev/sdb1 * 2048 15482879 7740416 b W95 FAT32
Leider wird im angegebenen Thread nicht ganz klar (mir jedenfalls nicht), was denn jetzt die Loesung des Problems war.
sudo mount /dev/sda5 /mnt
sudo mount --bind /dev/ /mnt/dev
sudo grub-install --root-directory=/mnt /dev/sda
grub-probe: error: cannot find a device for /boot (is /dev mounted?)./usr/sbin/grub-probe: error: cannot stat `dev/sda'.
sudo hexdump -v -s 0x80 -n 2 -e '2/1 "%x" "\n"' /dev/sda
020
Steht ja das gleiche drin wie bei UU.de/Reparatur mit chroot.
grub-install /dev/sda
Installation finished. No error reported.
update-grub
Generating grub.cfg ...Found linux image: /boot/vmlinuz-3.2.0-23-genericFound initrd image: /boot/initrd.img-3.2.0-23-genericFound memtest86+ image: /boot/memtest86+.binFound Windows 7 (loader) on /dev/sda1done
9f83
Ich habs jetzt mal mit der chroot-methode probiert.Scheinbar erfolgreich....
sudo apt-get update
sudo apt-get install --reinstall grub-common grub-pc grub-pc-bin grub2-common grub-gfxpayload-lists grub2-theme-mint