Results 1 to 4 of 4
hi i just installed tiny core linux and had to manually install/configure grub which i have never done before. since this was the case, i followed the instructions on tinycore's ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-14-2009 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 79
help with grub config
hi i just installed tiny core linux and had to manually install/configure grub which i have never done before. since this was the case, i followed the instructions on tinycore's website exactly. they didn't tell me how to add my windows to grub. my windows partition is located on /dev/sda1. what do i do to add it to the grub menu?
thanks in advanced
-jim
- 04-14-2009 #2
Haven't had Windows on my machine for quite a while, but I believe it would be something like this:
Code:title Windows root (hd0,0) chainloader +1 makeactive
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 04-15-2009 #3
can you post a snap shot of the grub file , so that we can help you out
- 04-18-2009 #4
If you have grub stage 1 installed on /dev/sda1 do as jayd512 said
if you dont have grub installed on /dev/sda1, use this.
title Windows
rootnoverify (hd0,0)
chainloader +1


Reply With Quote
