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 install ubuntu 16.04 on windows via grub4dos, dual boot system

first download grub4dos tool and ubuntu 16.04 iso
here is the links I used, or you can google it.
grub4dos
ubuntu 16.04 iso



extract grub4dos zip file, you will get a folder named grub4dos-0.4.4
just copy below 4 files to your system disk(for me, it is c:/)
grldr menu.lst grldr.mbr grub.exe

extract ubuntu 16.04 iso and find below two files in casper folder.
vmlinuz initrd.lz
copy them to your system disk too


now your system disk root folder should includes files like below:




















please ensure all the marked 7 files are there.

first, let's modify menu.lst and add below content to the end.















title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-16.04.2-desktop-i386.iso locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz

hd0,0 means the first disk device and the first partition from that.
and where your windows system default installed.
if your windows installed on second partition, it should be like hd0,1
or your windows installed on second disk, it should be like hd1,0
please change it depends on your system, otherwise it will not work.

/ubuntu-16.04.2-desktop-i386.iso is the ubuntu iso file name

second, modify c:\boot.ini, just add one line to the end.
c:\grldr="Ubuntu Install"








boot.ini is hidden by default, you need to change folder option and let it show.

OK. prepare work done.
Now just restart your computer and select "Ubuntu Install" to install it.
Regarding how to install dual boot system,
please click me.

Once completed, please remember back to your windows and delete the seven files
you placed there before.

❤️ 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

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