PDA

View Full Version : Boot Manager


Grinder
03-01-2007, 08:26 PM
I'm in the process of setting up a guide to building the ultimate DOS machine.
Right now I'm working on the dual boot thing and need some opinions/help.
First of all, I need boot manager recommendations. I would like a low-resource,
easy to set up and most of all simple boot manager. Any help is appreciated.
Second, any of you that have some experience with dual booting DOS and any
other OS, please share any advice you might have. Thanks!

Mighty Midget
03-01-2007, 09:24 PM
First, you'll need a FAT16 partition for DOS. I'm not sure, but I think there are issues with FAT32. NTFS is not a good idea.

Then FAT32/NTFS for the others (if Windows)

(Hey, you said any advice ;) )

Grinder
04-01-2007, 11:10 AM
ANY advice is indeed helpful. Question: Do you think that FAT16 for DOS thing matters if I used FreeDOS?

Mighty Midget
04-01-2007, 11:22 AM
From Wikipedia, freedos

Windows NT/2000/XP/2003 and ReactOS

The Windows NT family of operating systems, including Windows 2000, XP, and 2003 no longer make use of MS-DOS as a core component of the system. These systems can make use of the FAT filesystems, which are used by MS-DOS and earlier versions of Windows; however, they typically use the NTFS (New Technology File System) by default. FreeDOS can coexist on these systems on a separate partition on NTFS systems, or on the same partition on FAT systems. The FreeDOS kernel can be booted by adding it to the Windows NT Boot Loader configuration file, boot.ini, or freeldr.ini for ReactOS.[/b]

It also seems, from the FAT article, that FAT32 should be fine with DOS, but there's a bugger in my memory saying there were some issues. Basically, FAT16/32 is an hdd size issue.

Icewolf
04-01-2007, 11:33 AM
<div class='quotetop'>QUOTE(Mighty Midget @ Jan 4 2007, 01:22 PM) 273243</div>
It also seems, from the FAT article, that FAT32 should be fine with DOS, but there's a bugger in my memory saying there were some issues. Basically, FAT16/32 is an hdd size issue.
[/b]
Yep. Perfect Midget! :ok: ;)

FAT 16 has problems handling more than 3.8 or something (short under 4) GB of HDD size.
E.g. you have a 5 GB HDD then FAT 16 can only handle the above number. The rest stays unused or even untouched.
I'm not quite sure if could get around that by partitioning. So partitioning a 5 GB drive into 2x 2,5 GB or something like that.

The Fifth Horseman
04-01-2007, 12:08 PM
Even if so, the cluster size would be murder.

If you go with Freedos or DOS 7.1, pick FAT 32.

As for any tutorials... I had one saved. I think I might have a copy on me right now...

Ah! :w00t: Here it is! (http://realmofthehorseman.w.interia.pl/multiboot.zip)

Grinder
05-01-2007, 07:20 AM
Eeeeexcellent, horseman, I'm just going through it. Can I use some of the info for my guide?

gregor
05-01-2007, 08:34 AM
<div class='quotetop'>QUOTE(Icewolf @ Jan 4 2007, 01:33 PM) 273249</div>
<div class='quotetop'>QUOTE(Mighty Midget @ Jan 4 2007, 01:22 PM) 273243
It also seems, from the FAT article, that FAT32 should be fine with DOS, but there's a bugger in my memory saying there were some issues. Basically, FAT16/32 is an hdd size issue.
[/b]
Yep. Perfect Midget! :ok: ;)

FAT 16 has problems handling more than 3.8 or something (short under 4) GB of HDD size.
E.g. you have a 5 GB HDD then FAT 16 can only handle the above number. The rest stays unused or even untouched.
I'm not quite sure if could get around that by partitioning. So partitioning a 5 GB drive into 2x 2,5 GB or something like that.
[/b][/quote]

Wasn't that 2.1GB? The problme could be solved by more partitions.

Some games had issues with FAT 32. and some had their fixes just recenlty (after being "abandonded", hacked and fixed)

as for the boot loader as i know the DOS had something you could set up so it asked you when computer loaded which system and settings you want to initiate. only a few command lines were added into autoexec.bat & config.sys files. same thing is in Windows if you press the F5 key after startup.

i used to use LILO cause i had Linux installed (i actually still have the Linux but it doens't work with new graphics card). i manged to destroy it. :D so i can't say a lot about it. only the interface was neat and shinny :)

