wasnt paying attention to grub bootloader and accidentally booted the wrong OS 12 dead 30 minutes wasted
seen from United Kingdom
seen from Türkiye
seen from China

seen from Türkiye
seen from United States

seen from United Kingdom
seen from China

seen from United States

seen from Malaysia
seen from United States
seen from China

seen from Malaysia
seen from Romania

seen from Germany
seen from United Kingdom

seen from Kazakhstan
seen from Germany

seen from United Kingdom

seen from United States
seen from China
wasnt paying attention to grub bootloader and accidentally booted the wrong OS 12 dead 30 minutes wasted
To Mac or not to Mac. I learnt about Virtualisation, it was cool
Virtualisation is the process of emulating a physical computer system using software. This allows people to harness the components of systems in a virtual capacity without having to obtain the traditional equipment to run these components (Hopping, 2021). Although virtual machines (VM) interact with the host, they are completely independent, providing a level of security and isolation. Additionally, VMs undergo partitioning which allows for the running of multiple operating systems on one machine. You'll also find that VMs are encapsulated making them highly portable (Vmware, 2021).
One of the major advantages of virtualisation is the ability to integrate virtualised computing components on different operating systems. Operating systems can vary from machine to machine, and this means information must be recompiled to suit the language of that specific device. However, virtualisation allows for programs to be run anywhere, in their original state, provided there is a virtual machine installed. For example, python is not translated into machine code and is therefore incompatible with some processors. The python virtual machine simulates the processor but also has the necessary interpreter to convert the python bytecode.
This brings me to a regular debate I see take place regarding operating systems among techies. People entering tech are often overwhelmed with advice and calls to buy all sorts of new handy gadgets. The conversation at the forefront tends to be; to MAC or not to MAC. I've come to realise, when you're first starting, this doesn't necessarily matter (there are caveats to this statement). VMs provide the correct context for any program or software you run. Therefore, use what you have and can afford, as dual booting is a viable option.
The general advice is to utilise the CPU or software that you most frequent in your area of expertise. A nuance often overlooked with random soundbites on social media. These could vary between Windows, macOS or Linux. As you solidify your knowledge and become familiar with your niche, you will most likely know which is most practical for you.
Welp since windows 11 is taking away some features I like while making shit look worse(as well as telling me to go fuck myself) I think its a good time to dual boot my comp and try some Linux distro(s)
Halp
Have I got any technologically-inclined friends out there who might be able to assist me with a rather perplexing situation involving Linux getting there first and Windows whining about it?
took a screenshot of both my Windows 10 and Ubuntu desktops~ I use Ubuntu mostly but when I wanna play Fallout 4 or Sims 3, Windows is the better choice haha. I have them separate, each on their own 1TB drive.
Short Guide to Boot Camp Windows 10 on a Mid-2011 iMac
So this was my life for basically 10 hours yesterday. There are some more technical guides out there but they didn’t work for me. The problem is that I own a Mid-2011 iMac (Apple Icon > “About this Mac” will show you what your model year is). It’s a relatively common “older” model, but it was on the brink of a lot of upgrades that would make it easier to use and more powerful on the technical side. So what does this mean?
If you have a mid-2011 Mac, you can’t just Boot Camp Windows 10 using the software like you can Win7 or 8. It won’t even give you the option. In addition, they can’t even boot from most USB sticks. So you have to burn a disc of the ISO, period. Anyway I’ve written a guide on how to do this as painlessly as possible for those of you that have this particular need as I do.
TL;DR: Install Windows 7 or 8, then upgrade to Windows 10.
I finally got my computer working how I want it in regards to dual booting! Now I get the option to either boot to Ubuntu or Windows 10, like I was supposed to. Turns out the issue is that grub gets instantly broken by Windows 10, and you just need to run a quick command through the Command Prompt to fix it.
Just ran command prompt as Admin and pasted in
“bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi”
and all was well.
The solution is always so simple in the end. This took me about a month to finally sort out!
Been trying for the last two days to dual boot my computer with Ubuntu. It’s been not going that well. I’ve gotten it installed a few times but couldn’t get it to boot afterwards. On like my 20th attempt now.