Bonjour à tous!
Je tente désespérément de mettre à jour ma debian sur un serveur OVH, mais une ise à jour de grub me pose des problèmes.
J’ai une debian wheezy installée sur ce serveur.
Voici ce que j’obtiens avec un apt-get upgrade:
root@***:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
Setting up grub-pc (2.02~beta2-22) ...
Installing for i386-pc platform.
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
Installation finished. No error reported.
Generating grub configuration file ...
Found linux image: /boot/bzImage-3.2.13-xxxx-grs-ipv6-64
/etc/grub.d/06_OVHkernel: line 17: make_system_path_relative_to_its_root: command not found
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
grub-pc
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@***:~#
Voici le contenu de mon fichier sources.list
[code]root@***:~# cat /etc/apt/sources.list
deb http://debian.mirrors.ovh.net/debian/ wheezy main
deb-src http://debian.mirrors.ovh.net/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main[/code]
Je ne sais pas vraiment quelle est la prochaine étape pour débloquer la situation
Avez-vous des idées?