Can't run windows installer from usb on laptop

0

0

I'm trying to install windows 10 on a Toshiba laptop (ref.: satellite cl15t-b1204). I used the Windows USB/DVD Download Tool, but when I try start the laptop from the USB this message appear on the screen

Reboot and select proper Boot device
or Insert Boot Media in selected Boot device an press a key

The strange thing is that Linux distro like Linux Mint or Ubuntu copied in the same USB run perfectly

For copy the Linux distro into the USB I used the command dd in bash.

EDIT: This is the boot configuration available on the "TOSHIBA Setup Utility" further the "boot device priority"

BIOS setup screenshot:

Image

Gabriel Sandoval

Posted 2017-06-20T21:53:17.393

Reputation: 103

"but when i try start the laptop from the usb this message appear on the screen" - Do you have CSM enabled or disabled? – Ramhound – 2017-06-20T21:54:39.533

I'm not pretty sure. I will edit the question with a snapshot of the "BIOS" setup of the laptop. – Gabriel Sandoval – 2017-06-20T22:05:16.787

To make it easier on yourself Secure Boot should be enabled. But your screenshot still doesn't answer my question – Ramhound – 2017-06-20T22:43:16.863

I mean, i don't know how to enable the CSM. That option doesn't appear in the Toshiba setup utility – Gabriel Sandoval – 2017-06-20T23:07:51.400

You don't want to enable CSM. Just, Enable Secure Boot, then install Windows – Ramhound – 2017-06-20T23:35:17.473

Answers

0

If secure boot was enabled UEFI will be too, secure boot only works in UEFI mode. OEM's love secure boot.

The USB drive is possibly MBR formatted as Microsoft USB tool instructions refer to XP. A UEFI BIOS won't boot from an MBR partition.

To boot from MBR disable secure boot and enable legacy BIOS support.

To complicate things further, if the laptop HDD is GPT (possible with 8.1 preinstalled) the OS install media be UEFI compatible.

GPT only boots from UEFI BIOS. Meaning legacy mode won't work for the installation.

Alternatively you could reformat the laptop as MBR.

The above only applies to boot drives, other drives can be formatted in whatever way you want.

For USB installs RUFUS works better than any Microsoft tools.....:) http://www.techspot.com/downloads/6062-rufus.html

Robert Fischer

Posted 2017-06-20T21:53:17.393

Reputation: 37

Thanks, i use RUFUS and use the option "GPT for BIOS or UEFI", it Works perfectly. – Gabriel Sandoval – 2017-06-21T18:10:06.920

No problem. I know UEFI can be a pain... – Robert Fischer – 2017-06-22T13:22:42.580