You are not logged in.
Pages: 1
After last grub update when i do:
# grub-install --target=i386-pc --recheck --debug /dev/sda
i get this errorrs (last lines):
grub-install: info: grub-mkimage --directory '/usr/lib/grub/i386-pc' --prefix '(lvmid/EJBYU9-UdSC-8weL-Wuco-cZyD-7LB5-9DljMH/c3ysDz-Z8SY-WRXW-HCXS-Pz82-kuHF-NixeI5)/boot/grub' --output '/boot/grub/i386-pc/core.img' --format 'i386-pc' --compression 'auto' 'ext2' 'msdos' 'msdos' 'lvm' 'biosdisk'
grub-install: errore: impossibile aprire "/usr/lib/grub/i386-pc/msdos.mod": File o directory non esistente.
I found an 'msdospart.mod' in /boot/grub/i386-pc NOT a msdos.mod. The same files are in /usr/lib/grub(...)
What's happening ?
I have 2 disk (sda and sdb) on lvm including /, no problem until yesterday...
Offline
You could check /etc/default/grub for these lines:
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
'part_msdos' could be changed to 'msdos'.
Offline
You could check /etc/default/grub for these lines:
# Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos"
'part_msdos' could be changed to 'msdos'.
I have exactly that line. The problem should be related to lvm as now i moved my root partition on a new SSD (sda) and grub is installed there without any problem
Offline
Pages: 1