Introduction
In this article, we will discuss the steps to install a fresh Ubuntu OS (version 24.10) on an HP ProBook 650 G1 using a bootable USB flash drive created with Ubuntu's default image-writing software. However, if you encountered an issue where the laptop was not detected during the boot process, this article will provide a detailed context and troubleshooting steps to resolve the problem.
Creating a Bootable USB Flash Drive
To create a bootable USB flash drive, follow these steps:
- Download the Ubuntu 24.10 ISO image from the official Ubuntu website.
- Insert a USB flash drive with at least 4GB of storage capacity.
- Open the Ubuntu Startup Disk Creator by searching for it in the Ubuntu Dash.
- Select the Ubuntu 24.10 ISO image file that you downloaded earlier.
- Choose the USB flash drive as the target device and click "Make Startup Disk".
Installing Ubuntu on HP ProBook 650 G1
After creating the bootable USB flash drive, follow these steps to install Ubuntu on your HP ProBook 650 G1:
- Insert the bootable USB flash drive into your laptop.
- Restart your laptop and press the F9 key during startup to enter the Boot Device Menu.
- Select the USB flash drive as the boot device and press Enter.
- Wait for the Ubuntu live environment to load.
- Click on the "Install Ubuntu" icon on the desktop.
- Follow the on-screen instructions to complete the installation process.
Troubleshooting: Laptop Not Detected During Boot Process
If your HP ProBook 650 G1 is not detected during the boot process, try the following steps:
- Disable Secure Boot: Restart your laptop and press the F10 key during startup to enter the BIOS Setup. Navigate to the Security tab and disable Secure Boot. Save your changes and exit the BIOS Setup. Try booting from the USB flash drive again.
- Change Boot Order: Restart your laptop and press the F10 key during startup to enter the BIOS Setup. Navigate to the Boot tab and change the boot order to prioritize the USB flash drive. Save your changes and exit the BIOS Setup. Try booting from the USB flash drive again.
- To install Ubuntu 24.10 on an HP ProBook 650 G1, create a bootable USB flash drive using Ubuntu's Startup Disk Creator.
- Insert the USB flash drive into your laptop and restart. Press the F9 key during startup to enter the Boot Device Menu and select the USB flash drive as the boot device.
- If your laptop is not detected during the boot process, try disabling Secure Boot or changing the boot order in the BIOS Setup.
References
- Ubuntu installation guide: https://ubuntu.com/tutorials/tutorial-install-ubuntu-desktop#1-overview
- HP ProBook 650 G1 BIOS Setup guide: https://support.hp.com/us-en/document/c03896643
// Sample code block
int main() {
printf("Hello, World!\
");
return 0;
}