PXE boot to Black Screen

  • DNS Benchmark v2 Release 5 with Consultant License
    Guest:
    If you own any earlier release of our DNS Benchmark you may immediately download its release #5 replacement. Running an earlier release will detect the new release and help you upgrade.

    Although this release is cosmetic, appearance matters and affects ease of use. The biggest change, as seen in the image above, is that the DNS Benchmark now has a traditional Windows application menu to more fully expose its many features. This release is also "Consultant License Aware" and GRC will now issue a Consultant version when owners have previously purchased four "Personal Use" licenses. If you have previously purchased four DNSB licenses, or if you wish to upgrade your "Personal Use" license to Consultant, GRC's purchase process will direct you through that process.
    /Steve.
  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

zhackwyatt

Member
Dec 24, 2025
5
0
Hello!

I am attempting to PXE boot SpinRite 6.1 on an old Dell Latitude 6430. When I do, I get the splash screen and then just a black screen. From reading the forum it seems that this may be a FreeDos issue?

What I don't understand, is that PXE booting SpinRite 6.0 works just fine on the same hardware.

Any suggestions?
 
Any suggestions?
Yes! The problem is not FreeDos. It is the video subsystem in that PC. SpinRite launching switches the video system from test mode to graphic mode to display the cosmetic SpinRite 6.1 Splash screen for a few seconds, and then back to text mode. The video system is NOT happy with that switching.

The fix is simple! Just edit Config.SYS (it is a small simple text file). Locate the line with SPLASH in it. Either add "Rem " (without the quotes) at the beginning of the line to remark it out. Or simply delete it. Then save the file and reboot. SpinRite 6.1 will now run without further ado. :)
 
Yes! The problem is not FreeDos. It is the video subsystem in that PC. SpinRite launching switches the video system from test mode to graphic mode to display the cosmetic Splash screen for a few seconds, and then back to text mode. The video system is NOT happy with that switching.

The fix is simple! Just edit Config.SYS (it is a small simple text file). Locate the line with SPLASH in it. Either add "Rem " (without the quotes) at the beginning of the line to remark it out. Or simply delete it. Then save the file and reboot. SpinRite 6.1 will now run without further ado. :)
Thanks! I am farther. Now I am stuck on "Scanning for and initializing disks...".


For other folks, I did the following on Linux:
Code:
mount -o loop /mnt /tmp/SpinRite61.img
vi /mnt/CONFIG.SYS
umount /mnt

PXE Menu looks like:
Code:
label SpinRite 6.1
    linux memdisk
    initrd SpinRite61.img
    append raw
 
Try command line options, such as:

SPINRITE NORAMTEST SKIPVERIFY

SPINRITE VIDEO GRAPHICS NORAMTEST SKIPVERIFY


More command line options at
https://gitlab.com/GRC-Community/spinrite-6.1-wiki/-/wikis/Command-Line
... a terrific resource collection gathered by our own @ColbyBouma
Looks like something is more systemic.

None of those options will get me into SpinRite. I did finally burn the ISO to a DVD, (without any splash screen modifications) and it works perfectly fine on the computers.

The DVD seems to work on a Dell 755, 6430, and 5040. With PXE, they all get blocked at the same spot.
 
Looks like something is more systemic.

None of those options will get me into SpinRite. I did finally burn the ISO to a DVD, (without any splash screen modifications) and it works perfectly fine on the computers.

The DVD seems to work on a Dell 755, 6430, and 5040. With PXE, they all get blocked at the same spot.
I wonder if PXE is booting UEFI rather than BIOS? That would stop SR running.
 
PXE does a number of things that SpinRite can trip over. It uses some of lower conventional memory, and SpinRite is already kinda snug. It likely wedges into INT 13 and SpinRite is going to thus see things it probably wasn't expecting and just can't deal with. The PXE boot loader also probably unloads itself after SpinRite is started, and that will likely upset SpinRite's understanding of the system configuration.

Perhaps you could try and focus on getting a working FreeDOS environment running from PXE and then manually launch SpinRite in that environment, and see if it's any more successful.
 
PXE does a number of things that SpinRite can trip over. It uses some of lower conventional memory, and SpinRite is already kinda snug. It likely wedges into INT 13 and SpinRite is going to thus see things it probably wasn't expecting and just can't deal with. The PXE boot loader also probably unloads itself after SpinRite is started, and that will likely upset SpinRite's understanding of the system configuration.

Perhaps you could try and focus on getting a working FreeDOS environment running from PXE and then manually launch SpinRite in that environment, and see if it's any more successful.
Must be, I will continue to play with it. Hopefully v7 works with PXE native, it's super useful to have.