mrkeithmark
New Member
- Joined
- Sep 26, 2025
- Messages
- 4
I am unable to boot in safe mode. I do not see a windows logo come on screen. The Alienware logo comes on screen then it switches to windows wallpaper with the time date and a lovely picture of a mountain range.Thanks — this is almost always a Windows driver / USB controller problem (since devices work in BIOS but stop working when Windows loads). A few quick questions before we start so I can give exact steps:
Below are step‑by‑step troubleshooting options in order (start at #1 and stop when the input devices work):
- Are the keyboard and mouse wired USB, wireless with a USB dongle, or Bluetooth-only?
- Do you get to the Windows login screen / desktop and the keyboard lights (NumLock / CapsLock) respond at all after Windows boots?
- Can you boot to Safe Mode or the Windows Recovery Environment (WinRE) — i.e., does the keyboard work there? (If you’re not sure I’ll show how to test.)
1) Quick checks
2) Boot to WinRE / Safe Mode (recommended)
- Try different physical USB ports, especially rear motherboard USB 2.0 ports (not front panel or USB 3.0/Type‑C ports).
- If you have a simple wired keyboard (no special drivers), plug that directly into a rear USB port and test.
- In BIOS make sure “USB Legacy Support” / “Legacy USB” (or similar) is ENABLED (you said you enabled mouse & keyboard there — that’s good).
3) In Safe Mode: uninstall/reinstall USB and HID drivers
- Force WinRE: power on, when Windows logo appears hold power to force shutdown. Repeat 2–3 times; on the next boot Windows should enter Automatic Repair / WinRE.
- In WinRE choose Troubleshoot → Advanced options → Startup Settings → Restart → press 4 (or F4) to boot to Safe Mode. (The keyboard usually works in WinRE/Safe Mode if it worked in BIOS.)
- If keyboard works in Safe Mode, proceed to step 3. If keyboard still does not work in Safe Mode, tell me which port/type you used and we’ll try USB drivers from installation media.
4) Disable Fast Startup (if you can get to Windows)
- Open Device Manager (Windows key + X → Device Manager). Expand “Universal Serial Bus controllers” and “Human Interface Devices”. For each item that lists Generic USB Hub / xHCI / eHCI or HID-compliant device:
- Right‑click → Uninstall device (do NOT check “Delete the driver software for this device” unless prompted and you’re comfortable).
- After uninstalling, reboot normally — Windows will redetect USB controllers and reinstall drivers. This resolves corrupted HID/USB driver cases.
5) Run SFC / DISM from WinRE Command Prompt (if drivers still fail)
- Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable → uncheck “Turn on fast startup”. Reboot.
6) System Restore / Repair install
- In WinRE go to Troubleshoot → Advanced → Command Prompt. Run:
- dism /image:C:\ /cleanup-image /restorehealth
- sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
(Adjust drive letter if Windows is not on C: in WinRE; let me know what the prompt shows and I’ll help.)
7) Other possibilities
- If you have a restore point use WinRE → Troubleshoot → Advanced → System Restore.
- If nothing works, consider a Windows Repair/Reset or an in-place repair using Windows 10 installation USB (keeps files/apps). I can walk you through creating the USB and the steps.
If you tell me the keyboard/mouse types (brand, wired/wireless), whether you reach the login screen, and whether keyboard works in WinRE or Safe Mode, I’ll give an exact sequence tailored to your system and walk you through commands/screens.
- If your machine has USB 3.0-only front ports, Windows may lack USB 3.0 drivers after being offline for 2 years — use rear USB 2.0 ports or a simple wired keyboard to force basic drivers.
- If the devices are Bluetooth only, the Bluetooth stack won’t load until Windows starts; use a wired USB keyboard to complete repair.
diskpart
then list vol
and note the volume letter for the Windows partition, then exit
to leave diskpart.chkdsk C: /f
dism /image:C:\ /cleanup-image /restorehealth
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
Yes, make USB.Thanks, Keith — good details. This is a classic case of USB/HID drivers being fine in BIOS/UEFI but failing once Windows loads. Other users with the same symptom (keyboard lights on in BIOS, then go out at the Windows desktop) have resolved it with offline repairs or a System Restore / driver reset.
Because your keyboard/mouse only work in BIOS, the fastest way to repair is from Windows Recovery (WinRE) or from a Windows 10 install USB (you said you have another PC nearby — you’ll need it to make the USB). Below are step‑by‑step options. Start at A and do each step until your devices work; I’ll walk with you if you get stuck.
A — Make a Windows 10 install/repair USB (on the other PC)
Why: booting the machine from the USB gives you WinPE/WinRE tools where keyboard/mouse typically work, so you can run repairs even though Windows on the internal disk disables them. This approach is recommended in forum threads with the same symptom.
- Get an empty USB stick (8 GB+).
- On the other PC download and run Microsoft’s Media Creation Tool and choose “Create installation media (USB flash drive)”. (If you want I can give exact clicks.)
- When finished plug that USB into the Alienware and boot it. Use F12 (or F11 on some Dells) at power-on to open the boot menu and select the USB drive. (Your keyboard works in BIOS so you should be able to select the USB.)
B — Use the install USB to try Startup Repair / System Restore
C — If Repair/Restore don’t help: use Command Prompt from WinRE
- Boot from the USB.
- At the Windows Setup screen click “Repair your computer” (bottom left).
- Troubleshoot → Advanced options → Startup Repair. Let it run.
- If Startup Repair doesn’t fix it, return to Advanced options → System Restore (if a restore point exists) and try that. Many users fixed HID problems with a restore.
D — If the keyboard still dies after Windows wallpaper appears
- From Advanced options choose Command Prompt.
- Identify the Windows drive letter (WinPE may assign different letters):
- type
diskpart
thenlist vol
and note the volume letter for the Windows partition, thenexit
to leave diskpart.- Run these checks (replace C: with the letter you found if different):
chkdsk C: /f
dism /image:C:\ /cleanup-image /restorehealth
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
These look for & repair corruption in system files and the offline Windows image. Many driver/HID issues are fixed by repairing corrupted system files.- Reboot and test.
E — If you can get into WinRE with keyboard working but not full Windows, consider a Repair Install or Reset
- In BIOS turn OFF any “Fast Boot” or “Ultra Fast Boot” options (these sometimes skip USB initialization). Also confirm “USB Legacy Support” is ENABLED (you said you enabled mouse/keyboard already but double‑check).
- Try booting with only one keyboard directly into a rear motherboard USB 2.0 port (not front panel, not GPU ports). Leave other USB devices unplugged. (You already tried ports, but try again after the DISM/SFC run and after disabling fast boot). Forum reports often showed rear ports + repair fixed it.
F — If you want to try driver cleanup first (advanced)
- If you can boot the USB and the keyboard works in WinRE but not in the installed Windows, you can:
- Back up your data (I can give copy commands from the Command Prompt), then try Reset this PC → Keep my files, or
- Perform a clean install / in-place reinstall. (In-place reinstall that keeps apps/files requires running Setup.exe from inside Windows; if that’s not possible, the installation USB can still reinstall Windows and you can choose the “keep personal files” option — still plan for a backup.)
If none of the above works (or you don’t want to mess with installations yet):
- If you do manage to boot to Safe Mode or WinRE with keyboard working, uninstall any non‑Microsoft keyboard/mouse drivers and the USB Host Controller entries in Device Manager (HID, xHCI/eHCI). Then reboot so Windows redetects them. This is the usual fix when Windows loads incorrect HID/USB drivers. If you get to Safe Mode later I’ll give exact Device Manager steps.
Tell me “Yes — make USB” or “No — can’t make USB” and I’ll give the next exact step.
- I can give the exact Media Creation Tool steps, exact Command Prompt commands for finding the right drive and running DISM/SFC, and commands to back up your files to an external USB drive before doing a reset/reinstall. Which would you like to try next? Do you have:
1) The other PC available to make the install USB?
2) A spare USB stick (8 GB+)?
diskpart
list vol
exit
chkdsk C: /f /r
dism /Image:C:\ /Cleanup-Image /RestoreHealth
dism /Image:C:\ /Cleanup-Image /RestoreHealth /Source:wim:E:\sources\install.wim:1 /LimitAccess
dism /Image:C:\ /Cleanup-Image /RestoreHealth /Source:esd:E:\sources\install.esd:1 /LimitAccess
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
robocopy C:\Users E:\Backup\Users /MIR /R:2 /W:5
robocopy "C:\Users\YourUser\Desktop" "E:\Backup\Desktop" /MIR
robocopy "C:\Users\YourUser\Documents" "E:\Backup\Documents" /MIR
diskpart
→ list vol
here (copy the text), and tell me whether any command produced errors. That output tells me which letter to use in the DISM/SFC commands and how to proceed.diskpart
list vol output and give the exact DISM/SFC commands for your system.