Ubuntu Installation :: 11.04 Install Doesn't See Current Partitions

May 10, 2011

I have Ubuntu 10.04 (32bit) alongside Windows Vista currently. I tried to install Ubuntu 11.04 (64bit) from a bootable USB stick and found out that none of the current partitions are visible.

My PC is a Dell Inspiron 1525 with dual core Pentiums. Here are my partitions. I am reporting all this back from my current, stable Ubuntu 10.04 platform:

Code:
~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code]....

View 9 Replies


ADVERTISEMENT

Ubuntu Installation :: CD Doesn't Detect Partitions But No Apparent Overlapping Partitions?

Mar 3, 2010

Xubuntu 9.04 installation CD not detecting any of the current partitions. This all started when I reinstalled windows XP a few days ago.After, the computer wouldn't boot into GRUB and would boot directly into windows.Other threads have dealt with a similar issue, that of overlapping partitions causing libparted/parted/gparted to detect the whole drive as unallocated space. The problem in these threads seemed to be a corrupted partition table, in which the partitions overlapped with each other. So of course I checked the output of fdisk -l for overlapping partitions, but I don't see any obvious overlapping partitions. I've noticed that the partition that used to be linux swap isn't showing up in the partition table at all. I might just be missing something simple here and would like another set of eyes to help me figure this one out. Does the problem have anything to do with the partition table being out of order (ie. not in order of what regions they cover on the drive)? From the liveCD I've run

Code:

sudo fdisk -lu
sudo sfdisk -d
sudo parted /dev/sda print

and have received the following output:

Code:

ubuntu@ubuntu:/mnt$ sudo fdisk -lu
omitting empty partition (5)
Disk /dev/sda: 60.0 GB, 60011642880 bytes

[code]....

View 3 Replies View Related

Ubuntu :: Install A New Version Or Distro In The Partitions Where A Current One Resides?

Jun 15, 2011

Is there a simple way to delete an existing Linux Distro install so you can install a new version or distro in the partitions where a current one resides? We have several laptops, all of which are at least dual boot with Windows and with a Linux Distro. A few have Windows and two Linux Distros.

What we want and need to do, without disturbing the Windows install is simply remove a current Linux install and replace it with another install, a simple way. We cannot find a simple Partition command of eliminate install or install over existing install. Since the movement in Linux community for four years now is "easy", "simple", and "user friendly" you would think Ubuntu project would by now have a simple, low risk way of doing this. The delete and expand specific partitions method is very risky (to the O/S installs one wished to keep intact) and requires more partition study than all but a few people have interest or time to invest in.

Anyone know of a simple way to replace an install. What puzzles us is why Ubuntu has not come up with a simple command that allows users to replace one Ubuntu version with another, or at least uninstall back to a previous install when a user finds the new version tanks his system and requires hours of study to figure out how to get his basic hardware up and running.

I realize that Linux community members tend to accept criticism about as gracefully as a Republican or a Democrat but progress cannot happen without constructive or well meaning criticism. For those so tempted, please spare me the "stupid", "its easy idiot", "Works fine on my PC" or "this is the best of all possible worlds" replies.

View 4 Replies View Related

Ubuntu Installation :: XP BSOD - Doesn't See The 3 Other Partitions On The Drive

Mar 22, 2010

I've had many installation issues that I won't go into here, and have had to reinstall several times. All I'm trying to do is get an XP installation dual-booting with 9.10.

1. My hard drive partitions are:

120 GB NTFS (with boot flag) for Windows
40GB EXT4 for 9.10 (/)
8GB Swap
The rest (around 220GB) EXT3 for /home

2. I install Windows, and during the windows partitioner it doesn't see the 3 other partitions on the drive, just the NTFS partition, which is odd. I install Windows on that partition, and confirm that I am able to do a cold boot into it.

3. I boot up a 9.10 CD, and all looks as it should. I install Ubuntu in the partitions as outlined above, and it doesn't have any issues.

4. I can now reboot into Ubuntu without issue. When booting into Windows, I get the startup screen with the blue "progress" ticker, which displays for about 2 seconds, then I get a BSOD. The message refers to making sure the hard drives are "partitioned and terminated correctly" and whatnot. If I didn't know any better (and I obviously don't), I'd accuse Ubuntu of bjorking my clean Windows install.

View 9 Replies View Related

Ubuntu Installation :: 10.04 Desktop Installer Doesn't See All Partitions

May 5, 2010

