PXE boot to Black Screen

  • DNS Benchmark v2 is Finished and Available!
    Guest:
    That's right. It took an entire year, but the result far more accurate and feature laden than we originally planned. The world now has a universal, multi-protocol, super-accurate, DNS resolver performance-measuring tool. This major second version is not free. But the deal is, purchase it once for $9.95 and you own it — and it's entire future — without ever being asked to pay anything more. For an overview list of features and more, please see The DNS Benchmark page at GRC. If you decide to make it your own, thanks in advance. It's a piece of work I'm proud to offer for sale. And if you should have any questions, many of the people who have been using and testing it throughout the past year often hang out here.
    /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.