Ubuntu Installation :: Add A Partition To Windows 7?

Nov 27, 2010

I wish to add a Windows 7 operating system to my computer maintaining my current operating system(s) (Ubuntu). I do not intend to replace my current internal hard drive or add a new one. My plan to maintain my internal hard drive. Here is my system's detail.

[Code]....

View 3 Replies


ADVERTISEMENT

Ubuntu Installation :: Resizing Windows Partition - Install Files On A Non Windows NTFS Partition

Jul 22, 2010

Now however its not letting me resize the Windows partition, mounted or unmounted. It currently occupies the whole disk. I would rather not reinstall the whole thing over again, but I will if I have to. Isnt there an easy way to shrink a Windows partition? I swear Ive done this before and it wasnt this hard. Could it be a problem with the Mint installer that now asks me if I want to unmount my disks before it goes into install mode? On this PC I would like to have

Windows XP
Mint
Ubuntu-Studio
Edubuntu
One of the E17 OSs
Puppy Linux (to create a remix)

I am probably going to put most of the linux partitions on the second laptop drive but I want to install files on a non WIndows NTFS partition.

View 6 Replies View Related

Ubuntu Installation :: Os_prober Calls The Vista Partition The Windows Recovery Partition

Feb 20, 2011

Two days ago I repartitioned my laptop HD and added the latest Ubuntu (2.6.35-25-generic) to the existing Vista and existing Ubuntu (2.6.32-28-generic via upgrades from 9.14(?)). Prior to this install it was using Grub with menu.lst from the old/upgrade Ubuntu. After the install the boot menu labels the partition with Vista as the Windows Recovery partition and the recovery partition item is no longer present.

At first I wondered how I could get Vista to boot. I found that SuperGrub cd would boot it OK. Then, it dawned on me that the boot menu item was not the recovery partition, but instead the Vista OS partition mislabelled . Vista loads just fine from it. The recovery partition is no longer listed as it was with Grub/menu.lst. SuperGrub will not boot the recovery partition, showing an error "missing BOOTMGR".

'os-prober' produces--
root@Toshiba:/home/deh# os-prober
/dev/sda2:Windows Recovery Environment (loader):Windows:chain
/dev/sda7:Ubuntu 10.04.2 LTS (10.04):Ubuntu:linux

[code]...

I edited boot/grub/grub.cfg so the boot menu item is labelled correctly, but suspect that it will revert back when there is an upgrade.

View 4 Replies View Related

Ubuntu Installation :: Format Windows Partition To Be The Home Partition And Changed The Nfts To Ext

Sep 1, 2011

i have instaled ubuntu 11.04 wubi on my pc with windows 7. i installed and everything was going ok i navigate on ubuntu already. but the problems star here i went on my ubuntu to the partition section and i format my windows partion to be the home partion and changed the nfts to ext, i did the upgrades but i forgot that theyr running yet and i restart my computer when it boot again it gaves me an error:

try (0,0) : nfts5 : wubildr
try (0,1) : ext2 :

and the windows7 says that i have to instal again. so i went to another pc and i made a cd boot and a pen boot. i burned the iso (downloaded from the ubuntu oficial site the 11.04 32 bit version) image to the cd and pen drive prperly, i adjust my boot options to star from usb or cd rom and nothing im struck.

View 9 Replies View Related

Ubuntu Installation :: Create A New Partition In Front Of A Windows Partition Without Trouble?

Oct 25, 2010

This is my partition table:

/dev/sda1 1 4255 34178256 83 Linux
/dev/sda2 4256 4437 1461915 5 Extended
/dev/sda3 * 4438 9964 44395627+ 7 HPFS/NTFS

[code]....

View 4 Replies View Related

Ubuntu Installation :: Remove Partition And Go Back To Just Full Windows Xp Partition

Jun 4, 2011

I have an Acer Aspire Netbook running a dual boot with Xp and Ubuntu Netbook Version (Lucid Lynx if I am not mistaken?) Anyway I plan on selling this netbook and I need to remove the Ubuntu Partition and go back to just a full Windows Xp partition with it's recovery partition also.

View 2 Replies View Related

Ubuntu Installation :: 10.04 Wubi - Windows 7 Partition Along With The Lenovo Recovery Partition

Aug 1, 2011

I tried installing Ubuntu 10.04 LTS on my girlfriend's lenovo using a live disc. First we tried it out to show her the wireless would work fine (her previous lenovo was not ubuntu friendly at all). She's interested in keeping her windows 7 partition along with the lenovo recovery partition, so I tried doing a dual boot install. I manually moved the cursors setting the disk space on each partition, and we allowed Ubuntu to do the rest. Much to my dismay, the installation failed.