When trying to install Ubuntu 10.04 desktop from USB pendrive I can't see the sda partitions in the manual partition editor.I have a dual boot PC with Windows XP Pro and Ubuntu 8.10 running (see below for more details). Using the 10.04 Ubuntu desktop edition on a USB stick (pendrivelinux), I can boot without a problem and everything works fine: mount/unmount of all my drives, read data, etc. But I can't install the 10.04!When running the installer, at the point where the partition is selected, I choose "manual" as option. On the next screen I only see the drives/partitions starting from /dev/sdb1... to sde, but NOT /dev/sda. The "Add" button is greyed out, I can only edit the existing partitions. When I edit and press forward I get an error telling me that the SWAP partition is missing. I already HAVE a swap on sda.

I also tried booting Ubuntu 10.04 and then running the installer - no difference. I also remove the plug from one of the drives (sde) - still the installer doesn't show me sda.I would like to install 10.04 without messing up my Windows XP Pro and without messing up my /home partition or any other partitions that are non-Ubuntu stuff.In former years this used to be the easiest part, now it looks like a challenge. Any help is appreciated. System and background info:Hardware: Desktop PC with Intel Core 2, Nvidia graphics card, 5 SATA hard drives hooked to Gigabyte mother board, two network cards (only one in use)Current OSes: Windows XP Pro on sda1, Ubuntu 8.10 on sda and sdb

View 9 Replies View Related

Ubuntu Installation :: Installer Doesn't See All Drives / Partitions?

May 10, 2010

When I tried to install Ubuntu 9.10 or 10.04 (from CD or USB drive), and selected manual partitioning, the installer would not show all my drives.

However, when booting the life CD/USB, gparted or the Disk Utility did recognize all drives and partitions.

It turned out that one of my drives was marked as RAID partition, although I never used RAID!

Here the symptom:

When you run the installer and select "manual partitioning", the resulting list of drives and partitions is incomplete. In my example it was:

sda
- sda1
sdc
- sdc1

[Code]....

You may have multiple drives with the RAID metadata on it. In that case you need to repeat the above command for all those drives. Just make sure you don't wipe out your existing RAID, if you have one.

Reboot the system and see if it works.

P.S.: Also check your BIOS settings - do you have drives configured as RAID?

View 5 Replies View Related

Ubuntu Installation :: Installer Doesn't Have Any Listed Partitions?

May 22, 2010

I'm trying to install ubuntu 10.04 on an old computer, but the installer doesn't have any listed partitions and I can't go any further. The hard drive I'm trying to install it to was just formated in Windows 7, it's a clean hard drive. Uh, how am I supposed to install it?

View 1 Replies View Related

Ubuntu Installation :: 10.10 RC Partitioner Doesn't Show Exisiting Partitions

Oct 6, 2010

I went to install the 10.10 RC yesterday but to my surprise when I got to the partitioning stage it showed up my drive as being blank, with no existing partitions.

Has anybody else had this issue? I'm not sure what to do as I had the same issue on the beta, I just assumed it would be fixed.

I have a 500GB Sata HDD and i'm running an AMD64 processor so the RC was the amd_64 version.

View 3 Replies View Related

Debian Installation :: Installer Doesn't Detect XP Partitions ?

Apr 17, 2011

I downloaded this "debian-6.0.1a-amd64-netinst" iso image....But on the partitioning screen, after selecting the manual partitioning, it shows the whole hard disk without detecting the XP partitions.

View 2 Replies View Related

Ubuntu Installation :: Possible To Create An ISO Install File/CD From Snapshot Of Current Working Install?

Sep 25, 2010

I have an apparently stable installation of Xubuntu that I've hand-tweaked in a few ways. I'd like to be able to reinstall this system verbatim on this machine should a disk crash happen, etc.Is there a "standard" method to create an install and/or total-backup CD that would be an instantiation of the currently-installed-and-modified system?

View 1 Replies View Related

Slackware :: Shared Partitions Between 13.1(32bit) And Current(64bit)

Jan 25, 2011

Looking for moral support and guidance. Currently have 13.1 running nicely with the following partitions:

/swap
/
/home
/var
/usr/local
/notlinux (my name for a storage partition when I want to start all over again)

I have decided to tinker with Slack64-current with multilibs. My intent is to shrink /notlinux an add a new partition for 64's / . Then dual boot the system.

/swap and /usr/local

I see no problem with mounting these partitions in Slack64. I would have two 'tgz' directories [ tgz & tgz64 ] in /usr/local where I would seperate SBo packages (for my benefit). Don't know what having separate /tmp directories would have on sbopkg but that's not a material issue. confirm I can share these partitions.

/home

99 & 44/100 % sure if I changed/added my name from 'dad' to 'dad64' it would not be a problem sharing the /home directory. But what about keeping the same name/uid#, would things get fubared when I jump back and forth between 13.1 and current-64. Comments?

/var

