Problems with exit boot on M.2 SSD drive
-
@george1421 said in Problems with exit boot on M.2 SSD drive:
These chameleon systems are a bit of a pita (from a debugging perspective). Since you are booting win7, tell me this. What iPXE boot file are you sending to this computer? OR to ask it another way, what value do you have set for dhcp option 67 [boot-file]? Is it undionly.kpxe or ipxe.efi?
I send the boot file “undionly.kpxe” on DHCP option 67.
-
@siheobs OK so now we know what boot mode this system is using, bios. So you should be adjusting the BIOS exit type.
So SANBOOT, EXIT, GRUB, and GRUB first HD all failed to boot the system.
This is thinking out of the box here…
edit /var/www/html/fog/service/ipxe/refind.confSearch for
scanfor internal
and change it to
scanfor internal,hdbios,external,biosexternal
The for BIOS exit mode, change it to rEFInd. This most likely will fail but it would be interesting to see if this chameleon can boot.
Disclaimer: The issue here is how iPXE’s boot kernel can find the first hard drive in these systems. Its a bit out of the FOG Project’s control how this component works.
Also since we are dealing with Lenovo systems here, ensure your firmware is up to date. We have seen some flaky firmware come on newly released models.
-
@siheobs said in Problems with exit boot on M.2 SSD drive:
I just tried to download new refind files, and change my BIOS for UEFI Mode. The PC not boot on PXE, but boot on M.2 SSD drive.
Changing between BIOS and UEFI is not a great idea. You will run into issues sooner or later when doing so anyway. From what I understand you have those newish systems and want to put your image onto those. But is your image made for/from UEFI or BIOS PCs I am wondering?
-
@george1421 I edited the refind.conf file to replaced the line in question and I changed BIOS exit mode to REFIND_EFI, and still the blinking underscore character, with sometimes a loop beep sound as a locked keyboard key.
-
@sebastian-roth said in Problems with exit boot on M.2 SSD drive:
But is your image made for/from UEFI or BIOS PCs I am wondering?
The image was made by the manufacturer with these BIOS settings and a Windows downgraded to Windows 7 Pro for us, but I think that computer is made for Windows 8/10 at start.
-
@siheobs said in Problems with exit boot on M.2 SSD drive:
The image was made by the manufacturer
Is it a FOG image?
-
Is it a FOG image?
I do not know about that. I’m thinking about Norton Ghost or Microsoft WDS.
-
@siheobs FOG can only deploy FOG images. You need to capture the manufacturer’s image with FOG before you can deploy it with FOG.
-
@Wayne-Workman I think image was meant as in picture here. Hope this helps clearing the confusion.
What happens if you set to boot the client from HDD only - disable PXE boot for testing. Does Windows come up or do you see the same cursor on screen?
-
What happens if you set to boot the client from HDD only - disable PXE boot for testing. Does Windows come up or do you see the same cursor on screen?
If I boot to HDD directly, or skip PXE boot with ESC key during TFTP, computer boots without issue to M.2 SSD device with Windows 7 Professional installed and I have not the cursor.
-
@siheobs This might be a good one for you to follow: https://forums.fogproject.org/topic/11285/can-t-chainload-past-fog-menu-boot-hard-drive-hp-zbook-laptop
Could be a similar issue with rEFInd not having a driver for this particular disk/controller model.