win2k can not boot linux, but linux can boot both. I agree install grub on linux, it will take care of all.
Main Topics
Browse All TopicsI can boot into redhat9 (grub) with my boot floppy and I can boot into win2000 without it.
I did the dd command in linux and created a linux.bin file and edited the boot.ini under windows to get a linux option at boot but the system hangs with a blinking curser in the top left hand corner of the monitor.
Can someone tell me what I've missed?
Also, the dd command resulted in 1 file in 1 file out and what appears to be an empty 512 byte data file.
Thanks,
Stephen
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ragamuffin, w2k can dual boot w2k and linux.
Here is the command that you need to run to create the .bin file.
dd if=/dev/hd?? of=/bootsect.lnx bs=512 count=1
Make sure that the /dev/hd?? is the partition that contains your /boot. Then copy this to the root of your C:drive and edit the boot.ini.
This is the website that I got the command
http://windows.about.com/g
But I now use grub also to boot my xp/linux dualboot. It just was a lot easier than doing all the extra steps.
fordste:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
Business Accounts
Answer for Membership
by: majorwooPosted on 2003-05-31 at 07:47:38ID: 8620155
you can just install grub on the mbr and not use the floppy to boot either, when grub starts up it will ask you to pick windows/linux - i have many many machiens this way:
grub-install /dev/hda
and from then on no floppy, just pick the OS on boot - otherwise it will default to whichever you setup (/etc/grub.conf) and you can set how long it waits before defaulting too
ive never used windows to handle the dualboot, so im not certain - but grub is much more flexible