Jump to content

Win 98 and Win XP dual boot problem


fanem008

Recommended Posts

so, i have a windows xp sp installed in C fat32

a windows 98 installed in D fat32

first installed, win 98, second, win xp, and then what do i have to do to make a dual boot? select witch windows to start with?

i tried:

[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 Professional" /noexecute=optin /fastdetect

D:\"win 98"

and nothing

any ideeas?

Link to comment
Share on other sites


any ideeas?

I said "Your motherboard is a new one and does not allow this doubleboot because it has not the essential drivers for Windows 98".

I should have said "Maybe your motherboard is a new one and does not allow this doubleboot because it has not the essential drivers for Windows 98".

Sorry, fanem008, and happy to know you've found a solution.

Edited by cannie
Link to comment
Share on other sites

Your motherboard is a new one and does not allow this doubleboot because it has not the essential drivers for Windows 98.

he hasnt actually said what motherboard he has

98 may not like being on partition D:

if im dual booting 98 and xp id install 98 first to C: and then xp on another partition of a different drive letter and it should work just fine.

Booting of a floppy will work but only really worth while if you can find a decent floppy and its much easier to be able to have a boot menu

Link to comment
Share on other sites

If you install NT/2000/XP/2003/Vista/2008/7 1st and 95/98/ME 2nd:

9x MBR deletes the NTx boot sector, and the NT OS cannot be accessed anymore.

Therefore if you plan on installing both, make sure you install 98 1st and XP 2nd.

FYI:

If you'd like to also install a Linux distro, install it last and make sure you enable lilo, or whatever boot manager/loader comes with it.

HTH

Noroc

Link to comment
Share on other sites

  • 3 weeks later...
I've understood all the rest, but never added a bootsector this way.

How can I do it?

Thanks.

You joking? :unsure:

Typical bootpart use:

BOOTPART WIN98 C:\BOOTSECT.W98 "Windows 98"

Will:

  • create a bootsector file (with Windows 98 CODE and current DATA) in C:\, naming it "BOOTSECT.W98"
  • add a line in boot.ini:
    C:\BOOTSECT.W98="Windows 98"

In other term, the syntax is (for this example):

BOOTPART <bootsectortype> <destination> [text to add to boot.ini]

If you do not specify the optional third parameter, only the bootsector file is created and BOOT.INI is left untouched.

The other "main" use is:

BOOTPART WINXP BOOT:C:

where "BOOT:C:" is the destination, i.e. the bootsector of the currently booted drive.

This is maybe not very clear in the now almost 15 years old :w00t: bootpart.txt coming with the app, but the procedure and bootpart.exe dates back to NT 3.1 times, I would have guessed that it's use for multibooting between NT/2K/XP/2003 and DOS/Win9x/Me and other OS was clear by now.

The only changes made over the years were the adding of new bootsectors for Win 98, Me, 2K, XP and Vista, and some polishing, see here:

http://forum.winimage.com/viewtopic.php?t=276

This is still valid:

http://home.earthlink.net/~jdbryan/directboot.html

As well as this:

http://www.tburke.net/info/ntldr/ntldr_hacking_guide.htm

Bootpart use is now made partially obsolete by the development of grub4dos, but it can be still useful at times.

FYI, this is release 1.0:

http://cd.textfiles.com/cream/cream10/crea...s2/bootpa10.zip

February 1996, I seem to remember a 0.7 version in early days of 1995..:unsure:

Those were the good ol'times of BBS and 14.4 K modems..., and disconnections, and re-dialing, not these fancy .htm pages and flash animations you have nowadays.

Why in my day.... :whistle:

http://www.boot-land.net/forums/?showtopic=1908

;)

jaclaz

Edited by jaclaz
Link to comment
Share on other sites

Looks like your boot.ini is not properly set for dual-boot. Respectively this line, which does nothing:

D:\"win 98"
Correct entry is:
D:\="win 98"
Note the equal (=) sign.

Under the [operating systems] section, it needs 2 (or more) lines, 1 for each OS u want to boot into.

Then make sure timeout= is 2 or above, otherwise you may not see the boot menu.

Example [mine: XP + 98 SE]:

ALL comment lines MUST be located ABOVE 1ST [section] !

/bootlogo

/noguiboot

/KERNEL=LOGOOS.EXE

/SOS

/Execute

/NoExecute=OptIn

/NoExecute=OptOut

/NoExecute=AlwaysOn

/NoExecute=AlwaysOff

/PAE

C:\BOOTSECT.W40="Windows for WorkGroups 3.11 + MS-DOS 6.22" /win95dos

ramdisk(0)\VISTA="Windows Vista" /NOEXECUTE=OPTIN /FASTDETECT /DETECTHAL /MININT /rdpath=multi(0)disk(0)cdrom(0)\boot\bootx86.wim /RDSDIHDRPATH=multi(0)disk(0)cdrom(0)\boot\boot.sdi /USENEWLOADER

[boot loader]

nobcd

timeout=7

