Booting OS from USB: Difference between revisions
Initial |
m Sac moved page Flash-iso to Booting OS from USB |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= Flashing Linux on Various Computer Brands = | |||
This page provides detailed instructions for installing Linux on computers from several top brands. It includes troubleshooting tips for common issues encountered during the installation process. | This page provides detailed instructions for installing Linux on computers from several top brands. It includes troubleshooting tips for common issues encountered during the installation process. | ||
== Table of Contents == | == Table of Contents == | ||
* [[#general-preparation|General Preparation]] | |||
* [[#brand-specific-instructions|Brand-Specific Instructions]] | |||
** [[#dell|Dell]] | |||
** [[#hp|HP]] | |||
** [[#lenovo|Lenovo]] | |||
** [[#asus|ASUS]] | |||
** [[#acer|Acer]] | |||
* [[#common-installation-issues-and-troubleshooting|Common Installation Issues and Troubleshooting]] | |||
* [[#additional-resources|Additional Resources]] | |||
== General Preparation == | == General Preparation == | ||
Before flashing Linux, ensure the following steps are completed: | |||
* '''Backup Data''': Always back up important data to an external drive or cloud storage. | |||
* '''Create a Bootable USB Drive''': Use tools like Rufus or Balena Etcher to create a Linux bootable USB drive. [[bootable-usb|Guide Here]] | |||
* '''Update BIOS/UEFI''': Ensure your BIOS/UEFI firmware is up-to-date to avoid compatibility issues. | |||
== Brand-Specific Instructions == | == Brand-Specific Instructions == | ||
=== Dell === | === Dell === | ||
==== Accessing BIOS/UEFI ==== | ==== Accessing BIOS/UEFI ==== | ||
* Restart your Dell computer and press '''F2''' during boot to enter BIOS settings. | |||
* Navigate to the “Boot” tab and change the boot order to prioritize the USB drive. | |||
==== Secure Boot ==== | |||
* Disable “Secure Boot” to allow Linux to install, which is typically found under the “Security” tab. | |||
=== HP === | === HP === | ||
==== Accessing BIOS/UEFI ==== | ==== Accessing BIOS/UEFI ==== | ||
* Press '''F10''' as your HP computer starts to enter BIOS settings. | |||
==== Legacy Support ==== | |||
* In BIOS, enable “Legacy Support” to allow booting from USB. | |||
=== Lenovo === | === Lenovo === | ||
==== Accessing BIOS/UEFI ==== | ==== Accessing BIOS/UEFI ==== | ||
* Tap the '''F1''' or '''F2''' key when the Lenovo logo appears. | |||
==== UEFI/Legacy Boot ==== | |||
* Change the boot mode from UEFI to Legacy if facing issues with the USB boot. | |||
=== ASUS === | === ASUS === | ||
==== Accessing BIOS/UEFI ==== | ==== Accessing BIOS/UEFI ==== | ||
* Press '''F2''' or '''Delete''' when the ASUS logo shows. | |||
==== Boot Priority ==== | |||
* Adjust the Boot Priority to ensure the USB drive is selected first. | |||
=== Acer === | === Acer === | ||
==== Accessing BIOS/UEFI ==== | ==== Accessing BIOS/UEFI ==== | ||
* Press the '''F2''' key as soon as the Acer logo appears. | |||
==== Setting Boot Order ==== | |||
* Prioritize the USB drive in the boot sequence to start the Linux installation. | |||
== Common Installation Issues and Troubleshooting == | == Common Installation Issues and Troubleshooting == | ||
=== Issue 1: System Stuck on Brand Logo === | === Issue 1: System Stuck on Brand Logo === | ||
* '''Solution''': Check if “Secure Boot” is disabled in BIOS settings. | |||
=== Issue 2: No Bootable Device Found === | === Issue 2: No Bootable Device Found === | ||
* '''Solution''': Switch the boot mode from UEFI to Legacy or vice versa, depending on your system setup. | |||
=== Issue 3: Black Screen After Booting from USB === | === Issue 3: Black Screen After Booting from USB === | ||
* '''Solution''': Modify the Linux boot parameters by adding <code>nomodeset</code> before booting. | |||
=== Issue 4: Installation Freezes === | === Issue 4: Installation Freezes === | ||
* '''Solution''': Try using a different USB port or re-creating the bootable USB drive. | |||
== Additional Resources == | == Additional Resources == | ||
* [https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview Ubuntu Installation Guide] | |||
* [https://linuxmint-installation-guide.readthedocs.io/en/latest/ Linux Mint Installation Documentation] | * [https://linuxmint-installation-guide.readthedocs.io/en/latest/ Linux Mint Installation Documentation] | ||
[[Category:Linux Installation]] | |||
[[Category:BIOS Configuration]] | |||
[[Category:Linux]] | |||
[[Category:Virtual Environment]] |
Latest revision as of 18:25, 3 December 2024
Flashing Linux on Various Computer Brands
This page provides detailed instructions for installing Linux on computers from several top brands. It includes troubleshooting tips for common issues encountered during the installation process.
Table of Contents
- General Preparation
- Brand-Specific Instructions
- Common Installation Issues and Troubleshooting
- Additional Resources
General Preparation
Before flashing Linux, ensure the following steps are completed:
- Backup Data: Always back up important data to an external drive or cloud storage.
- Create a Bootable USB Drive: Use tools like Rufus or Balena Etcher to create a Linux bootable USB drive. Guide Here
- Update BIOS/UEFI: Ensure your BIOS/UEFI firmware is up-to-date to avoid compatibility issues.
Brand-Specific Instructions
Dell
Accessing BIOS/UEFI
- Restart your Dell computer and press F2 during boot to enter BIOS settings.
- Navigate to the “Boot” tab and change the boot order to prioritize the USB drive.
Secure Boot
- Disable “Secure Boot” to allow Linux to install, which is typically found under the “Security” tab.
HP
Accessing BIOS/UEFI
- Press F10 as your HP computer starts to enter BIOS settings.
Legacy Support
- In BIOS, enable “Legacy Support” to allow booting from USB.
Lenovo
Accessing BIOS/UEFI
- Tap the F1 or F2 key when the Lenovo logo appears.
UEFI/Legacy Boot
- Change the boot mode from UEFI to Legacy if facing issues with the USB boot.
ASUS
Accessing BIOS/UEFI
- Press F2 or Delete when the ASUS logo shows.
Boot Priority
- Adjust the Boot Priority to ensure the USB drive is selected first.
Acer
Accessing BIOS/UEFI
- Press the F2 key as soon as the Acer logo appears.
Setting Boot Order
- Prioritize the USB drive in the boot sequence to start the Linux installation.
Common Installation Issues and Troubleshooting
Issue 1: System Stuck on Brand Logo
- Solution: Check if “Secure Boot” is disabled in BIOS settings.
Issue 2: No Bootable Device Found
- Solution: Switch the boot mode from UEFI to Legacy or vice versa, depending on your system setup.
Issue 3: Black Screen After Booting from USB
- Solution: Modify the Linux boot parameters by adding
nomodeset
before booting.
Issue 4: Installation Freezes
- Solution: Try using a different USB port or re-creating the bootable USB drive.