VOGONS


First post, by smtkr

User metadata
Rank Member
Rank
Member

I have a fresh Frankenstein system I'm trying to get up and running, but I'm doing it a little differently than I'm used to.

I have an mSATA 128 GB SSD on IDE1. I partitioned it on my Windows 10 PC.
Partition 1: EXFAT 110GB - Empty
Partition 2: FAT32 ~10GB - Has my install media, drivers, etc.

I booted up with my Windows 98 Floppy Boot Disk. I type FDISK to list my partitions. It sees 1 50GB partition and doesn't see the second partition.

My intention is to format that EXFAT partition to FAT32, then execute the Windows 98 installation files on the second partition to install Windows on the first partition. Since I can't see the second partition, I can't continue until I resolve this.

Is it possible to make this work? What can I change to fix this? Is the issue with where I have the installation partition (would it work if it were the front partition?)?

Reply 1 of 2, by Disruptor

User metadata
Rank Oldbie
Rank
Oldbie

Dear Frankenstein.
How did you create the EXFAT partition?
1) Please use no newer system than Windows XP / Server 2003 to create partitions on HDDs / SSDs you want to use on Win9x. Vista, 7 and newer do not care about CHS alignment.
2) For perfect alignment your partition must start at a sector number can be divided by 8. Otherwise on every write the SSD have to read the previous block before writing the data.
3) Since Microsoft did lot like big FAT32 partitions, they cannot be created with the tools supplied by newer operating systems. You either have to create them with Win9x FDISK or 3rd party tools.
CHS 0 0 1 - 0 0 63 is occupied by MBR - 63 sectors
CHS 0 1 0 - 0 7 63 - the default starting sector - should not be used to achieve 8 sector alignment - I use to create this dummy partition manually on SSDs I use with Win9x
Then I create a big NTFS partition with 2000/XP/2003.
Then I look that the data partition is aligned to divisor 8 alignment.
Then I create the data partition.
Then I hide the data partition (change partition type temporarily).
I delete the NTFS partiton.
And now I try to create the primary FAT32 partition with Win9x.
I also delete the dummy partition on the start of the disk.
And I unhide the data partition.

It may be easier when you have the data partition in front of the data partition.

Reply 2 of 2, by smtkr

User metadata
Rank Member
Rank
Member

That was helpful. If anyone comes across this after a google search, here's how I resolved this.

1. Downloaded a FreeDOS boot disk
2. Partitioned and formatted with the utilities provided by the FreeDOS boot disk
3. Attached the SSD to my Windows 10 PC and copied the installation media to the SSD again on the fresh partition
4. Reattached the SSD to my Retro PC, booted back into FreeDOS, ran the Windows 98 setup utility from the SSD

Prior to this, I have always installed from the Windows 98 CD. This was a successful experiment installing from installation media on a hard drive. It went pretty fast too.