Beste mensen,
Gisteren avond wilde ik mijn goed draaiende versie linux updaten. Na de update gedraaid te hebben ging het fout. Toen ik opnieuw opstarte kreeg ik het volgende:
error: the symbol 'grub_puts_' not found
grub rescue>
Hoe kan ik dit makn ik heb al verschillende dingen geprobeerd maar niks werkt ?
Onderstaand heb ik al geprobeerd,
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 10.0 GB, 10005037056 bytes
255 heads, 63 sectors/track, 1216 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1215 9759456 7 HPFS/NTFS
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 19092 19457 2939895 82 Linux swap / Solaris
/dev/sdb2 * 1 19091 153348426 83 Linux
Partition table entries are not in disk order
ubuntu@ubuntu:~$ sudo mkdir /media/sdb2
ubuntu@ubuntu:~$ sudo mount /dev/sdb2 /media/sdb2
ubuntu@ubuntu:~$ sudo grub-install --root-directory=/media/sdb2 /dev/sdb
Due to a bug in xfs_freeze, the following command might produce a segmentation
fault when /media/sdb2/boot/grub is not in an XFS filesystem. This error is harmless and
can be ignored.
xfs_freeze: specified file ["/media/sdb2/boot/grub"] is not on an XFS filesystem
Installation finished. No error reported.
This is the contents of the device map /media/sdb2/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'.
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
ubuntu@ubuntu:~$
g