Dual boot nt4 and windows 98

Posted by ItFinallyWorks on Super User See other posts from Super User or by ItFinallyWorks
Published on 2009-11-22T08:34:19Z Indexed on 2010/04/06 5:03 UTC
Read the original article Hit count: 461

Filed under:
|
|
|
|

I am trying to dual boot nt4 and windows 98 se (don't laugh - old computer).

I have seen Microsoft's instructions for doing this, but it limits windows 98 to have a Fat16 partition (NT4's NTLDR doesn't understand FAT32) and therefore only 2GB of disk space. I really need it to have more than that.

I started with Win 98 (on the 1st partition), repartitioned the disk, then added NT4 on the 2nd partition. NT4 took over the bootloader (as expected), so NT4 boots, but Win 98 doesn't. Right now I am working in VMWare so I can use nonpersistent hard drives (IDE like the real computer) to recover from errors easily.

I've tried using XPs NTLDR using the instructions here: http://www.nu2.nu/fixnt4/ , but I got weird errors from NT4 and it never really worked. If XP's NTLDR would work, that should be able to boot both OSes.

I've also tried using GRUB. In theory that should work. In fact when booting from super grub disk, it does. But as soon as I install grub to disk, Win 98 boots, but NT 4 blue screens at boot with a 0x0000007b inaccessible_boot_device error (that can be alot of things see MS kb 822051). The incantation I'm using for GRUB 1 is

rootnoverify (hd0,1)

makeactive

chainloader +1

boot

So, anybody have some suggestions?

© Super User or respective owner

Related posts about nt4

Related posts about boot