I am new to linux so I used to use both Windows Xp and Ubuntu.But due to problem in Windows,I re-installed Windows,but While re-starting the system, OS choice menu lost from Boot, Windows automatically opens, and ubuntu lost..,How can I find it..?
deepugtm -8 Junior Poster in Training
Recommended Answers
Jump to PostUsing the live CD boot Ubuntu and go to desktop. Then open terminal(from accessories) and type following:
// Spaces are crucial be careful about them where they are and where they are not.
sudo grub
find /boot/grub/stage1 ( u'll get something like "(hd0, 11)" )
root …
Jump to Post>root(hd0,6)
You need to put a space between 'root' and the parentheses:root (hd0,6)
All 7 Replies
farhan.foxtrot 0 Newbie Poster
deepugtm -8 Junior Poster in Training
John A 1,896 Vampirical Lurker Team Colleague
deepugtm -8 Junior Poster in Training
venkitce 0 Newbie Poster
deepugtm -8 Junior Poster in Training
james chaco 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.