Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Dual Boot Windows XP and MS DOS 6.0  (Read 2850 times)

0 Members and 1 Guest are viewing this topic.

Ralph Spencer

  • Guest
Dual Boot Windows XP and MS DOS 6.0
« on: March 17, 2009, 11:47:45 PM »
Greetings
    I wanna dual boot my XP with MS DOS 6.0. I have a bootable CD of DOS. I read somewhere that

Code: [Select]
format C:\ /s
sys C:

will make C: bootable and install DOS to it. I also know that DOS cant read NTFS partitions. I have a FAT partition namely I: on which I want to install DOS but it is not detected by the bootable cd.
Any ideas?
                                       Ralph
 

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Dual Boot Windows XP and MS DOS 6.0
« Reply #1 on: March 17, 2009, 11:57:26 PM »
I have a bootable CD of DOS

Illegal. DOS 6 was only distributed on Floppy.

Greetings
Code: [Select]
format C:\ /s
sys C:

will make C: bootable and install DOS to it. I also know that DOS cant read NTFS partitions. I have a FAT partition namely I: on which I want to install DOS but it is not detected by the bootable cd.
Any ideas?



performing the described commands will also erase everything on your C: drive- including windows.

If your I: drive is a USB drive then you are out of luck.
I was trying to dereference Null Pointers before it was cool.

Ralph Spencer

  • Guest
Re: Dual Boot Windows XP and MS DOS 6.0
« Reply #2 on: March 18, 2009, 07:34:06 AM »
Thanks for help.

Luck is refueled. I: Drive is a partition on my HDD.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Dual Boot Windows XP and MS DOS 6.0
« Reply #3 on: March 18, 2009, 09:23:19 AM »
DOS must be installed first. it only understands FAT. (not fat32- just fat16).


the partition must be at the beginning of the disk as well.


C: would be DOS 6, and then you can install XP on the remainder of the disk (D:)- XP will automatically install it's OS selection menu for you.
I was trying to dereference Null Pointers before it was cool.

Ralph Spencer

  • Guest
Re: Dual Boot Windows XP and MS DOS 6.0
« Reply #4 on: March 19, 2009, 04:08:32 AM »
Thanks.. I'll try..