1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Need Help Setting Up Dual Boot

Discussion in 'Windows XP' started by James Martin, 2005/04/15.

Thread Status:
Not open for further replies.
  1. 2005/04/15
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Hi All,

    I built a new PC a while back with a new HD with XP on it, but I still have my old HD with W98se (Still installed on it).

    The old HD is mounted in the case, but I haven't tried to hook it up......If I used it for a slave drive, would that automatically make my system a dual boot?

    I hope I posted this in the correct forum.
     
  2. 2005/04/15
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    No, it's not as simple as that.

    The simple way to dual boot is to install 98 on a clean drive, then install XP on the same drive - no problems there.

    When XP is alteady loaded it becomes much more complex - see here for a method from Doug Knox.

    More info here under multi boot.
     

  3. to hide this advert.

  4. 2005/04/15
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Thanks for help Pete,

    Seems more involved than I thought.

    I have some info that I stored on a compressed disc (Floppy), but I understand that I cannot open it with XP......Is that true?......Or is there a workaround?
     
  5. 2005/04/15
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Must ask the obvious - have you tried?

    Do you recall how the file was compressed? If not what is the extension of the compressed file?
     
  6. 2005/04/15
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Yes, I tried to find a way to mount the drive, but I had no luck.

    The file was compressed with W95 compression tool, and the files are .bmp as far as I know.......(I had to have some documents scanned and made into electronic form so I could send them to someone....I have no scanner).

    I tried a Google search on the subject, but the info I got sounded like it was impossible to mount a drive onto XP that was compressed with W95,98.
     
  7. 2005/04/15
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    I guess you need to find a 98 m/c to decompress the files and then copy them across to the XP m/c and zip them.
     
  8. 2005/04/15
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Pardon my ignorance Pete, but what does m/c mean?

    **********************************************************

    I just had a thought......

    Would it be ok to unhook the drive w/XP, and hook up the drive w/W98se?

    At least just long enough to get the info I'm after?
     
    Last edited: 2005/04/15
  9. 2005/04/15
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    No problem, Paul :)

    m/c - short for machine
    That shouldn't be a problem if the mobo (motherboard :)) is the same - it should boot up fine. If you've changed the mobo it may/may not. As you intend to use the drive for backup you can always reload Win 98, hopefully extract the info you want from the floppy and then boot up from a boot floppy and format the drive. Hook up the XP drive again and set the jumpers on the old drive to slave and you should be up and running with the two drives.
     
  10. 2005/04/15
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Just a thought here.......could he install the 98 drive (master or slave), boot to XP and edit the boot.ini file, then copy it to the root of 98 and have a dual boot?

    I'm dual booting 98 and XP but on the same drive, so not sure what the boot.ini would look like. This is the way it looks on mine;

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Microsoft Windows XP Home" /fastdetect /NoExecute=OptIn
    C:\= "Windows 98 "

    I can put a second drive in and add a line to the boot.ini, then boot to it.

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Microsoft Windows XP Home" /fastdetect /NoExecute=OptIn
    multi(0)disk(0)rdisk(1)partition(1)\WINDOWS= "Maxtor" /fastdetect
    C:\= "Windows 98 "

    I'm guessing on his it would need to show both disk info. Maybe something like this?

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Microsoft Windows XP Home" /fastdetect /NoExecute=OptIn
    multi(0)disk(0)rdisk(1)partition(1)\WINDOWS= "Windows 98 "
     
  11. 2005/04/15
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    I don't think it will be as simple as editing the boot.ini file. I think it will be necessary to also run the Repair Console and do a FIXBOOT command and a FIXMBR just for good measure. Even then, it may still require moving the IO.SYS and MSDOS.SYS files to the root of the boot drive.

    Nothing is easy anymore. :D
     
    Last edited: 2005/04/15
  12. 2005/04/16
    NetDoc

    NetDoc Inactive

    Joined:
    2005/01/09
    Messages:
    215
    Likes Received:
    0
    Dual boot is very easy to set up from the beginning, but difficult to change later.

    Here is a suggestion that I think might work:

    Open the Boot.ini file for XP and add the following at the end:

    d:\= "Windows 98 "​
    changing the drive letter to the one that has Win 98 on it.

    This should allow you to boot to the Win98 partition, but it may not work correctly because of hardware differences as mentioned earlier.

    NOTE: The Boot.ini file is hidden and is flagged Read-Only. You need to change this forst.

    DRD
     
  13. 2005/05/02
    James Martin

    James Martin Geek Member Thread Starter

    Joined:
    2003/05/15
    Messages:
    2,655
    Likes Received:
    79
    Follow up......

    I unhooked the XP HD and connected the W98 HD with little problems.

    I managed to uncompress the file I was looking for and copy it to the XP drive after swapping the connections again.

    I'll give the dual boot process some thought after I buy a video card........Seems that my onboard video driver doesn't like W98se for some reason (Updated or not).
     
  14. 2005/05/02
    noahdfear

    noahdfear Inactive

    Joined:
    2003/04/06
    Messages:
    12,178
    Likes Received:
    15
    Good to hear of your success, James. Thanks for posting back. :)
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.