ComputerForum.com ComputerForum.com  

Go Back   Computer Forum > Computer Software > Operating Systems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-30-2009, 04:03 PM   #1 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 6
Default Run Win95 setup from DOS

Been struggling with a project here,

I've got a DOS boot disk that I downloaded from the internet. It works great. I can start up from the floppy and run DOS. I am doing this because the Win95 installation CD I have requires that I start from DOS. With a blank FAT 32 10GB hard drive, the set up won't run on the C drive. So, I figured I need to do some formatting. With DOS up and running I used FDisk to set a small DOS partition on the C drive, (It will only let me make a partition up to 2GB, DOS limitation), and then set the remaining space as an extended drive. I can then initiate the Win95 setup (located on the CD-ROM) from DOS command. Win95 setup comes back and says that it needs 7.5GB of space to do the setup. This should be fine as I have a 10GB hard drive formatted FAT 32, ready for the setup and this remaining space is larger than 7.5GB. So for some reason, the Win95 setup doesn't see this space as available to use. Are my partitioning and formatting steps incorrect? What format for the Win95 install do I need and how should I go about getting it done?

What format does this have to be in, and/or are there any other ideas.

Here's what I have:

1 MS-DOS boot disk
10GB hard drive (I could format it however I need)
Win95 setup on CD-ROM (not bootable)(requires to be initiated from DOS)


How do I get these pieces to go together? The ultimate goal is to get Win95 on a PC.

Please stick to the things I currently have, I know there might be other ways, but there is a way this should work, with what I have.


Any ideas?


Thanks
Ailadad is offline   Reply With Quote


Old 06-30-2009, 04:19 PM   #2 (permalink)
Diamond Member
 
tremmor's Avatar
 
Join Date: Oct 2007
Posts: 1,819
Default

best i can figure your saying.
run fdisk again and remove the extended. 10 gig is not that big. you want one primary partition (10gig). after removing the extended i would do again as one primary then format all drive as 32 bit.
just for the record if the drive was bigger (say 40gig) you could and might create a primary say 20gig. You could then create a 20 gig extended called d:drive. then if you wanted more drives you create logical drives within the extended partition. then you run format on each of the drives. Primary, extended and logical drives you created.

take it step further if you had logical drives. you would run fdisk, remove the logical drives, then the extended and give it back to the primary.

windows 95 was a long time ago.
I said that because i remember. the only one worth a sheet (and best) was OSR2 windows 95.
3 windows was hard to work with. on the other hand when i got on the band wagon with computers was only dos.
no internet, had bulletin boards and dial up.
love it............cheers

Last edited by tremmor; 06-30-2009 at 04:35 PM. Reason: bored
tremmor is online now   Reply With Quote
Old 06-30-2009, 04:47 PM   #3 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 6
Default

I'm still a little confused,

The FDisk that I'm using (installed with DOS6.2) will only let me format DOS primary partions, or up to 2GB. But I will try.

I'll play around with it later today and see, but I don't remember having the option to go bigger, maybe I missed something.

Yeah, its been an adventure. I've never played with DOS of fdisk before, and am learning. I have an old program that won't boot on XP and I know it will work on 95, so I'm having fun learning trying to get win95 up.


I'll let you know what I see, when I dive back in later today.



Thanks for the for the info.
Ailadad is offline   Reply With Quote
Old 06-30-2009, 04:52 PM   #4 (permalink)
Diamond Member
 
tremmor's Avatar
 
Join Date: Oct 2007
Posts: 1,819
Default

I would try what we talked about. in your best interest one time.
Hiran makes some free software. bootcd, recognize usb drives from dos and low level format. play 1st and figure it out. all gets back to dos.
http://www.hiren.info/pages/bootcd
tremmor is online now   Reply With Quote
Old 07-01-2009, 11:18 PM   #5 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 6
Default

I am installing a Win95 setup, not an upgrade. Yet if I try to just run it from XP it says that it can't run in an NT environment and that it must be initiated from DOS. Its an old OEM version of win95 that was supposed to be bundled only with the purchase of a new PC, well over 10 years ago now.

But, for what ever reason, I can launch the setup from this DOS boot disk, which is further than XP would let me, but when the win95 looks at the hard drive, it says that it is incorrect.

I try the fdisk that is on the DOS boot disk but it doesn't give me options for formatting anything other than a primary or extended DOS partition. As well as the ability to delete these.

I guess I will try to find a program that can run on XP and can format my hard drive to FAT 16. Or as chibictiberiu (you gotta simplify that name!) said, I could try an un-formatted drive as well, and see if win95 is smart enough to do it, itself.

Either way, I'm running out of options, I'm starting to loose faith!


