Results 1 to 5 of 5
If you are setting up a dualboot, do you make several "bootable" partitions, or just one? I was going to try this:
hda1 linux "bootable"
had2 linux swap
hda3 Windows ...
- 03-13-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 11
partitioning and "Bootable" status?
If you are setting up a dualboot, do you make several "bootable" partitions, or just one? I was going to try this:
hda1 linux "bootable"
had2 linux swap
hda3 Windows NT "bootable"
- 03-13-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
no, jjust the one containing the kernel. in your case it seems that you have a /root partition (containing /boot) a swap partition and a windows partion. Is this the case? if so then just make hda1 with the bootable flag. and grub will handel the booting of windows
- 03-13-2004 #3Just Joined!
- Join Date
- Mar 2004
- Posts
- 11
Thank you for the help.
Yes, that is correct, I have linux setup with just /root and /swap (the /boot is contained in the /root partition.) What I'm trying to do is install Windows NT 4.0 ... I already have linux installed and working great.
I tried to install Windows already one time, ... during the installation it has to reboot, but it wouldn't go back to the installation.... it would just boot to Linux. That's why I thought I would need to make the Windows partition bootable.
- 03-14-2004 #4Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
most version of windows will overwrite ur mbr and u will need to reinstalll ur linux bootloader from a cd. if i did just go back into the linux bootloader, u nede to make a windows option, and select this when i reboots.
- 03-14-2004 #5Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
yes here are some instructions on how to setup windows in the grub menu:
edit this file:
/boot/grub/grub.conf
add these lines to the bottom of the file:
title=Windows NT
root (hd0,2)
chainloader +1
Save it and reboot, select windows NT to continue the installation process -#WARNING#- Windows will overwrite your boot loader with its own YOU REALLY SHOULD put the linux bootloader on a floppy first!!


Reply With Quote
