Monthly Archive: August 2022

VSCode devcontainer (part 2)

After setting up podman to be used as a devcontainer in VSCode in the previous blog-post, here are some links for a further deep-dive and next steps: https://benmatselby.dev/post/vscode-dev-containers/ Quick repeat of what is a devcontainer https://mkdev.me/posts/dockerless-part-1-which-tools-to-replace-docker-with-and-why Blog-series about using podman as a docker replacement. https://blogs.sap.com/2022/02/01/boosting-tutorial-ux-with-dev-containers-part-3-containers-into-action/ First steps in the devcontainer based on Create a CAP Application and SAP Fiori UI...

Welcome to grub… hell

Problem: grub gets stuck after an system-update at “welcome to grub” and uefi-setup is loading… Additional information: This did not only struck me… It’s a broken grub package from 26.08.2022 – FS#75701 – grub 2:2.06.r322.gd9b4638c5-1 issue www.reddit.com/r/linuxmemes/ https://bbs.archlinux.org/viewtopic.php?id=279115 https://bugs.archlinux.org/task/75701#comment210566 Solution: 1) boot from arch usb-stick 2) get information about the system parted -l lsblk 3) perpare the system Mount root...