Computer_mess
Today was a day of computer mishaps: First I couldn’t update, because Mousepad was corrupt. I removed cache and unused repos.. then tried sudo pacman -Syyu
. Didn’t work. I uninstalled Mousepad and I could update.
Then the Grub menu was gone and the computer booted straight into Linux. After some research I found that GRUB_TIMEOUT_STYLE
was set to hidden
. I set it to menu
and ran update-grub
.
Still didn’t work.. the menu was back, but my Windows partition was not listed. More reading. I found out I had to have the Windows partition mounted when running update-grub
. Now it’s ok.
Not sure I will re-install Mousepad. I never used it.