Project

General

Profile

Bug #3423

System breaks (missing grub.cfg) after installing package emacs

jacobR580 - over 1 year ago - . Updated over 1 year ago.

Status:
not-a-bug
Priority:
bug
Assignee:
-
% Done:

100%


Description

  • steps to reproduce:
    1) # pacman -S emacs # (systemd)
  • expected result:
    Install and open GNU emacs normally
  • actual result:
    instead, after opening GNU emacs there is an error: missing library libtiff
    after rebooting error "missing grub.cfg".

History

#1

Updated by direnis over 1 year ago

As far as i understand, emacs says libtiff isnt installed and so you need to install it to use emacs. There is also another error about grub, to solve that you need to (re)generate grub.cfg. this is how you may do it:
Boot into a live parabola environment, do

pacman -Sy
to update the repos. then mount the installation root to /mnt (and other partitions such as '/boot to /mnt/boot' if you have), pacstrap libtiff:
pacstrap /mnt libtiff
to it and chroot into it:
arch-chroot /mnt
then run this command to (re)genererate grub config
grub-mkconfig -o /boot/grub/grub.cfg
you may also need to "regenerate" initramfs and that can be done running this command in chroot
mkinitcpio -P or mkinitcpio -p KERNEL
the problem should be fixed then. if not, let us know

#2

Updated by bill-auger over 1 year ago

the present concern is to 'confirm' the bug - nothing will
happen while the status is 'unconfirmed'

it seems very unlikely that emacs would eat grub.cfg; so this
probably represents two different unrelated issues; both of
which should be confirmed independently - perhaps another ticket
would be needed

#3

Updated by jacobR580 over 1 year ago

Yes, it seems that it indeed wasn't an issue of emacs, but the hard drive in my thinkpad X200 seems to have loosened for some reason at the most convenient time, when I had installed this package and there were library errors. The grub.cfg error message seemed to have been from libreboot itself.

This issue may be closed.

#4

Updated by nona over 1 year ago

  • % Done changed from 0 to 100
  • Status changed from unconfirmed to not-a-bug

Also available in: Atom PDF