LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Before compiling kernel (https://www.linuxquestions.org/questions/linux-newbie-8/before-compiling-kernel-430127/)

fbarsoba 03-30-2006 04:24 PM

Before compiling kernel
 
Hello,

I plan to compile the kernel, so I can try some things for a project (convert a Linux box into an Access Point). The thing is I want to use my latop in which i also have Windows, with all my stuff.. My boot loader is Linux.. so I think it may be dangereous.. Is there a way to switch to windows loader? (my Linux version is Fedora 5) Would that solve the problem of damaging the Linux boot loader in the compilation process and not being able to access my Windows partition?

tnx,
Fernando

pljvaldez 03-30-2006 05:39 PM

Compiling the kernel shouldn't have any effect on the boot loader. What you'll do is install the new kernel and leave an option in the boot loader to run the old kernel. Then you can select which you want at boot time. When you get your new kernel just the way you like it, you can delete the old kernel. Although, personally, I always keep around the original stock kernel because it worked when I first installed it...

tuxrules 03-30-2006 05:46 PM

Quote:

Originally Posted by fbarsoba
My boot loader is Linux..

I suppose you mean grub (grub is the default of FC5).

Quote:

Is there a way to switch to windows loader?
Yes, there is...search around in this forum about replacing grub with windows. There are many many threads on this topic.

Quote:

Would that solve the problem of damaging the Linux boot loader in the compilation process and not being able to access my Windows partition?
I don't think the kernel compilation would anyway affect the bootloader. In case of grub, you would have to actually edit the /boot/grub/menu.lst or /boot/grub/grub.conf file and then make entries for your new kernel.

Tux,

fbarsoba 03-30-2006 07:23 PM

Thanks to both for your responses.. much clearer now..

Fernando


All times are GMT -5. The time now is 05:10 AM.