Can't boot Windows/Ubuntu installer on new ThinkPad 13
|
2017-12-08, 15:52
(This post was last modified: 2017-12-09 16:17 by f4242.)
Post: #1
|
|||
|
|||
Can't boot Windows/Ubuntu installer on new ThinkPad 13
Hello,
I have successfully booted the Windows 10 and Ubuntu 16.04 installer on different model of PC. Newer laptops often lack of network adapter built-in but I found that USB adapter were working great. I received two Lenovo ThinkPad 13 G2 laptop. I can't boot the Windows or Ubuntu installer on theses laptops with IPXE and USB network adapter. IPXE boot and display the boot menu. I select the item I want to boot. I see that the boot image is being downloader and then nothing. The windows installer stay stalled on the Windows logo and the Ubuntu installer just do nothing. I built IPXE from source and I use this binary on my TFTP server: ./src/bin-x86_64-efi/ipxe.efi. The computer is configured to boot with EFI and Secure boot is disabled. This is an extract of my menu.ipxe configuration: Code: ... I'm running the latest version available of IPXE on the git repository (commit b5e0b5). I had a previous version before and was not working too. Any idea what's wrong? Thanks! |
|||
2017-12-13, 15:11
Post: #2
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
What can I do to make things more verbose ? I would like to find the root cause of this problem.
|
|||
2017-12-15, 14:12
Post: #3
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
Couple of things:
Windows 10: If you are attempting to use your stock Win10 install disk *.wim, you are going to be disappointed: you need to have Windows 10 ADK wim image for automated deployments. Your syntax is fine, from what I can see. Ubuntu: There are a couple of issues here. First, I do prefer to use "chain" (but "boot" should work). This usually changes up the load order into memory (which can matter a great deal in UEFI systems). You have some inconsistencies in your ubuntu install... they could easily be how you are set up but the look "wrong" (usually linux and initrd are in the same directory) This is what you had: Code: :windows_10_pro_volume This is what I recommend: Code: :windows_10_pro_volume I'm not sure is the "$" at the end of your URL= line is going to work to hide anything with with an HTTP call. "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2017-12-15, 16:16
(This post was last modified: 2017-12-15 16:25 by f4242.)
Post: #4
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
Hello,
I tried what you suggested, but I still have the same failure. I would like to add that the current setup work fine with various Dell and Lenovo desktops and laptops. This issue only occurs with the Lenovo Thinkpad 13 (the 2017 edition, the 2016 edition works fine too). I have two TP13 2017 and they both fail to boot the installers, so I don't think this is a defect. My modified configuration is now: Code: :windows_10_pro_volume About the Windows image, I'm using the image generated by MS Deployment Workbench. Thanks! |
|||
2017-12-15, 21:16
Post: #5
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
If you boot with a USN Stick installer for Windows or Ubuntu, is the installer recognizing the NIC on the Lenovo Stinkpad?
"Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2017-12-18, 21:50
(This post was last modified: 2017-12-18 21:50 by f4242.)
Post: #6
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
Hello,
I booted the Windows installer from USB and the installation completed without problem. The litetouch installer boots from USB but copy the image from a network share. |
|||
2017-12-21, 23:41
Post: #7
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
OK, try building snponly.efi with your embedded script and try that. It is probably a memory ordering problem.
"Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2018-01-10, 19:23
Post: #8
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
It's working! Many thanks!
|
|||
2018-01-11, 09:49
Post: #9
|
|||
|
|||
RE: Can't boot Windows/Ubuntu installer on new ThinkPad 13
Glad you got it working. The snponly.efi binary is a "driverless" boot loader (roughly akin to undionly.kpxe in a PC BIOS system). The snpdrivers tend to be easy to get working, but they lack features (and are restricted to one interface in iPXE. The ipxe.efi can address multiple adapters in a system (I've personally observed iPXE enumerate 48 NICs in one machine... ).
"Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)