Think I might be getting into trouble here. Suspect pkgtool, installpkg, upgradepkg ... would all continue to work because /var/log/packages would actually have different names [_64] for the 'same' package. At a minimum I want to share the mysql database so might have to create this as its own partition. Other than it would be a mess reading log file would sharing this directory be a major issue.

View 4 Replies View Related

Ubuntu :: Install Kernel 2.6.33 Without Damaging Current Installation?

May 5, 2010

How do I do this without damaging my current installation of Ubuntu?

View 1 Replies View Related

Ubuntu Installation :: Back Up Current GRUB2 Before Re-install

Jun 23, 2011

I need is to retain an entry in GRUB2 for a second disk, which has it's own GRUB2, which I want to keep intact, and not have removed when re-installing the GRUB2 on the 1st disk...

View 1 Replies View Related

Ubuntu Installation :: Cannot Install 9.10 To Many Partitions

Mar 25, 2010

I want to install ubuntu 9.10 on my HP nx9420. I left 48GB of unallocated space in between of windows and hp recovery partition. I attached screenshot of GParted. I need to make /dev/sda7 the home partition.

View 3 Replies View Related

Ubuntu Installation :: No Partitions When Trying To Install?

May 11, 2010

I am trying to install Ubuntu 10.04 on my Desktop and I am unable to see any partitions when trying to install I also checked to see if the partition manager would be able to see them and no luck there either.I already have windows xp and OpenSuse installed on the hard drive.

View 8 Replies View Related

Installation :: Ubuntu Install Not Seeing Partitions / Get That?

Mar 30, 2011

I am trying to duel boot win 7 and ubuntu 10.10. I have been dealing with this all day and cant figure out what's is going on. I create the partitions in windows and then reboot using a CD but when I go to select a oartition ubuntu do sent see any partitions its a totally blank drive. I have even wiped the drive totally and tried fresh install of windows and then creating partitions', even booted into the live CD area and it still dosent see any partitions just a blank drive. What am I doing wrong, or what is going wrong to cause this?

Running windows 7 x64 trying to install 10.10 x64

View 9 Replies View Related

Fedora :: RPM That Can Install Somewhere Which Won't Overwrite Current 3.5 Installation?

Jan 21, 2010

It looks like firefox 3.6 was released today - fantastic, except for those of us who develop/test websites (yeah, usually FF is pretty stable between versions, but still...). I'd like to be able to install 3.6 under F12 alongside my current FF 3.5 , running under separate profiles (preferably with a 64-bit build). Is my only option to download it from mozilla.org, and just install it under /opt/ or somesuch place? Is there an RPM that I can install somewhere which won't overwrite my current 3.5 installation?

View 1 Replies View Related

Ubuntu Installation :: Installer Won't Recognize Partitions - Error Message Saying Partitions Over Sized

Mar 22, 2011

I used Ubuntu before, without problems but since the 10.04 version it won't recognize my partitions. I formated my laptop and partitioned it, installed Windows 7 64bit, which I need for my work, and wanted now to install Ubuntu 10.04/10. I then used GParted to check my Harddisk and it is having troubles to recognize my partitions, too while Windows finds them. GParted is giving me an error message saying my partitions are oversized. I am still in the beginning of my Linux experiences and so I don't know what to do. I have two 250GB harddisks (how Windows recognizes them),

[Code]....

View 9 Replies View Related

Ubuntu Installation :: No Partitions Listed During 9.10 Install

Feb 24, 2010

I'm trying to install Ubuntu 9.10 on a Asus P5KPL-VM mainboard. However the installation doesn't recognize my partitions. If I just boot Ubuntu the partitions are recognized with GParted and by just mounting them and browsing in file explorer. I'm using a SATA disk. I've tried boot option pci=nommconf irqpoll as found in this thread [URL] with no success.

View 2 Replies View Related

Ubuntu Installation :: Partitions Not Detected During 10.04 Install?

May 2, 2010

trying to install 10.04, once i reach the dialog where i'm supposed to select partitions for mount/install, the installer reports my HDD is empty. it wants to create a partition table and proceed from there.in fact, my 1TB disk is 50% full and contains 10 partitions, including /boot /home, swap (which i wanna reuse) and 2 other OS partitions. these partitions do show up when running nautilus in 10.04 live, also "fdisk -l" shows them - the installer does not.

View 9 Replies View Related

Ubuntu Installation :: Order Of Partitions For Root / Home And Swap With Respect To Windows Partitions?

Feb 9, 2011

I am installing Ubuntu on the same hard drive as Windows 7. The partitions of Windows 7 have already occupied the left part of the hard drive. From left to right, the Windows partitions are one partition for Windows booting, one for Windows OS and software installation, and one for data which is planned to mount on Ubuntu. I was wondering how to arrange the order of partitions of root, home and swap, i.e. which is on the left just besides one Windows partition, which is in the middle and which is on the far right?