I've done some reading over the internet, and I think in our case it would be best to use a Wubi installation. We're interested in using 10.04, so where can we find a wubi installer of Ubuntu 10.04?

Also, any ideas why the installation might have failed? The iso was downloaded off the ubuntu main site, and we burned it using infrarecorder.

View 3 Replies View Related

Debian Installation :: Wiped Windows Partition With Swap And LVM Partition

Jan 17, 2015

I am having issues with Grub 2 after installing Debian 7.8.0.The computer is a HP Pavilion 500-307nb. I made the original harddrive /dev/sdb and inserted a Samsung Evo 840 as /dev/sda. From the original hard drive (/dev/sdb), I wiped the windows partition, but left all other partitions unchanged (in case I would ever want to recover the desktop to its original state). I replaced the wiped windows partition with a swap partition and an LVM partition.These are my hard drive partitions:

/dev/sda (Samsung Evo 840)

Number Start End Size File system Name Flags
1 1049kB 3146kB 2097kB primary bios_grub
2 3146kB 944MB 941MB ext4 boot
3 944MB 94.4GB 93.4GB host lvm
4 94.4GB 1000GB 906GB guests lvm

[code]....

The partition /dev/sda3 has 2 logical volumes with filesystem ext4 that I mount to / and /home.The partition /dev/sda2 is mounted to /boot..When I install like this, Debian installs fine, however Grub2 is not installed correctly.Debian installs grub-pc which seems not able to boot the gpt partition. So I boot the Debian CD in rescue mode and execute:

mount /dev/sda2 /boot
aptitude purge grub-pc
aptitude -y install grub-efi

After rebooting, I come in the grub rescue shell, which says: error: no such device: 986f2176--4a4b-4222-83b9-8636a034b3c7.

When I then enter in the grub rescue shell:
set boot=(hd0,gpt2)
set prefix=(hd0,gpt2)/grub
insmod normal
normal

Grub and Debian start up correctly.why can Grub not start up automatically correctly? Where does the UUID 986f2176--4a4b-4222-83b9-8636a034b3c7 come from? I have reinstalled Grub several times, I have reinstall Debian several times, I have even wiped all partitions from /dev/sda and recreated a new gpt table with parted and manually set the partitions in parted. Still on each reinstallation, Grub fails because it cannot find exactly the same UUID. Since this UUID is always the same, it must be stored somewhere, but it cannot be the partitions, I have wiped them and the partition table several times.

I did though a firmware update of the Samsung Evo 840 before reinstallation, could this be a cause?Also the problem is not in grub.cfg. Grub starts correctly if I enter the commands above in the grub rescue screen and the UUID value does not appear there.

View 5 Replies View Related

Installation :: Access The Windows Partition But In Vista Cant See The Partition?

Feb 19, 2010

I installed XandROS on my vista machine. I can access the Windows partition from Linux but in Vista I cant see the Linux partition...is there anything I can do about that?

View 3 Replies View Related

Ubuntu Installation :: 10.04 In A Second Partition Of The Hard Drive - Windows XP And Windows 7

Oct 24, 2010

I have Ubuntu 10.04 and Windows XP running each one in a partition of two different hard drives. I want to install Windows 7 in a second partition of the hard drive where Ubuntu is running. Windows 7 did not see the hard drive where Ubuntu is running. So I understand that I need to format the partition where Ubuntu is running, install Windows 7 and later on Ubuntu 10.04 which will create the boot for the three systems. But I want to backup Ubuntu's installation, and after installing Windows 7, install the backup. So I will need to add the file for the dual booting. How can I do it? Is it there any piece of software that could create the three booting option that I need?

View 1 Replies View Related

Ubuntu :: Finding Windows Partition - Use FAT32 Partition For Photo Images And Old Windows Files

May 31, 2011

I got tired of dual booting on my old computer so on the new computer I am planning to run XP on VMware Player. The problem is that on the new computer neither Ubuntu or XP can "see" the FAT32 partition. I intend to use the FAT32 partition for photo images and old Windows files and need access from both Ubintu and XP.

Partition table entries are not in disk order.

View 5 Replies View Related

Ubuntu Installation :: Windows 7 Won't Install Getting This Message:"setup Was Unable To Create A New Partition Or Locate An Existing System Partition"?

Apr 8, 2010

i tried installing windows 7 on a partition on my laptop but i'm getting this message:"setup was unable to create a new partition or locate an existing system partition "i tried googling and found that it has something to do with the number of partitions:my hard disk layout right now:

p1 ext4 21gb /home
p2 ntfs 64gb
p3 ext3 18gb ubuntu installation

[code]....

View 6 Replies View Related

General :: Windows - Deleting Linux Partition And Grub Boot Loader Without Affecting The Windows Partition At All?

