ubuntuusers.de

grub

Datum:
10. März 2012 19:07
Code:
1
2
3
4
5
6
7
8
ubuntu@ubuntu:~$ sudo su
root@ubuntu:/home/ubuntu# mount /dev/sda3 /mnt 
root@ubuntu:/home/ubuntu# sudo dd if=/dev/sdX count=1 | hexdump -C 
dd: öffne „/dev/sdX“: Datei oder Verzeichnis nicht gefunden
root@ubuntu:/home/ubuntu# grub-install /dev/sda
/usr/sbin/grub-probe: Fehler: cannot find a device for /boot/grub (is /dev mounted?).
root@ubuntu:/home/ubuntu# grub-install --recheck /dev/sda
/usr/sbin/grub-probe: Fehler: cannot find a device for /boot/grub (is /dev mounted?).