LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2014, 06:32 AM   #16
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled

If you're removing a Linux distro from a dual-boot with Windows, you need to remove the Linux bootloader first, then delete the Linux partition. Never used 7, but in XP this was done by booting up the XP install CD, getting the recovery console, and running fixmbr (or something like that). Best thing, find out how to do that in 7.
 
Old 07-02-2014, 06:42 AM   #17
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
If you have a Windows 7 Recovery CD or USB (made when you do a system image), boot it up and go to the command line. Then run: bootrec /fixmbr

This will put the Windows bootloader back on the MBR as if Linux never existed...
 
Old 07-02-2014, 08:50 AM   #18
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
Now an LQ buddy, jross informed me that choosing option (1) will create a swap and a root partition ,but not a home partition.If I am not wrong than it will share the home partition with windows
If you have deleted everything but the /boot partition, then simplify things for yourself and just select "Install Alongside windows". You can create a separate data partition later. And as pointed out above, you cannot share your /home partition with windows. You can create a data partition later and format it as ntfs so both windows and Linux can access it.

If you have just your boot partition for Linpus and the windows partition, there would be no other place to install Ubuntu than the 30GB free space so that should work and Ubuntu would install Grub to the master boot record and should create a menu with entries for both operating systems. Posting your actual partition info would be helpful. Use the Ubuntu installation media, open a terminal and enter this command:

Code:
sudo fdisk -l
That's a lower case Letter L in the command, post the output

Also, from what I can see of your posts, you haven't done anything toward installing Ubuntu yet, or have you?
 
1 members found this post helpful.
Old 07-02-2014, 02:14 PM   #19
lordlucifer
LQ Newbie
 
Registered: May 2014
Distribution: ubuntu, mint
Posts: 25

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by yancek View Post
If you have deleted everything but the /boot partition, then simplify things for yourself and just select "Install Alongside windows". You can create a separate data partition later. And as pointed out above, you cannot share your /home partition with windows. You can create a data partition later and format it as ntfs so both windows and Linux can access it.

If you have just your boot partition for Linpus and the windows partition, there would be no other place to install Ubuntu than the 30GB free space so that should work and Ubuntu would install Grub to the master boot record and should create a menu with entries for both operating systems. Posting your actual partition info would be helpful. Use the Ubuntu installation media, open a terminal and enter this command:

Code:
sudo fdisk -l
That's a lower case Letter L in the command, post the output

Also, from what I can see of your posts, you haven't done anything toward installing Ubuntu yet, or have you?
Thanks man for your kind response.
I just did what you said.I typed sudo fdisk -l and entered. It showed results like this.

device boot ID SYSTEM

/dev/sda1 7 HPFS/NTFS/exFAT
/dev/sda2 7 HPFS/NTFS/exFAT
/dev/sda3 7 HPFS/NTFS/exFAT
/dev/sda4 5 extended
partition 4 does not start on physical sector boundary
/dev/sda5 83 LINUX

Now what is your opinion ? Should I remove partition 5 containing linpus lite grub before installing UBUNTU as it has its own grub menu.AND IS IT SAFE TO REMOVE /dev/sda5 USING WINDOWS HDD PARTITIONER ?
 
Old 07-02-2014, 04:24 PM   #20
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You can remove it because ubuntu is going recreate / partition.
 
1 members found this post helpful.
Old 07-06-2014, 07:00 PM   #21
jross
Member
 
Registered: Apr 2014
Distribution: Xubuntu 14.04
Posts: 164

Rep: Reputation: Disabled
I just saw this youtube video and it looks like it would apply perfectly here with your goal to remove the previous linux install and most importantly the grub menu. Note: I can't vouch for this personally, but this guy has an excellent reputation on his videos so it would certainly be worth getting some opinions on. Also, I would imagine that since you want to redo the dual boot, you could skip the very last step of expanding the drive for windows 7. So if this works, that unallocated space is where the new ubuntu would automatically install itself, and of course it will put in its own grub as always.

http://youtu.be/LSYGkSptSy4
 
1 members found this post helpful.
Old 07-20-2014, 10:15 AM   #22
lordlucifer
LQ Newbie
 
Registered: May 2014
Distribution: ubuntu, mint
Posts: 25

Original Poster
Rep: Reputation: Disabled
Thanks to all....

Hello guys !
I really appreciate your help and guidance .So thanks ....
Finally I installed ubuntu along with windows successfully.It's really great and has good inbuilt apps. As a novice I am facing some basic problems.But I won't bother you about this in this post.Again thank you all.....
 
Old 07-20-2014, 01:36 PM   #23
jross
Member
 
Registered: Apr 2014
Distribution: Xubuntu 14.04
Posts: 164

Rep: Reputation: Disabled
Quote:
Originally Posted by lordlucifer View Post
Hello guys !
I really appreciate your help and guidance .So thanks ....
Finally I installed ubuntu along with windows successfully.It's really great and has good inbuilt apps. As a novice I am facing some basic problems.But I won't bother you about this in this post.Again thank you all.....
After all that suspense, you're not going to say how you did it?

Seriously, you had some interesting issues that would be of interest as to how you resolved them.
 
Old 07-20-2014, 02:10 PM   #24
lordlucifer
LQ Newbie
 
Registered: May 2014
Distribution: ubuntu, mint
Posts: 25

Original Poster
Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by jross View Post
After all that suspense, you're not going to say how you did it?

Seriously, you had some interesting issues that would be of interest as to how you resolved them.
yeh buddy,you are right.
It's quite an interesting story.At first I was worried about if something goes wrong and it was obvious. Tinkering with partitions,bios and grub is not a wise thing for a newbie.right.So I planned to buy an external HDD for back up. Later I dropped the idea.I decided to buy a new lappy. It took some time to choose which one.And finally I bought a HP pavillion g6 laptop as it was both a
budget friendly and performance option.Now come to ubuntu. First I back up everything.Then I removed the partition containing grub for linpus with windows partition creator. And at last I chose the install ubuntu along side windows option.It worked fine.

well that's how I installed ubuntu and got the second laptop.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing (k)ubuntu-restricted-extras w/o installing java, looking for complete cmd cjae Ubuntu 3 05-20-2014 04:07 AM
LXer: Installing Xen On An Ubuntu 7.10 (Gutsy Gibbon) Server From The Ubuntu Reposito LXer Syndicated Linux News 0 11-06-2007 08:50 PM
LXer: Installing Xen On An Ubuntu Feisty Fawn Server From The Ubuntu Repositories LXer Syndicated Linux News 0 07-01-2007 06:46 AM
ubuntu partitioning tool does not see external usb hard drive when installing ubuntu fakie_flip Linux - Software 2 07-30-2006 12:44 AM
Installing the nvidia driver off the web site and installing rpm in ubuntu? darkhatter Ubuntu 3 02-19-2006 02:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration