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 Rip DVD audio to mp3 or ogg in ubuntuYou can extract sound from a DVD, one track at a time or a chapter at a time. Some simple command line examples should suffice to demonstrate how this… Read More
How to Use more than 3GB RAM on 32-bit UbuntuCurrently It seems that the current 32 bit editions of Ubuntu can only take advantage of 3GB (sometimes a little more) of physical memory. Desktops an… Read More
Howto Turn Ubuntu 7.10 (Gutsy Gibbon) into Ubuntu StudioUbuntu Studio is a multimedia editing/creation flavor of Ubuntu. It’s built for the GNU/Linux audio, video, and graphic enthusiast or professional. … Read More
How to get Flash working in Opera 9.20 in ubuntuOpera is a cross-platform web browser and Internet suite which handles common internet-related tasks including visiting web sites, sending and receivi… Read More
How to Convert a .nrg (Nero) file to a .iso file in UbuntuIf you want to convert .nrg file to .iso file you can use nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero “.nrg… Read More
0 comments:
Post a Comment