Introduction to Linux Operating Systems.
It’s worth writing everything you do. Maybe you learned something new in the version control system, or fixed something in your operating system. As similar problems become convenient if you have solutions to problems already encountered. Ofc this also preserve your interest.
This blog mainly consists of my learnings and experiences about operating systems. The story of having multiple OS’s on my machine. Also why I prefer linux kernel over Windows
About six months ago I thought of switching from windows to linux. But why?
There are countless reasons to go for Linux. Once you do a search on Google it will bring you many articles on why you should choose Linux, such as “Why you should switch to Linux,” “What are the benefits of learning Linux,” and “Is it worth my time to learn Linux while learning programming?”It takes a while, but it’s worth the read.
We’ll talk about it sometime later.
In general, transitions are always difficult and can be scary. For Windows users who have never used the CLI, transitioning to Linux can be really scary. But also knowing that others also find it difficult can be really consoling at times :smile in pain:. Fear of screwing up makes the transitions difficult. But if you can manage the first few days, the ultimate returns are exponential.
Although Linux is a great operating system with extensive hardware and software support, the reality is that sometimes you have to use Windows, probably because of core apps that won’t run on Linux. So installing Linux with Windows (dual boot) was what I was going to do.
At first I chose Ubuntu (recommended for beginners) to start with. And later installed other linux destros as well.Choose other flavours once you know better and can decide for yourself. Although the dual-boot setup process is not very involved, One can easily dual boot following some articles on the internet. But due to different types of laptops and their different functioning things don’t work accordingly. Accidents can still happen. So before you begin, make sure you have backed up your computer. In addition to backing up your files, consider backing up an image of the disc, though this isn’t required and can be a more advanced process.
So I followed some articles
to dual boot Windows and Ubuntu. Yes I messed up some steps and ended up
Overwriting Operating System [Windows 10 with Ubuntu] :(
After doing some searching around google, I found that it turned out to be because I had RAID enabled for the HDD. Then I saw the operating mode of the Integrated Storage Device Controllers. The storage device was configured to support RAID functions with a VMD controller for all NVMe and SATA devices. In order to boot the OS, the Windows RST driver or the Linux kernel VMD driver must be loaded.
- Set Windows to boot into safe Mode on next restart.
- Press the Windows logo key + R
- Type msconfig in the Open box.
- Check the Safe boot checkbox under Boot options in Boot tab.
- Enter the BIOS setting and disable RAID. Config Storage device for AHCI/NVMe mode.
- Boot to Windows. Windows will boot into Safe Mode automatically.
- Exit the safe mode, so that the system will boot into normal mode.
- Clear the Safe boot checkbox under Boot options in Boot tab.
To be continued…