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:
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
open a WinRAR archive without a password What do you do with a password protected WinRAR archive? You hack it - naturally. And how do you hack it? First, download RAR Password Recovery v1… Read More
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
5 Useful Tools to Access Linux Partition from WindowsIf you currently have Windows OS running and you need some files for your work which you have stored on the Linux installation, you no longer have to … 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
0 comments:
Post a Comment