More actions
m (Add info on multi booting) |
m (Fix link) |
||
Line 6: | Line 6: | ||
===== Multi Booting ===== | ===== Multi Booting ===== | ||
[[File:GRUB with ubuntu and windows vista.png|thumb|GRUB, with entries for Ubuntu and Windows Vista, an example of ''dual booting.'']] | [[File:GRUB with ubuntu and windows vista.png|thumb|GRUB, with entries for Ubuntu and Windows Vista, an example of ''dual booting.'']] | ||
[[ | [[Multi Booting]] (Or often refered to as 'Dual Booting') is the process of installing multiple [[Operating Systems|Operating Systems (OS)]] on your device. It is an especially useful tactic for [[Distrohopping|distrohoppers]], people new to [[Linux]] by allowing users to test or use an OS without completly removing their current one. Doing so requires a [[bootloader]] (Such as [[GRUB]]) setup and the user to parititon the storage medium on their device and then install the operating systems with a CD or USB Flash Drive. | ||
When dualbooting Linux and Windows it is best to first install Windows as it will likely override the Linux bootloader when installing its own bootloader. It is also highly reccomended to backup any files on the OS that is already on the device (If changing a single boot machine to a multi-boot machine). For a more comprehensive guide on how to dual boot see the [[ | When dualbooting Linux and Windows it is best to first install Windows as it will likely override the Linux bootloader when installing its own bootloader. It is also highly reccomended to backup any files on the OS that is already on the device (If changing a single boot machine to a multi-boot machine). For a more comprehensive guide on how to dual boot see the [[Multi Booting]] page. | ||
===== Finding Alternatives for Apps ===== | ===== Finding Alternatives for Apps ===== |
Revision as of 11:47, 13 June 2024
Introduction
When switching between Linux Distributions, Windows or MacOS migrating your system to another can often be difficult, this guide aims to try tackle this problem when migrating to and from Arch, Debian, Fedora, Windows and MacOS. More distributions may be added to this guide at some point and if your disribution isn't listed you can reference the general information section applies to switching to almost any distribution from any operating system and the information for Arch, Debian and Fedora should apply to most deriative distrobutions.
General Information
Multi Booting
Multi Booting (Or often refered to as 'Dual Booting') is the process of installing multiple Operating Systems (OS) on your device. It is an especially useful tactic for distrohoppers, people new to Linux by allowing users to test or use an OS without completly removing their current one. Doing so requires a bootloader (Such as GRUB) setup and the user to parititon the storage medium on their device and then install the operating systems with a CD or USB Flash Drive.
When dualbooting Linux and Windows it is best to first install Windows as it will likely override the Linux bootloader when installing its own bootloader. It is also highly reccomended to backup any files on the OS that is already on the device (If changing a single boot machine to a multi-boot machine). For a more comprehensive guide on how to dual boot see the Multi Booting page.