Booting OS from USB: Difference between revisions

From Irregularpedia
Jump to navigation Jump to search
Initial
 
syntax
Tag: 2017 source edit
Line 1: Line 1:
Return to [[dfp-guide.md|DFP Guide]] Return to [[virtual-environment.md|Virtual Environment]] # Flashing Linux on Various Computer Brands
= 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.


<span id="table-of-contents"></span>
== 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]] =
= [[#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]] =
<span id="general-preparation"></span>
== 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.


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.
<span id="brand-specific-instructions"></span>
== Brand-Specific Instructions ==
== Brand-Specific Instructions ==


<span id="dell"></span>
=== Dell ===
=== Dell ===
<span id="accessing-biosuefi"></span>
==== 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.


'' Restart your Dell computer and press '''F2''' during boot to enter BIOS settings. #### Boot from USB
'' 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, typically found under the “Security” tab.
<span id="hp"></span>
=== HP ===
=== HP ===
<span id="accessing-biosuefi-1"></span>
==== 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.


'' Press '''F10''' as your HP computer starts to enter BIOS settings. #### Legacy Support
'' In BIOS, enable “Legacy Support” to allow booting from USB.
<span id="lenovo"></span>
=== Lenovo ===
=== Lenovo ===
<span id="accessing-biosuefi-2"></span>
==== 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.


'' 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.
<span id="asus"></span>
=== ASUS ===
=== ASUS ===
<span id="accessing-biosuefi-3"></span>
==== 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.


'' Press '''F2''' or '''Delete''' when the ASUS logo shows. #### Boot Priority
'' Adjust the Boot Priority to ensure the USB drive is selected first.
<span id="acer"></span>
=== Acer ===
=== Acer ===
<span id="accessing-biosuefi-4"></span>
==== 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.


'' 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.
<span id="common-installation-issues-and-troubleshooting"></span>
== Common Installation Issues and Troubleshooting ==
== Common Installation Issues and Troubleshooting ==


<span id="issue-1-system-stuck-on-brand-logo"></span>
=== Issue 1: System Stuck on Brand Logo ===
=== Issue 1: System Stuck on Brand Logo ===
* '''Solution''': Check if “Secure Boot” is disabled in BIOS settings.


'' '''Solution''': Check if “Secure Boot” is disabled in BIOS settings.
<span id="issue-2-no-bootable-device-found"></span>
=== 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.


'' '''Solution''': Switch the boot mode from UEFI to Legacy or vice versa, depending on your system setup.
<span id="issue-3-black-screen-after-booting-from-usb"></span>
=== 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.


'' '''Solution''': Modify the Linux boot parameters by adding <code>nomodeset</code> before booting.
<span id="issue-4-installation-freezes"></span>
=== Issue 4: Installation Freezes ===
=== Issue 4: Installation Freezes ===
* '''Solution''': Try using a different USB port or re-creating the bootable USB drive.


'' '''Solution''': Try using a different USB port or re-creating the bootable USB drive.
<span id="additional-resources"></span>
== Additional Resources ==
== Additional Resources ==
 
* [https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview Ubuntu Installation Guide]
'' [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]


This guide aims to smooth the Linux installation process across different computer brands by addressing common challenges and providing brand-specific BIOS/UEFI configuration steps.
[[Category:Linux Installation]]
[[Category:BIOS Configuration]]
[[Category:Linux]]
[[Category:Virtual Environment]]

Revision as of 17:49, 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

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

  • 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.

Additional Resources