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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-13-2012, 12:54 AM
|
#1
|
Member
Registered: May 2012
Posts: 58
Rep:
|
ubuntu 12.4 on win 7
i installed Ubuntu 12.4 inside my windows 7 in a separate partition named "E" ,but after installation in windows the "E" drive can't see. Where the partition goes? How i can see it through windows 7. And i want to set my default boot os to windows ,which now seems to be Ubuntu.
|
|
|
07-13-2012, 01:21 AM
|
#2
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
Most likely a wubi install instead of a Virtual machine.
http://en.wikipedia.org/wiki/Wubi_(installer).
|
|
|
07-13-2012, 01:43 AM
|
#3
|
Member
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424
Rep:
|
Windows does not see Linux partitions, period. Why would you want it to? You can change your default boot order by using the systems settings for the boot manager, or editing the grub configuration.
|
|
|
07-13-2012, 01:09 PM
|
#4
|
LQ Newbie
Registered: Jul 2012
Posts: 2
Rep:
|
Ubuntu install in Windows 7
I've found the quickest way to get started with Ubuntu in Windows 7 is to first install the free virtual box from Oracle
https://www.virtualbox.org
Then install Ubuntu into the virtual box.
This give a good enough environment for most new users.
|
|
|
07-13-2012, 01:48 PM
|
#5
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,162
|
Quote:
i installed Ubuntu 12.4 inside my windows 7 in a separate partition named "E"
|
Installing "inside windows" is a wubi install where Ubuntu runs as a program inside windows. If you have Ubuntu on a separate partition, that's a different story. Since you are booting with Ubuntu Grub, if you decide to remove Ubuntu or format its partition, you will be unable to boot without restoring the windows bootloader from a windows installation CD/DVD.
To change the default system to boot, edit the /etc/default/grub file using sudo. There should be a line at the top of the file like this:
Count down to the menuentry listing for windows and enter that number in the file above. Count starts at zero, not one.
|
|
1 members found this post helpful.
|
07-19-2012, 11:20 PM
|
#6
|
Member
Registered: May 2012
Posts: 58
Original Poster
Rep:
|
Quote:
Originally Posted by yancek
Installing "inside windows" is a wubi install where Ubuntu runs as a program inside windows. If you have Ubuntu on a separate partition, that's a different story. Since you are booting with Ubuntu Grub, if you decide to remove Ubuntu or format its partition, you will be unable to boot without restoring the windows bootloader from a windows installation CD/DVD.
To change the default system to boot, edit the /etc/default/grub file using sudo. There should be a line at the top of the file like this:
Count down to the menuentry listing for windows and enter that number in the file above. Count starts at zero, not one.
|
i can't edit the grub.cfg file. how can i edit it through terminal. i used "cat grub" to display it. But i can't edit it why? i entered as a root.
|
|
|
07-20-2012, 11:39 AM
|
#7
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,162
|
The "cat" command is generally used to read a file, not edit it. You need to use a text editor and you should have gedit available to try:
Code:
sudo gedit /etc/default/grub
|
|
|
All times are GMT -5. The time now is 10:21 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|