LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Using the windows boot loader to start GRUB (https://www.linuxquestions.org/questions/linux-newbie-8/using-the-windows-boot-loader-to-start-grub-623696/)

NoahT1BM 02-25-2008 08:55 AM

Using the windows boot loader to start GRUB
 
I would like to know how to configure the windows boot loader (NTLDR? is that what it's called?) to be able to start PCLinuxOS (or a different distro) along with windows. I have my windows partition first on the disk, followed by the 4MB or so "buffer zone" then a 1GB swap partition, and then my linux partition. How should I configure the boot.ini file?

[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(3)Linux="PCLinuxOS 2007"


I am sure that that is not how the file should be setup, so I need to know how to point it to grub on my linux partition.

slakmagik 02-25-2008 09:46 AM

On one box I created c:\bootsect.lnx and put 'c:\bootsect.lnx="Slackware"' in boot.ini.

Duck2006 02-25-2008 10:23 AM

This may help

http://www.geocities.com/epark/linux...w2k-HOWTO.html


All times are GMT -5. The time now is 09:28 PM.