• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to boot into linux?????????

khlee

Senior member
ok so i installed linux BEFORE windows so now the linux boot program doesnt load. is there some program out there that i can use to choose which os to boot into?
 
There are 2 types of bootloaders generally used for linux. Both are easily used for dual booting.

Their names are Lilo and Grub. If you do a quick search in www.google.com there are plenty of booting howtos that include windows for both of them.

Some installation cd's are usefull for gaining access to a linux partition so that you can fix a badly configured lilo or grub, or reinstall the bootloader in the MBR.


However since your probably familar with windows stuff. You can use the program Loadlin to boot into linux from DOS. However if you use a NT based OS like w2k or XP that probably wont work.

You can use the NTLDR NT-based bootloader to gain access to a linux OS, but I am unfamilar with it. If you search in Google or search thru these forums, many people have talked about and gave directions on how to use the windows bootloader to dual boot with linux.
 
Boot off a linux boot disk, mount /, chroot /whereeveryoumountedit, then (grub) grub-install /dev/hdx or (lilo) /sbin/lilo. Reboot.

You may want to add an entry for windows in the config file for whichever bootloader you use. 🙂

Edit: drag wins. :beer:
 
Back
Top