View 1 Replies View Related

OpenSUSE Install :: Access Partitions From Vista - Can't Open Ext3 Partitions

Jan 9, 2010

I have vista and opensuse 11.2 on my computer, the problem is i can't open ext3 partitions from vista but i can the other way. I tried Ext2fsd but the linux partition is always in a read only mood even when i change this option. Also, all folders are empty I downloaded the program as admin and compatable with XP SP2.

View 3 Replies View Related

Debian :: Create An Install Cd From Current Lenny Installation

Sep 1, 2010

I would like to create an install cd/dvd from my current Debian Lenny installation.

I guess this will imply all official debian packages will be saved.

As additional nice to have info would be the following:-

How I would capture none standard packages/configurations on the system

i.e. I have additional packages installed I have a customized Apache and Php configuration i.e. config files. Also mysql database is populated forsome applications.

View 3 Replies View Related

Debian :: Create A Install CD From Current Lenny Installation ?

Sep 1, 2010

I would like to create an install cd/dvd from my current Debian Lenny installation.

Anybody have any tips as how to do this.

I guess this will imply all official debian packages will be saved.

As additional nice to have info would be the following:-

How I would capture none standard packages/configurations on the system

i.e.
I have additional packages installed

I have a customized Apache and Php configuration i.e. config files.

Also mysql database is populated forsome applications.

View 2 Replies View Related

Ubuntu Installation :: Creating 4KB Aligned Partitions During 10.04 Install?

May 1, 2010

I'm currently running a Ubuntu 9.10 64bit machine with one of those 2TB WD disks that does have 4KB blocks.Unfortunately the current partition layout is misaligned, so I plan to back up my home directory and start fresh with a 10.04 install, trying to make the partitions aligned as suggested here:what I'm wondering is, does the 10.04 partitioning program take care of the alignment today or I have to resort doing manual partitioning with a separate tool?

View 1 Replies View Related

Ubuntu Installation :: 10.04 Installer Failed To Install On HDD With Four Partitions

Jul 2, 2010

HDD with four partitions: Three DOS bootable primary partitions are located in the head, and the residual extended partition is divided into several logical drives.

1st trial: 10.04 installer recognized the last largest logical drive for system installation, but installer truncated the extended partition, and created the "terrible" 5th primary partition at the end of the HDD. GParted and other utilities cannot access to this 5th primary partition. (So, I restored the lost partition table on the HDD manually by MBM. But several OS were broken.)

2nd trial: To avoid making this "terrible" 5th primary partition, I located the largest logical drive for installation at not of the end.10.04 installer recognized this logical drive, but failed again.I tried GParted. but also failed to formating to ext4.Maybe, 10.04 installer failed at this formating step. Logical drives are not supported in 10.04 ?

View 9 Replies View Related

Ubuntu Installation :: Failed To Unmount Partitions - Install From Iso?

Feb 9, 2011

I am attempting to install 10.10 from the iso because I have no working cdrom. I uncompressed the .iso to a ext3 partitions and put the correct entries in the menu.lst file. It starts ok. The problem occurs when I attempt to install to the hard drive. At a point I get the error,

Failed to unmount partitions The installer needs to commit changes to the partition tables, but cannot do so because partitions on the following mount points could not be unmounted./cdrom I have a choice of continue or go back. If I continue the install hangs. If I go back I cannot continue. How do I fix this problem?

View 1 Replies View Related

Ubuntu Installation :: Install Current Daily Build Of 10.10 - Burn Newer Version?

Oct 3, 2010

If I were to install the current daily build of 10.10 (cd) will there be a live update that can be installed on Oct 10? Or do I need to burn the newer 10.10 version on that day and install again by cd?

View 2 Replies View Related

Fedora Installation :: Keep A Local Install - Current Will All The Latest Releases?

Sep 27, 2010

Is there any way to keep a local install of Fedora current will all the latest releases? example If I'm running F13, is there a failsafe method to have F13 become F14 with out all the drama of reformatting and installing off the dvd? In the past all my attempts have failed, possibily due to having multiple repos is use and kernel patches applied (nvidia central).

View 8 Replies View Related

Ubuntu Installation :: Fresh Install Which Gets Stuck At Partitions Formatting 33%?

Feb 16, 2010

Having an issue with a fresh install which gets stuck at partitions formatting 33%. Tried different HDD's, 2 optical drives, 4 sticks of RAM, different SATA cable, disconnect floppy. Have tried both normal and alt cd images using different burn speeds.

View 5 Replies View Related







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