Still no running system. This is what I did: ubuntu@ubuntu:~$ sudo -s root@ubuntu:~# mount /dev/sda8 /mnt root@ubuntu:~# mount /dev/sda1 /mnt/boot/efi root@ubuntu:~# for f in dev sys dev/pts ; do mount --bind /$f /mnt/$f ; done root@ubuntu:~# chroot /mnt root@ubuntu:/# grub-install /dev/sda source_dir existiert nicht. Bitte geben Sie --target oder --directory an
I treid to add the --directory option. I am not sure wether "--directory=/usr/lib/grub/x86_64-efi" is the correct setting root@ubuntu:/# grub-install --directory=/usr/lib/grub/x86_64-efi /dev/sda Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables. Try 'modprobe efivars' as root. Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables. Try 'modprobe efivars' as root. installation beendet. Keine Fehler aufgetreten. I ran the sugested modprobe command: root@ubuntu:/# modprobe efivars libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not open moddep file '/lib/modules/3.8.0-19-generic/modules.dep.bin' ******************************* After reboot same error: error: file '/boot/grub/i386-pc/normal.mod' not found grub resvue> ******************************* Do I need to delete some old artefacts after/before grub installation? Any ideas?? Gerald -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1187345 Title: package grub-efi-amd64 2.00-13ubuntu3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1187345/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