for DOS games in my opinion it is better to install FAT 16. they were made for those systems anyway (file names with 8 letters+3 letters extension). WIN 95 works good with DOS 6.22 and FAT 16.


BTW did you give any thought to virus protection in your guide? viruses were much more common in DOS and WIN 95 than they are now.

Grinder
05-01-2007, 09:41 AM
<div class='quotetop'>QUOTE(gregor @ Jan 5 2007, 10:34 AM) 273400</div>
Some games had issues with FAT 32. and some had their fixes just recenlty (after being "abandonded", hacked and fixed)

as for the boot loader as i know the DOS had something you could set up so it asked you when computer loaded which system and settings you want to initiate. only a few command lines were added into autoexec.bat & config.sys files. same thing is in Windows if you press the F5 key after startup.

i used to use LILO cause i had Linux installed (i actually still have the Linux but it doens't work with new graphics card). i manged to destroy it. :D so i can't say a lot about it. only the interface was neat and shinny :)

for DOS games in my opinion it is better to install FAT 16. they were made for those systems anyway (file names with 8 letters+3 letters extension). WIN 95 works good with DOS 6.22 and FAT 16.


BTW did you give any thought to virus protection in your guide? viruses were much more common in DOS and WIN 95 than they are now.
[/b]
Okay, I'm not sure yet wether to use FAT-32 or FAT-16, but I doubt I'll ever go beyond 1.5GB Harddrives, and I hate LFN (big fan of 8-character names), but I am pretty sure that I will use FreeDOS.
Another idea just came to my mind - how about using small (200-800MB) HDs for the OS itself and keeping the software etc. on a dedicated HD? Can anyone recommend/advise against this?

As for virus protection, I was going to use F-Prot, but if anyone has a better suggestion, please share it.

Right now, trying to use Linux as secondary OS seems futile on that kind of system, but I'll keep looking into it. Does anyone know the minimum requirements for Fluxbox?

gregor
05-01-2007, 10:32 AM
<div class='quotetop'>QUOTE(Henning @ Jan 5 2007, 11:41 AM) 273417</div>
<div class='quotetop'>QUOTE(gregor @ Jan 5 2007, 10:34 AM) 273400

[/b]
Another idea just came to my mind - how about using small (200-800MB) HDs for the OS itself and keeping the software etc. on a dedicated HD? Can anyone recommend/advise against this?
[/b][/quote]

well i have on the old ocmputer 850 MB disk and it's devided into two partitions. one 400 and one 450. the has WIN 95, netscape communicator (or at least it had ), word, excel, it also had corel 4.0. and it had about 100 MB free space on it. the other one was for various files that i used to store. worked ok. so if oyu have a 2GB disk you could divide it into say 600 MB for the OS and any other programes and the rest for Games. well actually i htink 400 MB should be enough for system but you never know....

The Fifth Horseman
05-01-2007, 11:10 AM
Can I use some of the info for my guide?[/b]
I'm not the author of it, so cannot give you such permission, sorry.

Grinder
05-01-2007, 12:30 PM
Fair enough.

gregor
22-01-2007, 07:04 AM
Speaking of booting multiple operating systems. i just installked WinXP home, but installed it on fat32 file system. does that mean i can still boot the DOS from floppy as i did before? can i play DOS games like that without dosbox? in my opinion it should be like that but...

time to learn abotu dosbox anyway, but am still interested multiple boot.

The Fifth Horseman
22-01-2007, 12:56 PM
Yes, as long as your bootfloppy has FAT-32 support (DOS versions above 6.22, Freedos etc).

win98
22-01-2007, 06:53 PM
Yes for DOS gamers like me and others. If possible you should install XP onto a Fat32 partition because It is also good Incase of an emergancy in which you need to get to your data from a boot floppy. Or you need to acess a game off it from a boot floppy.

HomerDOHSimpson
04-02-2007, 07:15 PM
Yeah. And after a bluescreen and reset you lose data... :bleh:

win98
04-02-2007, 10:28 PM
I use ghost to back up my system. It's a good program and I don't get blue screens in WinXP

liamoneal13
20-02-2007, 11:27 AM
For DOS fat 16 is advised. For Win Fat 32.

The Fifth Horseman
20-02-2007, 11:54 AM
Umm... that's the same thing that was said in this thread several times before.