Aug 30, 2011

I am currently running a dual boot machine with Ubuntu 11.04 and Windows Vista.Is there any way I can delete the Linux partition and Grub boot loader without affecting the Windows partition at all?I would also like to be able to repartition all of the space that was previously occupied by Linux.

View 2 Replies View Related

Ubuntu :: Can't Access Or Even Find Files On Windows Partition Or Windows Partition Itself

Sep 24, 2010

After several times install & reinstall,i got a stable dual boot vista / ubuntu 10.10.,but i can't access or even see my windows partition from ubuntu,i installed my dual boot with wubu this time,in previous installation when i didn't use wubi , i didn't have such a problem & windows partition with all my files in it (windows files,media ,etc,) was easily accessible from "places" on ubuntu . I already disabled windows firewall & other security options but nothing changed

View 3 Replies View Related

Ubuntu Installation :: Cannot Partition With Windows XP ?

Apr 20, 2011

My issue is that I CANNOT get my HP Compaq 6510b to repartition. I've used to GpartEd to try and shrink c: (off of a GpartEd Livecd) but it doesn't give me an option other than an adding an extra 3mb. Also, when I try to install Ubuntu it only gives me two options: erase everything and install Ubuntu (10.10) or manual, not the dual boot option (which is really what I'm looking for). I've defragmented it about 6 times by now and I don't think it's going to get much better.

View 5 Replies View Related

Ubuntu Installation :: 11.04 Can't See Windows Partition?

Jun 1, 2011

Ubuntu can't see my Windows 7 partition. It says "No OS detected", or something along those lines. I've gone into windows, and created a partition to install Ubuntu into. It's a 50GB partition. I left the partition as raw, and it still can't see it. When I go into Disk Utility, however, it sees the NTFS partition, and the system reserved one. I can also see the unformatted 50GB.

View 9 Replies View Related

Ubuntu Installation :: Using /home On A Windows Partition?

Jan 14, 2010

I bought a new computer that has Windows preinstalled and I want to install Ubuntu to dual boot. I'm considering making /home on a separate Windows partition in Gparted.. would it slow the performance significantly if I used this setup? I'd like to be able to access my important files regardless of whether I boot into Windows or Linux..

View 4 Replies View Related

Ubuntu Installation :: Cannot Resize Windows Partition ?

Mar 2, 2010

I installed kubuntu onto my secondary drive witch was half full at the time of the installation. I used all the available space for the install. Now i have kubuntu installed and want to increase the linux partition. But GParted and Partition Ediditor show the resize button as inactive.

View 1 Replies View Related

Ubuntu Installation :: Remove Windows Partition

Mar 9, 2011

I have recently decided to switch to linux as my primary OS. I currently have Windows XP installed on the larger partition on my machine. Is there a way that I can delete the XP partition, or at least re-allocate the majority of my space over to the Ubuntu side without reinstalling?

View 7 Replies View Related

Ubuntu Installation :: Create A New Partition Within Windows But Never

Apr 27, 2011

First I tried to create a new partition within windows but Ubuntu never liked it. Finally I just went to intall it on the whole hard drive and it froze during the who are you screen trying to get a time from the network time server. I read something that said restart and now I cant boot my laptop

View 6 Replies View Related

Ubuntu Installation :: 11.04 Not Detecting Windows 7 Partition?

Apr 30, 2011

After putting this off forever, I've finally decided to delete my old XP OS and install Ubuntu on it as a dualboot option along with my existing Windows 7 x64 install. However, I'm having a common issue in that both Gparted and fdisk do not detect the partitions of my main boot disk and shows the entire disk as unallocated. I've read a number of similar threads with some great responses from many of the folks here on this forum. I've put together all the info I could think would be relevant.

1) I ran fdisk -l. Here is the output (This is from booting from the live CD). Sorry for the long logfile. I have a number of disks/partitions attached. The relevant disk of interest is /dev/sdb/

Code:
ubuntu@ubuntu:~$ sudo apt-get install gdisk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gdisk
ubuntu@ubuntu:~$ sudo fdisk -l

[Code]...

/dev/sdb contains GPT signatures, indicating that it has a GPT table. However, it does not have a valid fake msdos partition table, as it should. Perhaps it was corrupted -- possibly by a program that does not understand GPT partition tables. Or perhaps you deleted the GPT table, and are now using an msdos paritions table. Invalid argument during seek for read on /dev/sdb

3) And this is a picture of the disk unders Windows 7 Disk Management. "Disk 3" is my main boot drive with Windows 7 on C:. The unallocated partition before it was where the old XP install was. I want to ideally install Ubuntu on that partition. Also, I should mention that "Disk 0" is a Drive from my old DELL PC that has a windows XP installation on it along with the boot info. I left it in there in case I wanted to swap it back into my old PC. However, it seems to confuse Ubuntu during the install as it detects only that XP installation but cannot read/detect the current Windows 7 install.

