A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

How to fix up the missing ubuntu boot loader in your dual-boot computer(windows&ubuntu)

When I install ubuntu 16.04 on my computer, I made a mistake.
I select /dev/sda7 as the device for boot loader installation.
it caused that there was no ubuntu boot option after you completed
the installation.
The correct selection should be /dev/sda like below.


And one day you update your windows to a new version, the ubuntu boot loader
will overwrite and leads to the same problem.

anyway, we have to fix up the problem.
let't follow the same step when we try to install dual boot system.
here is the link.
but this time we just to install the boot loader for ubuntu, not real install the ubuntu system.
so please remember to click quit once you go to here.


















What we need to do is just open a terminal and type below command.

get root permission
$sudo -i 
find your mount point of your ubuntu system. mine is /dev/sda7
mount your ubuntu system
#mount /dev/sda7 /mnt
if you have a /boot partition of your ubuntun system, please remember mount it too
install boot loader
#grub-install --root-directory=/mnt /dev/sda
/dev/sda is the disk device where your windows loader placed.

ok. restart your computer and you will find your ubuntu boot loader come back.
the last command. open your terminal again.
$sudo update-grub

❤️ Support This Blog


If this post helped you, you can support my writing with a small donation. Thank you for reading.


Comments

Popular Posts

2026 Begins: Choosing to Stay on the Path as a Blogger

Health Checks and Scaling Strategies for Next.js in Kubernetes