default=C:\BOOTSECT.DOS

[operating systems]

C:\BOOTSECT.DOS="Windows 98 SE + MS-DOS 7.10" /win95

multi(0)disk(0)rdisk(0)partition(2)\WXP="Windows XP Professional SP3" /fastdetect /nodebug /noserialmice /bootlogo /noguiboot /execute /PAE

C:\CMDCONS\BOOTSECT.DAT="Windows XP Recovery Console" /cmdcons

X:\="Reboot Cold"

All lines above the [boot loader] section are comments.

Note that X:\= is a fake drive letter, and this line only forces XP to reboot cold, if you select this option. ;)

This is only an example, you need to adapt it to your hardware specs, like drive/partition letters, directory/folder names etc.

Note that boot.ini does not support LFNs (Long File Names), because the boot sequence does not have the LFN driver loaded in NT4/2000/XP/2003 [a little different in Vista/2008/7].

Therefore you should not use any LFN names in boot.ini.

The only name types you can use in boot.ini are MS-DOS 8.3 SFNs (Short File Names), like (case insensitive):

FOLDERXX

FILENAME.EXT

Boot.ini editors [free(ware)]:

* BOOT.INI Configuration Utility v1.5.0 32-bit for Windows NT/2000/XP/2003 tweaks ALL BOOT.INI boot settings, including the UNDOCUMENTED ones [2.47 MB, freeware]:

http://www.mdgx.com/files/BOOTINI.EXE

* EditBINI v1.01.1 16-bit for DOS edits Windows NT/2000/XP/2003 BOOT.INI on NTFS drives/partitions from MS-DOS 5/6/7/8 + Windows 9x/ME:

http://www.terabyteunlimited.com/utilities.html

Direct download [74 KB, freeware]:

http://www.terabyteunlimited.com/downloads/editbini.zip

Does NOT work from within Windows NT/2000/XP/2003!

Boto.ini resources:

MSKB: BOOT.INI and ARC Path Naming Conventions and Usage:

http://support.microsoft.com/?id=102873

MSKB: Available Switches for Windows XP and Server 2003 Boot.ini:

http://support.microsoft.com/?id=833721

MSKB: How To Edit BOOT.INI:

http://support.microsoft.com/?id=289022

MSKB: Safe Mode BOOT.INI Parameters:

http://support.microsoft.com/?id=239780

MSKB: Modify BOOT.INI to Enable Kernel Debugging:

http://support.microsoft.com/?id=900093

- Hack the Windows NT/2000/XP Boot Loader:

http://www.oreillynet.com/pub/h/2337

- How to Use and Edit Boot.ini in Windows XP:

http://www.vlaurie.com/computers2/Articles/bootini.htm

- BOOT.INI Options Reference:

http://www.microsoft.com/technet/sysintern...on/bootini.mspx

- Useful BOOT.INI Switches:

http://www.systemsbysteve.com/winguides/bootiniswitches.htm

HTH

Link to comment
Share on other sites

Oh, noes! Again. :w00t:

What is the problem? :unsure:

The Windows 98 will overwrite the bootsector with one invoking IO.SYS.

You boot to windows 98 DOS, run bootpart,

BOOTPART WINXP BOOT:C:

bootpart restores the bootsector invoking NTLDR.

Then you run:

BOOTPART WIN98 C:\BOOTSECT.W98 "Windows 98"

bootpart creates a bootsector invoking IO.SYS as C:\bootsect.w98 and adds a line fo it in BOOT.INI.

At next boot you will boot to NTLDR, get to boot.ini and be able to choose between XP and 98.

OF COURSE the C: drive (First Active Primary partition) must use a FAT filesystem.

BOOTPART lets you add partitions to the Windows NT/2K/XP Multiboot menu. Usually, you will only have a MSDOS or Windows 95 entry and one (or several) Windows NT entries on this boot menu.

With BOOTPART, you may add any partition to the menu. You may add an OS/2 Multiboot partition, or a Linux Partition (with Lilo) to this menu.

The only thing I highly suggest is : your active partition on your first hard disk must be a FAT16 primary partition. This may be a small partition.

It seems it's actually impossible add an HPFS partition with OS/2 boot. If you find a workaround, please let me know.

BOOTPART creates a 512 byte file which contains an image of the boot sector that loads the boot sector of the partition. After, this file is declared in C:\BOOT.INI (a text file used by the Windows NT boot menu). The boot sector itself comes from FDFormat and WinImage.

Read this:

http://www.msfn.org/board/index.php?showtopic=64978

AND linked to site:

http://thpc.info/dualboot.html

which covers almost ANY possible scenario.

jaclaz

Link to comment
Share on other sites

You boot to windows 98 DOS, run bootpart,

BOOTPART WINXP BOOT:C:

bootpart restores the bootsector invoking NTLDR.

Then you run:

BOOTPART WIN98 C:\BOOTSECT.W98 "Windows 98"

Wonderful and incredibly easy!

Thanks! :thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...