View 5 Replies View Related

Ubuntu Installation :: No Windows Partition While Installing?

May 2, 2011

I've been using Ubuntu since 2009, but recently I had to reinstall Windows (and Ubuntu.)The problem is that ever since I reinstalled Windows the Ubuntu installation doesn't recognize the Windows partition. I've got a 500GB HDD, and the installation says there's 500GB of free space.Is there any way to make Ubuntu recognize the Windows partition while installing, or is the only solution reinstalling Windows?

View 6 Replies View Related

Ubuntu Installation :: How To Delete Windows Partition

May 23, 2011

I'm using 9.10. I want to delete my Windows partition.On System--> Administration there is something called "Disk Utility".Here is a screenshot:Is it as simple as clicking the "delete" button? I thought I would have to do something with the Terminal, though I would prefer not to.

View 9 Replies View Related

Ubuntu Installation :: Get Windows Partition To Boot Again?

Sep 1, 2011

i wanted to dual boot lubuntu and my existing windows xp. i installed lubuntu 8.10 and everything was fine at boot. i could boot in to either then i upgraded lubuntu to 9.04 and windows was gone from grub? can i delete my lubuntu partition and windows will boot again?

View 9 Replies View Related

Ubuntu Installation :: Windows Partition Missing From Grub

Jan 30, 2010

I was defraging windows xp and the power want off now I can only boot into ubuntu from Grub.

View 3 Replies View Related

Ubuntu Installation :: Sharing Home Partition With Windows?

Apr 7, 2010

Will this work? I have a new laptop that should be here this afternoon and I would like to share the home partition with a windows install. Here is my plan.
Leave the default install of windows on there but shrink the partition it is on.
Install ubuntu on the new partition along with a home partition
Copy the folders of the home partition and then format the partition into ntfs
Edit the FSTAB and put the folders back into that partition
Boot back into windows and change the "My Documents" folders the those in the home partition

View 5 Replies View Related

Ubuntu Installation :: Can't Boot Windows Partition After Upgrade To 10.4

Apr 9, 2010

After upgrade to Ubuntu 10.4 i can't boot windows partition. the only thing i get it's a blinking underscore after choosing it from grub. under ubuntu the window partition seams to be ok, and i can access every file.

this is my partition table:
sda1 - ntfs
sda2 - extended
sda5 - swap
sda6 - ext4 linux (0x83)

is there any tool to config grub? like yast on suse? (off the topic : is there any "grafic" version of grub?)

View 3 Replies View Related

Ubuntu Installation :: 10.04 Can't Recognize Windows Partition / Sort It?

Apr 29, 2010

This is my first time to post a thread.I'm not native English-speaker,so my English is poor.And I wish you can understand what I mean.
I have used wubi for months.Today I decide to install Ubuntu 10.04 on my harddisk.I create a liveUSB to install 10.04.But the problem during installing is when partition detecting,the windows partition can't be detected.It shows 'Ubuntu' on /dev/sda1,but in fact it is the windows partition.I ignore it and go on.After all done,10.04 can work well,but windows can't be booted.
Then I try to use 9.04 CD to install,and it shows 'Widows NT/2000/XP' on /dev/sda1 correctly.At last,both 9.04 and windows xp can be booted.
Is it the problem involving the difference between CD and liveUSB,or 10.04 and 9.04?
Can you tell me why and give me a hand?

View 2 Replies View Related

Ubuntu Installation :: Partition Still Showing 'Windows 7 Loader'

Apr 30, 2010

I was dual-booting XP/Win7... Uninstalled Win7 and reset boot loader with XP's Went to install 10.04 for dual-boot and it is showing that loader as "Widows 7 loader"

View 9 Replies View Related

Ubuntu Installation :: Partition On Existing Windows 7 Machine

May 20, 2010

I'm having a installation problem. I am trying to install Ubuntu on my laptop that is currently running Windows 7, and win7 is needed for use in projecting songs in our church services. The HD is a 500 gb already partitioned with the max. of 4 partitions. Win7 files are on the sda2 partition and my data files are on sda3. Sda1 and sda4 are smaller partitions, one is 3 gb's the other is 1 gb.

My question is, what is the best set up for me to install Ubuntu? I can't create an extended partition since I already have 4 partitions. I like my current partition set up as far as windows goes, but I would really like to get Ubuntu installed. I'm fairly new with Ubuntu, I like what I've seen so far. I had it installed with wubi in windows XP on a laptop that I just sold, and I've upgraded to the windows 7 laptop now, and I'm stuck!

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved