Missing drivers to install Windows 7 on Ubuntu 18 Thinkpad
up vote
1
down vote
favorite
I am trying to install Windows 7 on a dedicated partition on a Thinkpad T460s that is currently running Ubuntu 18. I created the partition with gparted, and I created the bootable USB using Rufus from a Windows PC.
Running gdisk -l /dev/nvme0n1 says that my disk is GPT.
These are my current partitions, the n1p4 should be dedicated to windows:

From the BIOS I deactivated secure boot and use UEFI. The USB boots properly, lets me pick language and keyboard layout and lets me click on the big Install button. The problem is at this point: the process stops, saying
“A required CD/DVD drive device driver is missing”
This is the error I get:

I know that the ISO I use is correct, because I tested it on a VM, so that should not be the problem. I tried creating the USB with different softwares, I tried unplugging it and plugging it back in, I tried changing USB port and I tried changing USB stick. Nothing helped.
At this point, I would be ok with having a clean Windows install and only afterwards putting Linux as dual boot, but given that I can't install Windows at all, this is currently not an option.
The best solution would be being able to install windows in the dedicated partition that I created. Any help is really appreciated.
windows-7 ubuntu boot usb multi-boot
|
show 5 more comments
up vote
1
down vote
favorite
I am trying to install Windows 7 on a dedicated partition on a Thinkpad T460s that is currently running Ubuntu 18. I created the partition with gparted, and I created the bootable USB using Rufus from a Windows PC.
Running gdisk -l /dev/nvme0n1 says that my disk is GPT.
These are my current partitions, the n1p4 should be dedicated to windows:

From the BIOS I deactivated secure boot and use UEFI. The USB boots properly, lets me pick language and keyboard layout and lets me click on the big Install button. The problem is at this point: the process stops, saying
“A required CD/DVD drive device driver is missing”
This is the error I get:

I know that the ISO I use is correct, because I tested it on a VM, so that should not be the problem. I tried creating the USB with different softwares, I tried unplugging it and plugging it back in, I tried changing USB port and I tried changing USB stick. Nothing helped.
At this point, I would be ok with having a clean Windows install and only afterwards putting Linux as dual boot, but given that I can't install Windows at all, this is currently not an option.
The best solution would be being able to install windows in the dedicated partition that I created. Any help is really appreciated.
windows-7 ubuntu boot usb multi-boot
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46
|
show 5 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to install Windows 7 on a dedicated partition on a Thinkpad T460s that is currently running Ubuntu 18. I created the partition with gparted, and I created the bootable USB using Rufus from a Windows PC.
Running gdisk -l /dev/nvme0n1 says that my disk is GPT.
These are my current partitions, the n1p4 should be dedicated to windows:

From the BIOS I deactivated secure boot and use UEFI. The USB boots properly, lets me pick language and keyboard layout and lets me click on the big Install button. The problem is at this point: the process stops, saying
“A required CD/DVD drive device driver is missing”
This is the error I get:

I know that the ISO I use is correct, because I tested it on a VM, so that should not be the problem. I tried creating the USB with different softwares, I tried unplugging it and plugging it back in, I tried changing USB port and I tried changing USB stick. Nothing helped.
At this point, I would be ok with having a clean Windows install and only afterwards putting Linux as dual boot, but given that I can't install Windows at all, this is currently not an option.
The best solution would be being able to install windows in the dedicated partition that I created. Any help is really appreciated.
windows-7 ubuntu boot usb multi-boot
I am trying to install Windows 7 on a dedicated partition on a Thinkpad T460s that is currently running Ubuntu 18. I created the partition with gparted, and I created the bootable USB using Rufus from a Windows PC.
Running gdisk -l /dev/nvme0n1 says that my disk is GPT.
These are my current partitions, the n1p4 should be dedicated to windows:

From the BIOS I deactivated secure boot and use UEFI. The USB boots properly, lets me pick language and keyboard layout and lets me click on the big Install button. The problem is at this point: the process stops, saying
“A required CD/DVD drive device driver is missing”
This is the error I get:

I know that the ISO I use is correct, because I tested it on a VM, so that should not be the problem. I tried creating the USB with different softwares, I tried unplugging it and plugging it back in, I tried changing USB port and I tried changing USB stick. Nothing helped.
At this point, I would be ok with having a clean Windows install and only afterwards putting Linux as dual boot, but given that I can't install Windows at all, this is currently not an option.
The best solution would be being able to install windows in the dedicated partition that I created. Any help is really appreciated.
windows-7 ubuntu boot usb multi-boot
windows-7 ubuntu boot usb multi-boot
edited Nov 18 at 7:38
asked Nov 17 at 21:52
John Doe
62
62
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46
|
show 5 more comments
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46
|
show 5 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376329%2fmissing-drivers-to-install-windows-7-on-ubuntu-18-thinkpad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This typically means you the installation environment was booted in UEFI mode thus requiring GPT but your HDD is MBR or vice versa. So is your HDD MBR or GPT? Edit your question to include this vital information
– Ramhound
Nov 17 at 23:00
@Ramhound question updated, thanks for the suggestion
– John Doe
Nov 18 at 7:25
Since you used Rufus what settings did you use and did you enable UEFI only mode?
– Ramhound
Nov 18 at 7:28
@Ramhound UEFI only mode is active (question updated) and with Rufus I used the default settings: Standard Windows Install, GPT partitions scheme, UEFI target system, FAT32 file system and 4096 bytes cluster size.
– John Doe
Nov 18 at 7:45
Windows 7 cannot be installed from USB 3 devices without the appropriate driver being added. Is your USB device USB 3 or USB 2? This also might have something to do with the fact it’s NVMe.
– Ramhound
Nov 18 at 14:46