Windows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation.
Tools Required : Ubuntu LiveCD
First you have to boot your system with a ununtu LIVECD
Then Open a terminal ( Applications --> Accessories --> Terminal)
($sudo -i Will give # Prompt then you can avoid sudo in every command)
Now you can start
$ sudo grub this will give you a new prompt
Type the command
> find /boot/grub/stage1 This will give you a output like (hd0,2) in this case it will vary depends on your system
> root(hd0,2) ( use your hd number and there is no space between root and (hd0,2)
now type
> setup (hd0,2)
then
> quit
Now you can restart your system
Howto Restore Ubuntu After Windows Installation Using LiveCD
Related Posts:
learn more about perl 5 in windows Xp1. Download Perl 2. Install Perl 3. Create Hello World program To continue learning Perl, try these:1. Read this free PDF boo… Read More
How to download perl (withs screenshots)1. Install Perl 2. Create Hello World program 3. Learn More 1. Download Perl We will first go to the ActiveState site and download Perl … Read More
How to Create Hello World programe in perl on windows xp1. Download Perl 2. Install Perl 3. Learn More Create Hello World program We will now wr… Read More
HowTo Disable Windows 7 Media Player Network Sharing Service (wmpnetwk)By default, Microsoft has configured Windows 7 to enable and turn on background services when needed. However, some of these background processes are … Read More
How to Check if Telnet Is Running on a ServerTelnet (TELecommunication NETwork) is a unsecured network protocol used on the Internet or local area network (LAN) connections popularly to remotely … Read More
0 comments:
Post a Comment