LinuxQuestions.org
Review your favorite Linux distribution.
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 11-06-2012, 07:30 PM   #1
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Rep: Reputation: Disabled
Linux Mint 13 install doesn't detect partition table.


A little background, this week with the release of Windows 8 my friend has been helping me adapt to the world of Linux. I have been using Linux Mint 13 on my laptop and I nearly now am able to do everything I did on Windows. I even learned to SSH into my school account! Anywho, tonight I decided I would install it on my HP tower as well, hopefully to set up SSH and FTP servers or something of that nature. I put in the live disk, booted that and connected to the internet. I clicked to install and when I got to the screen where I would normally select a partition to use, the table was blank and I was unable to preform any tasks. Additionally the only available device was /dev/sda. I did endless research and all I was able to find was running

sudo gpart /dev/sda

may be able to recreate a partition table but it is taking a very very long time to run.It would be greatly appreciated if someone could offer some information on what the cause of this may be.

Thanks,
Zurukea
 
Old 11-06-2012, 08:25 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Try sudo fdisk -l.

Is the Windows partition formatted NTFS? That might have a bearing on this.
 
Old 11-06-2012, 08:37 PM   #3
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
I get the following output:

Code:
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x578f458f
 
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848  3867940863  1933867008    7  HPFS/NTFS/exFAT
/dev/sda3      3867940864  3906246655    19152896    7  HPFS/NTFS/exFAT
So honestly I'm not sure due to the "NTFS/exFAT"
 
Old 11-06-2012, 08:56 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Well, fdisk does see the partitions and, Windows being Windows, HPFS/NTFS/exFAT probably means NTFS. My best guess--and I do mean "guess"--is that the gparted command was not seeing the NTFS partitions for some reason.

If you are going to blow away your Windows install and replace it with Linux, your easiest bet is to let the Mint install routine automatically partition and format the drive for you.

Here's a nice tutorial: http://www.howtoforge.com/the-perfec...x-mint-13-maya

If you go to YouTube and search for "install Linux Mint," you will find a number of videos.

I can't remember if cfdisk is on the Mint CD, but you could try it from the command line and see. If it is, I have always found it a little friendlier than fdisk; for example, it reports partition sizes in human-readable terms.
 
Old 11-06-2012, 09:07 PM   #5
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thank you for assisting me tonight!

To start from the end, cfdisk causes a fatal error and just closes.

As for the installation, after the screen where I confirm I am connected to the internet and I have the disk space I am brought to a new screen titled "Installation Type" It appears to be some kind of partition manager that allows me to select a device where my only option is "/dev/sda". I am familiar with this screen and usually I would delete all existing partitions and make a new one for Linux however for some reason I am given no existing partitions or free space to install Mint onto. I will post a screenshot if requested.

It seems to me that, err, it's not detecting the hard drive properly? Honestly both my friend and I are at a loss.
 
Old 11-06-2012, 09:37 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The last Mint install I did was Mint 12 which had as the third step, Installation Type. The three options are install alongside, erase disk and install Mint and Something Else. Do you see this page and if so, which option(s) have you tried. The next step would be the one you refer to. If you aren't seeing any partitions, you may have a bad download or burn. Did you do the md5 checksum on the download?
 
Old 11-06-2012, 09:42 PM   #7
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
The last Mint install I did was Mint 12 which had as the third step, Installation Type. The three options are install alongside, erase disk and install Mint and Something Else. Do you see this page and if so, which option(s) have you tried. The next step would be the one you refer to. If you aren't seeing any partitions, you may have a bad download or burn. Did you do the md5 checksum on the download?
I know of the page you speak, the installer usually detects the current version of windows and ask you how you want to install Linux with regards to Windows already being there. However, in this situation that screen makes no appearance. I used the cd last week and it worked just find.

I will admit to ignorance and say I have no idea what a md5 checksum is, I'm quite quite new to all of this.
 
Old 11-07-2012, 09:41 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
md5 checksum for Linux Mint:

http://community.linuxmint.com/tutorial/view/346

Do you get the blank window showing no partitions when you select any of the three options? Are you planning to keep windows on the machine?
If you see only /dev/sda in the main window, you could click on it to highlight it in green, then click the Add tab at the bottom of the window to create a new partition. When you do that you will get a new window telling you that this action will remove all current partitions which will remove your windows partitions!!

It seems curious to me that the partitions don't show in the installers partitioner but do with fdisk?? If it worked as it was supposed to a week ago, I have no other ideas.
 
Old 11-07-2012, 06:35 PM   #9
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
To help explain I will post screenshots of exactly what I see during the installation procress.

After I select the language I see this screen:
http://i.imgur.com/xy6O6.png

Then after pressing Continue I see this:
http://i.imgur.com/l61Sx.png
Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	94
Size:	34.3 KB
ID:	11173   Click image for larger version

