Thread: Can't Restart in MS-DOS Mode

  1. #1
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Can't Restart in MS-DOS Mode

    I need to restart Windows XP in MS-DOS mode. I'm installing slackware (dual boot), and I was doing great until this point.

    The intructions say to go to "Shut Down", and then, "Restart in MS-DOS mode". Well, my comp lacks this option. I look up how to start up in MS-DOS mode, and the help file says I need to make a bootable DOS floppy. I follow the instructions, and restart my comp.

    I see this when my screen starts:

    A:\

    I type in: cd c:\

    It changes for a second, denies me input, then automatically swtiches back to A:\.

    Please Help Me!
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    XP has no Dos mode to speak of. What OS did you make the dos bootable with? Do you have NTSF as the filesystem on the c drive?

  3. #3
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448
    As Thantos said, WinXP does not have a DOS-mode. Gates sez it's because it's fully 32bit now (about time).
    If you have C: formatted with NTFS, you won't be able to access it because DOS can't understand it. You'll need to use NTFS-DOS (or whatever it's called) which IIRC you have to pay for.
    Don't you have a bootable CD? Why do you need to go into DOS?
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    WTF Sokra... no. You get a bootable floppy from www.bootdisk.com (choose 98SE version with no ram drive) and boot to an instance of DOS through the floppy. You can then do whatever you want.

    Stan100, where did you get your boot floppy? Or did you make it yourself.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > It changes for a second, denies me input, then automatically swtiches back to A:\.
    Well yeah, you have real DOS on a floppy, with its lowly FAT partition and a hard disk with an NTFS partition. It simply does not recognise it as a formatted disk so it can't possibly change to c:\

    What are you going to do when you get there anyway?

    If you haven't done so already, you need to 'defrag' your NTFS partition (to pack all the data to one end of the disk) and create another EMPTY partition for Linux to occupy.
    Does XP disk admin permit NTFS partitions to be resized? If not, you need an appropriate tool to do it.

    Once you have your free partition, then I would think you can just put your bootable Linux install CD and boot straight off the CD and install Linux into your nice new empty partition.
    No DOS required.

    Make sure your important XP information is backed up. Although the risk is fairly small, mishaps at this level tend to be spectacular.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361

    Thanks for the replies so far, sorry for being vague

    Alright, this is what I intended:

    I was looking at Slackware. (I have partition magic, but it said I didn't have to repartition anything, and until I know fully what I am doing, I didn't want to risk it; I do have everything backed up)

    Now the instructions say, "Restart in MS-DOS mode, and run linux.bat" (btw, I figured out how to change the drive, but I've had some screwed up things happen. I'm looking into that bootdisk thing now)

    I did make the floppy on my own. By going to my computer, clicking on the disk, File->Format->Make MS-DOS boot disk.

    I tried running linux.bat while on windows, but I need to be in pure mode. If worse comes to worse I'll have to get the iso bootable slackware. The reason this is a problem is I have to practically beg my friend to dl it (I have 56k).

    I don't want this thread to turn into "You should try RedHat", or "SuSE is best". I like learning diving in head-first. I learn better that way. I started with C++ and did great, and I just feel that I can do this, and when I finish, I'll feel better. I appreciate the quick responses, but I NEED MORE HELP

    BTW, I'M RUNNING NTFS
    Last edited by Stan100; 07-03-2004 at 06:05 PM.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  7. #7
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    ha, you should do what I did. I had 56k when I first got linux. Took me 2 days to get the iso

  8. #8
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    You think I should really download the ISO? I guess.

    What will it do though? I won't need to start in MS-DOS mode right?
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  9. #9
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    What's in linux.bat ?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  10. #10
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    Linux.bat

    Well, I've been trying to figure out my HD number thing. Is there someway I can find it out? But I figured if I could get MS-DOS running, I'd go onto that next.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  11. #11
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448
    What exactly do you mean by HD number? Do you mean address like 0:0 or the name Linux gives it like hda?

    For the first, the first number is the channel. If it's the primary channel it will be zero, if it's the secondary it will be one.
    The second number is the drive. If it's the master it will be zero, if it's the slave it will be 1.

    For the linux one, they're all named hdx, where x is any letter. hda will be the first drive in the primary channel and hdb will be the seconc (slave) drive in the primary channel.
    hdc is the master in the secondary channel and hdd is the slave in the secondary channel.
    I think it starts using hdg with SATA drives, but I'm not sure, I haven't seen that part of the output since I disabled it.
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  12. #12
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    my C drive is the primary drive. i still haven't made a new partition, i guess i should do that too. this is my question relating partitions

    I have Partition Magic, and I have multiple partition options. I can create a logical partition, extended, primary, and linux. under linux there are 3 different types ext2 ext3 and swap. what do i pick?

    btw sorry for the lack of punctiutation and spelling errors, but i gtg now, thanks in advacmnce.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  3. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM
  4. Replies: 3
    Last Post: 09-26-2002, 11:07 AM
  5. real mode dos & win dos
    By scott27349 in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 08-19-2002, 06:15 AM