Difference between revisions of "Dual Boot Kolibrios with Windows NT/2K/XP"

From KolibriOS wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
'''Only FAT32 and NTFS are supported!'''
 
'''Only FAT32 and NTFS are supported!'''
  
== The Well-explained way==
+
== Windows 7 ==
 +
 
 +
The process on Windows 7 is different compared to Windows XP/2k/NT etc .
 +
Since there is no boot.ini available on Windows 7, you must create a boot entry using another tool, called EasyBCD.
 +
 
 +
Here are the steps : <br />
 +
 
 +
1) Install EasyBCD from http://neosmart.net/EasyBCD/ . The non-commercial license is free for use.<br />
 +
2) Open EasyBCD.<br />
 +
3) Click "Add New Entry".<br />
 +
4) Under "Portable/External Media" section :<br />
 +
5) Enter what you want as the name. I chose "KolibriOS".<br />
 +
6) In the path field, enter the path where you have kolibri.img ("C:\kolibri.img" in my case).<br />
 +
7) Click "Add Entry" in the same "Portable/External Media" section.<br />
 +
 
 +
Done.<br />
 +
 
 +
Reboot into KolibriOS and have fun.<br />
 +
 
 +
[[Image:easybcd_kos.png|easybcd_kos.png]]
 +
 
 +
== Windows NT/2k/XP ==
 +
=== The Well-explained way===
  
  
 
First and foremost. You need the following files:
 
First and foremost. You need the following files:
*mtdlr (is the kolibri loader just like ntdlr for winxp)
+
*mtldr: http://ftp.kolibrios.org/pub/bootloaders/mtldr (it is the kolibri loader just like ntdlr for winxp)
*kolibri.img (the floppy image that you used to burn to a floppy, he he)
+
*kolibri.img: you can get this file from the latest distro on http://kolibrios.org/en/download (it's inside the binary package)
At the bottom, I'm going to give you the files' links
+
 
 +
 
  
 
*Copy those files to your first partition (commonly C: ) It doesn't matter if it is a NTFS partition, KolibriOS is capable to run from it.
 
*Copy those files to your first partition (commonly C: ) It doesn't matter if it is a NTFS partition, KolibriOS is capable to run from it.
Line 28: Line 51:
  
 
*save it and all is set, only left to reboot...
 
*save it and all is set, only left to reboot...
*Notice that you can change the timeout to 3 seconds or less that way you won't wait a lot until your default operating system runs while you're not in the mood to select manually HeHEHE....
+
*Notice that you can change the timeout to 3 seconds or less that way you won't wait a lot until your default operating system runs while you're not in the mood to select manually..
 
 
PS: This tut, is intended for newbies, so if you're an average user don't take it as an offense to your knowledge. ThankU.
 
 
 
Almost forgot!!! phew!!! The files I was talking at the beggining: you can get them from here:
 
 
 
mtldr: http://vhanla.up.md/downloads/mtldr or ftp://kolibrios.org/pub/bootloaders/mtldr
 
kolibri.img: you can get this file from the latest distro on http://kolibrios.org/?p=Download (it's inside the binary package)
 
  
This tuturial was originally written by Vhanla, and converted for the wiki by Hidnplayr
+
This tutorial was originally written by Vhanla.
  
== the other way ==
+
=== the other way ===
  
 
You need only the two files in this zip:  
 
You need only the two files in this zip:  
 
  [http://ftp.kolibrios.org/pub/bootloaders/HDD_Boot.7z HDD_Boot.zip].  
 
  [http://ftp.kolibrios.org/pub/bootloaders/HDD_Boot.7z HDD_Boot.zip].  
  
*Create a folder C:\kolibri , Copy the Kolibrios Files into that folder.
+
*Create a folder C:\kolibri , Copy the Kolibrios Files (kernel.mnt and kolibri.img) into that folder.  
 
*Extract the zipfile into the same directory and run setboot.exe, follow the instructions.
 
*Extract the zipfile into the same directory and run setboot.exe, follow the instructions.
 
*Open the file C:\boot.ini and add the parameter C:\kolibri\boot.bin="KolibriOS_HDD".  
 
*Open the file C:\boot.ini and add the parameter C:\kolibri\boot.bin="KolibriOS_HDD".  

Latest revision as of 22:49, 17 July 2014

There are two ways for doing this, using two different bootloaders. They work the same but are different to install.

These boot methods will not work on a partition formatted in FAT12 or FAT16!

Only FAT32 and NTFS are supported!

Windows 7

The process on Windows 7 is different compared to Windows XP/2k/NT etc . Since there is no boot.ini available on Windows 7, you must create a boot entry using another tool, called EasyBCD.

Here are the steps :

1) Install EasyBCD from http://neosmart.net/EasyBCD/ . The non-commercial license is free for use.
2) Open EasyBCD.
3) Click "Add New Entry".
4) Under "Portable/External Media" section :
5) Enter what you want as the name. I chose "KolibriOS".
6) In the path field, enter the path where you have kolibri.img ("C:\kolibri.img" in my case).
7) Click "Add Entry" in the same "Portable/External Media" section.

Done.

Reboot into KolibriOS and have fun.

easybcd_kos.png

Windows NT/2k/XP

The Well-explained way

First and foremost. You need the following files:


  • Copy those files to your first partition (commonly C: ) It doesn't matter if it is a NTFS partition, KolibriOS is capable to run from it.
  • Open the file "boot.ini" which is commonly located at root (c: ). However, you should change its properties to writeable as you can see in the following images:

mtldr_img00.jpg mtldr_img01.jpg

maybe you're a newbie at WinXP, so you must know that you must set your folder options to show "hidden files", and exclusively "system files"

  • You must add the following lines to your "boot.ini" file:
c:\mtldr="KolibriOS"

maybe a picture could help:

mtldr_img02.jpg

  • save it and all is set, only left to reboot...
  • Notice that you can change the timeout to 3 seconds or less that way you won't wait a lot until your default operating system runs while you're not in the mood to select manually..

This tutorial was originally written by Vhanla.

the other way

You need only the two files in this zip:

HDD_Boot.zip. 
  • Create a folder C:\kolibri , Copy the Kolibrios Files (kernel.mnt and kolibri.img) into that folder.
  • Extract the zipfile into the same directory and run setboot.exe, follow the instructions.
  • Open the file C:\boot.ini and add the parameter C:\kolibri\boot.bin="KolibriOS_HDD".
  • Restart your computer and select "KolibriOS_HDD" in the boot menu.