Hi @Koketso Masola , I'm Henry! I will help you with this.
It sounds like your laptop is booting into the UEFI Shell instead of the operating system. This can happen due to misconfigured boot settings or issues with the bootloader. Here are some steps to help you resolve this:
Step 1: Check Boot Order in BIOS/UEFI
- Restart your laptop and enter the BIOS/UEFI settings (usually by pressing a key like F2, F10, or Del during startup).
- Look for the "Boot Order" or "Boot Priority" section.
- Ensure that your hard drive or SSD with the operating system is set as the first boot device.
- Save changes and exit.
Step 2: Disable UEFI Shell
- In the BIOS/UEFI settings, locate the option to disable the UEFI Shell (it might be under "Advanced" or "Boot" settings).
- Disable it and save the changes.
Step 3: Repair Bootloader
- Create a bootable USB drive with Windows installation media using the Microsoft Media Creation Tool.
- Boot from the USB drive and select "Repair your computer."
- Navigate to "Troubleshoot" > "Advanced Options" > "Command Prompt."
- Run the following commands:
-
bootrec /fixmbr -
bootrec /fixboot -
bootrec /scanos -
bootrec /rebuildbcd
- Restart your laptop and check if it boots normally.
Step 4: Reset BIOS/UEFI Settings
- Power off your laptop and disconnect it from power.
- Remove the CMOS battery (a small coin-shaped battery on the motherboard) for a few minutes, then reinsert it.
- This will reset the BIOS/UEFI settings to default.
Let me know if you need further clarification!