Thanks again
Ailadad is offline   Reply With Quote


Old 07-02-2009, 03:54 PM   #6 (permalink)
Diamond Member
 
chibicitiberiu's Avatar
 
Join Date: Jul 2008
Location: Suceava, Ro
Posts: 1,221
Default

Quote:
Originally Posted by Ailadad View Post
I am installing a Win95 setup, not an upgrade. Yet if I try to just run it from XP it says that it can't run in an NT environment and that it must be initiated from DOS. Its an old OEM version of win95 that was supposed to be bundled only with the purchase of a new PC, well over 10 years ago now.

But, for what ever reason, I can launch the setup from this DOS boot disk, which is further than XP would let me, but when the win95 looks at the hard drive, it says that it is incorrect.

I try the fdisk that is on the DOS boot disk but it doesn't give me options for formatting anything other than a primary or extended DOS partition. As well as the ability to delete these.

I guess I will try to find a program that can run on XP and can format my hard drive to FAT 16. Or as chibictiberiu (you gotta simplify that name!) said, I could try an un-formatted drive as well, and see if win95 is smart enough to do it, itself.

Either way, I'm running out of options, I'm starting to loose faith!


Thanks again
When I had to install Windows 95, it would launch from DOS and recognize the FAT16 partition. But another option would be to install DOS to that computer, instead of using bootable disks, which should take care of the partition and install win95 on top of it.
__________________
There are 10 kinds of people: those who understand binary and those who don't.

If only DEAD people understand hexadecimal, how many people understand hexadecimal?

Real programmers confuse Halloween and Christmas — because dec(25) = oct(31).
chibicitiberiu is offline   Reply With Quote
Old 06-30-2009, 05:49 PM   #7 (permalink)
Diamond Member
 
chibicitiberiu's Avatar
 
Join Date: Jul 2008
Location: Suceava, Ro
Posts: 1,221
Default

It is possible that you have an old version of windows 95 which does not recognize the FAT32 file system, you may have to format it to FAT16. Only OSR 2 or whatever it is called was the first one with FAT32 support.
__________________
There are 10 kinds of people: those who understand binary and those who don't.

If only DEAD people understand hexadecimal, how many people understand hexadecimal?

Real programmers confuse Halloween and Christmas — because dec(25) = oct(31).
chibicitiberiu is offline   Reply With Quote
Old 06-30-2009, 07:49 PM   #8 (permalink)
Diamond Member
 
tremmor's Avatar
 
Join Date: Oct 2007
Posts: 1,819
Default

One other thing. dos 6.2 will work fine. i can create all you mentioned including ntfs.
You can not use ntfs on 95.

Last edited by tremmor; 06-30-2009 at 08:11 PM.
tremmor is online now   Reply With Quote
Old 06-30-2009, 11:38 PM   #9 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 6
Default

Ok, so I tried again. The version of DOS that I have (it claims to be 6.2) has a certain version of Fdisk on it. When I run Fdisk, it only gives me the options to create a Primary DOS partition and Extended DOS partition. So I am limited. I can't format the drive to the right thing in order for win95 setup to like it!
I formatted a drive in FAT32 using XP, then booted up using this DOS boot disk and it saw it as a FAT16! So I think that I don't have the right Fdisk.

I downloaded this DOS boot disk from, http://www.bootdisk.com/bootdisk.htm

I choose the 6.2 version. But I need to try and get DOS another way such that I can use Fdisk in the way you are saying tremmor.


Any other ideas of where and how to get a good, full version of DOS?
Ailadad is offline   Reply With Quote
Old 07-08-2009, 05:11 PM   #10 (permalink)
New Member
 
Join Date: Jun 2009
Posts: 6
Default

OK, yes. But how do you install DOS? I am only familiar with how to use these boot disks.

Can someone help specifically on that?



Additionally,

OK, now I've got an image of a win95 hard drive that contains the drivers/software that I need. It will only let me restore the image on to a FAT 16 hard drive. But like I said in a previous comment, using this boot disk, and the Fdisk running in it, will only let me partition in DOS partitions, with a size of 2GB.



Question is, how do format an entire drive (10GB) into FAT 16 so that I can do this restore?
Ailadad is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Problem hdo4ever Internet Discussion 11 10-18-2009 03:10 PM
hijack this problem i have please texaspete Computer Security 91 04-19-2008 03:33 AM
Internet problems.. Hackers? Respital Computer Security 7 04-08-2008 03:05 AM
HELP HJT log HELP_ME Computer Security 32 09-28-2006 09:04 PM
Trojan Installer logfile TheChef Computer Security 2 08-06-2005 10:56 PM


All times are GMT +1. The time now is 03:02 PM.


Powered by: vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.