Introduction
In this article, we will discuss how to install Ubuntu on a Windows 11 laptop that is experiencing a Blue Screen of Death (BSOD) every 5 minutes. We will cover the following topics:
- Creating a bootable USB drive with Ubuntu
- Booting the laptop with the USB drive
- Partitioning the SSD and installing Ubuntu
- Troubleshooting common issues
Creating a Bootable USB Drive with Ubuntu
The first step is to download the Ubuntu ISO file from the official website. Once you have downloaded the ISO file, you can use a tool like Rufus to create a bootable USB drive. Here are the steps:
- Insert a USB drive with at least 4GB of free space into your computer.
- Download and install Rufus from the official website.
- Launch Rufus and select the USB drive from the "Device" dropdown menu.
- Click on the "Select" button and choose the Ubuntu ISO file that you downloaded earlier.
- Leave the other options as they are and click on the "Start" button.
- Wait for Rufus to create the bootable USB drive. This may take a few minutes.
Booting the Laptop with the USB Drive
Once you have created the bootable USB drive, you can use it to boot your Windows 11 laptop. Here are the steps:
- Insert the USB drive into your laptop.
- Restart your laptop and press the key to enter the boot menu. This key is usually F12, but it may be different for your laptop.
- Select the USB drive from the boot menu.
- Wait for Ubuntu to load. This may take a few minutes.
Partitioning the SSD and Installing Ubuntu
Once you have booted Ubuntu from the USB drive, you can start the installation process. Here are the steps:
- Choose your language and click on the "Continue" button.
- Select "Install Ubuntu" and click on the "Continue" button.
- Select "Normal Installation" and click on the "Continue" button.
- Select "Erase disk and install Ubuntu" and click on the "Install Now" button.
- Choose your time zone and click on the "Continue" button.
- Create a user account and click on the "Continue" button.
- Wait for Ubuntu to partition the SSD and install the operating system. This may take a few minutes.
Troubleshooting Common Issues
If you encounter any issues during the installation process, here are some troubleshooting tips:
- If the SSD is not detected, try unplugging and replugging it. If that does not work, try booting from a different USB drive or using a different port on your laptop.
- If you encounter any errors during the installation process, try booting from the USB drive in "Safe Graphics" mode. This will disable the graphics driver and may fix the issue.
- If you are unable to boot Ubuntu after installing it, try booting from the USB drive again and selecting "Try Ubuntu" instead of "Install Ubuntu". This will allow you to boot into Ubuntu without installing it. Once you have booted into Ubuntu, you can run the "Boot Repair" tool to fix any issues with the bootloader.
In this article, we have discussed how to install Ubuntu on a Windows 11 laptop that is experiencing a Blue Screen of Death (BSOD) every 5 minutes. We have covered the following topics:
- Creating a bootable USB drive with Ubuntu
- Booting the laptop with the USB drive
- Partitioning the SSD and installing Ubuntu
- Troubleshooting common issues
References
// Example code block
int main() {
printf("Hello, world!");
return 0;
}