captain-sensible
Well-Known Member
I updated Arch today using sudo pacman -Syu
I saw a mention of to use new grub features to re-install it. That was a mistake.
It failed to boot after that.
My bacon was saved using
super_grub2_disk_hybrid_2.04s1.iso which was on a Ventoy formated stick for first screw up
then boot elementaryOS from usb. installed timeshift , then ran timeshift using snapshot on laptop Sd card
It got my system up , so i decided to revert to a previous Timeshift snapshot; that worked.
But i could boot up, but it was painfully slow. I think the reason is this:
what a mess . Question is do i delete to empty directories while system is up and run while system is up :
i read its best to do it from Arch installation disk.
I saw a mention of to use new grub features to re-install it. That was a mistake.
It failed to boot after that.
My bacon was saved using
super_grub2_disk_hybrid_2.04s1.iso which was on a Ventoy formated stick for first screw up
then boot elementaryOS from usb. installed timeshift , then ran timeshift using snapshot on laptop Sd card
It got my system up , so i decided to revert to a previous Timeshift snapshot; that worked.
But i could boot up, but it was painfully slow. I think the reason is this:
Code:
[[email protected]:/][1]$ tree -L 2 boot (09-01 13:48)
boot
├── amd-ucode.img
├── boot
├── EFI
│ ├── amd-ucode.img
│ ├── boot
│ ├── EFI
│ ├── grub
│ ├── initramfs-linux-fallback.img
│ ├── initramfs-linux.img
│ └── vmlinuz-linux
├── grub
│ ├── fonts
│ ├── grub.cfg
│ ├── grubenv
│ ├── locale
│ ├── themes
│ └── x86_64-efi
├── initramfs-linux-fallback.img
├── initramfs-linux.img
└── vmlinuz-linux
what a mess . Question is do i delete to empty directories while system is up and run while system is up :
Code:
# grub-install --target=x86_64-efi --bootloader-id=GRUB --efi-directory=/boot/efi
# grub-mkconfig -o /boot/grub/grub.cfg
i read its best to do it from Arch installation disk.
Last edited: