Differences between version 6 and previous revision of HowToBootLinuxUsingWindowsLoader.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Friday, July 7, 2006 11:19:23 am | by AristotlePagaltzis | Revert |
Older page: | version 5 | Last edited on Tuesday, February 17, 2004 5:43:43 pm | by AristotlePagaltzis | Revert |
@@ -1,29 +1 @@
-InNeedOfRefactor
-
-!! Preparation
-
-Intall your flavour of NT-based
[Windows
] first. Make sure you use [FAT32] for your C: [Partition]. Follow up with your LinuxDistribution but don't install your BootLoader into the [MBR]. Instead, install it to the BootSector of your [Linux] root [Partition]. (This is usually offered as an option during installation.) If you cannot boot into your [Linux] system using your installation CD, make sure to create a BootDisk when asked whether you want one.
-
-!! Save the [Linux] BootSector
-
-Now boot your [Linux] system. Become root and do
-
- # dd if=/dev/hda1 bs=512 count=1 of=bootsect.lnx
-
-__Beware! You will not be prompted for confirmation, so make sure to type this command carefully! A typo may cost you your partition table!__
-
-Make sure to use the appropriate [Partition] if __/dev/hda1__ is not your [Linux] root partition. F.ex it might be __/dev/sda1__ if you installed on a [USB] keydrive. Invoke __mount__ without parameters and look for the partition mounted on / if you don't know the name of your root partition.
-
-!! Make the BootSector available to [Windows]
-
-The __bootsect.lnx__ file you just created must be made available to [Windows]. To this end, mount the [FAT32] partition mentioned above. Usually this has already been set up to happen automatically by the installer, which commonly uses a mount point such as __/mnt/windows/C__.
-
- # cp bootsect.lnx /mnt/windows/C
-
-!! Configuring [Windows] to use the BootSector
-
-In [Windows], edit the hidden file __C:\boot.ini__ and add the following line:
-
- C:\bootsect.lnx="Linux"
-
-You should now have a "Linux" entry in the [Windows] BootLoader. Selecting this should get you into your [Linux] system
.
+Describe
[HowToBootLinuxUsingWindowsLoader
] here
.