Name:	2.png
Views:	121
Size:	36.9 KB
ID:	11174  
 
Old 11-07-2012, 07:11 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
This is truly odd. I must agree that the partitions are not being detected by the installer for some reason. I've installed Linux on at least a dozen computers (not counting VMs when partitions were present) and never encountered this. Hopefully someone who has seen this will find this thread.

What version of Windows is running on this box?

It's a complete shot in the dark, but, at this point, I'd take a look at the disk under Windows and run some of the Windows disk maintenance tools on it Where the tools are located and their precise name depend on which version of Windows you are running. In my Windows 7 box, highlighting a drive (such as C:\) and right-clicking brings up a menu that includes a "Properties" item. Selecting that item includes a "Tools" dialog.

You might also take a look at it with Trinity Rescue Kit, a Live CD distribution designed with troubleshooting Windows in mind.
 
1 members found this post helpful.
Old 11-08-2012, 08:55 AM   #11
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
Sorry that my responses are mildly delayed as it has been a very busy week for me suddenly and this project sort of got pushed to the back burner. I had been running the Mint CD in live boot mode for the few days this has been going on and upon your recommendation of going into Windows and checking the partitions, Windows died. It starts to boot, instantly blue screens, and dies... I have a few ideas on what I suspect this could be but I may have an idea that I'm yet to try but I will sometime tonight.

I have a Windows 7 disk that I will boot and work as though I am preparing a brand new install, the Windows installer to my knowledge has a partitioning tool that I may be able to use to delete the current partitions and create a new one that Linux may be able to detect and install itself on.

Semi-related, when I was posting those screen shots I thought that I would need somewhere to store them so I plugged in an external hard drive as I couldn't find my flash drive. I started the installer to take the shots but it was different this time as the installer detected the external hard drive and was requesting to install on that. While this is an option I have no intentions of doing in this way but at least I know how the installer is fine, and that the issue is 99% most likely to do with the hard drive. It could be a bios thing but I did my own troubleshooting there and I don't believe it to be so. I'll get back to this thread tonight, at latest tomorrow morning and let you know if this is a fix, and for the benefit of anyone else who may have encountered this issue.

EDIT: I have to go home over this weekend and I probably won't get to it any time soon. Thanks for the help everyone has given this far and I will to give some results asap.

Last edited by Zurukea; 11-09-2012 at 06:43 AM.
 
Old 11-08-2012, 08:05 PM   #12
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Quote:
I started the installer to take the shots but it was different this time as the installer detected the external hard drive and was requesting to install on that. While this is an option I have no intentions of doing in this way but at least I know how the installer is fine, and that the issue is 99% most likely to do with the hard drive.
Every possible cause that you rule out is one step closer to a solution.
 
Old 11-11-2012, 03:31 PM   #13
Zurukea
LQ Newbie
 
Registered: Nov 2012
Posts: 11

Original Poster
Rep: Reputation: Disabled
1. Using Windows installer to delete the existing partitions does not work.

2. Using Windows installer to delete the existing partitions and create new empty ones does not work.

3. Swearing does not work.

4. Ubuntu does not boot...

I regret the decision, but this is my highest spec'd computer and I can't really handle all this downtime. so I am installing Windows... 7 at least! I had planned to do experimenting with computer clusters and high performance computing. I was planning to use this as the master node as all the other machines are approx. 2 core, 2 Ghz units. I guess I will have to use the best one of those for the master node.

I wish I could have figured it out but it seems like there are just no options left.
 
Old 08-12-2013, 12:55 PM   #14
dimonic
LQ Newbie
 
Registered: Aug 2013
Posts: 24

Rep: Reputation: Disabled
Same problem here

I have tried Linux Mint 12 and 13, neither can "see" the hard drive at all. gparted and fdisk both work, I have deleted my Windows partitions, but the "Install Linux Mint" command comes up with a blank list when it gets to choosing a partition.

I have an HP Phoenix machine.
 
Old 08-12-2013, 02:29 PM   #15
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Insert a blank hard drive and try to install it in there. If it is just for experimenting a second hand hard drive will do.

Good luck to you anyway
 
  


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
/dev/sdb RAID array doesn't contain a valid partition table after install Mark_667 Linux - Server 3 02-20-2012 06:31 PM
cd dvd doesn't work/how to install linux mint from the internet warrington Linux - Newbie 4 02-17-2012 06:43 AM
[SOLVED] Debian Squeeze grub doesn't detect windows partition on install Cultist Debian 3 05-17-2011 04:26 PM
"No partition table or unknown signature on partition table" 10.1 install madcow007 Slackware 4 02-09-2009 11:04 AM
Linux makes changes to another drives partition table during install. vjones777 Linux - Newbie 5 04-20-2006 06:06 PM

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

All times are GMT -5. The time now is 01:04 AM.

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