LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-19-2012, 01:06 AM   #1
kel29738
LQ Newbie
 
Registered: Jun 2012
Posts: 5

Rep: Reputation: Disabled
Unhappy cant install no linux or windows


some one please help me like i cant install no operating system if i try to install Linux it says ext4 partition couldn't be made then it stops. and when i want to make a partition i cant make non except a 1.00 MB ext4 partition and test disk doesn't help at all cause i have no operating system i am currently using parted magic for a Os system if you know how fix this please help me.
 
Old 06-19-2012, 01:20 AM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Q: Exactly what "Linux" do you have? The name and version would be helpful.

Q: You're trying to boot from a CD, correct?

Q: What kind of PC do you have? What kind of processor? How big is the disk? Is there/was there another OS previously installed?
 
Old 06-19-2012, 01:24 AM   #3
kel29738
LQ Newbie
 
Registered: Jun 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by paulsm4 View Post
Q: Exactly what "Linux" do you have? The name and version would be helpful.

Q: You're trying to boot from a CD, correct?

Q: What kind of PC do you have? What kind of processor? How big is the disk? Is there/was there another OS previously installed?
i have Ubuntu 11.10 yes i can boot from the Cd. i have a Levono b575 my CPU is a amd e-450 and a amd 63201gb and 4gb of ram. the disk is 320 gbs yes there was a Os but it crashed and then there was no os or nothing and only corrupted partitions .
 
Old 06-19-2012, 02:09 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,791

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
probably your disk was damaged.






_____________________________________
If someone helps you, or you approve of what's posted, click the "Add to Reputation" button, on the left of the post.
Happy with solution ... mark as SOLVED
(located in the "thread tools")
 
Old 06-19-2012, 02:10 AM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Boot the Ubuntu (don't try to install) and open a terminal and run these commands. Post all the output
Code:
sudo fdisk -l
sudo parted -l
 
Old 06-19-2012, 02:18 AM   #6
kel29738
LQ Newbie
 
Registered: Jun 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Boot the Ubuntu (don't try to install) and open a terminal and run these commands. Post all the output
Code:
sudo fdisk -l
sudo parted -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006adba






and no i didnt backup im such a dumbass for tht -___-




root@:~# sudo parted -l dev/sda
Model: ATA WDC WD3200BPVT-2 (scsi)
Disk /dev/sdb: 320GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags


Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: Invalid partition table - recursive partition on /dev/sr0.
Ignore/Cancel?
Ignore/Cancel?

Last edited by kel29738; 06-19-2012 at 02:23 AM.
 
Old 06-19-2012, 11:52 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Well that doesn't make a lot of sense. Try this and post the output
Code:
udevadm info --name=/dev/sdb --query=all | grep -i partition
 
Old 06-20-2012, 12:11 AM   #8
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by kel29738 View Post
i have Ubuntu 11.10 yes i can boot from the Cd. i have a Levono b575 my CPU is a amd e-450 and a amd 63201gb and 4gb of ram. the disk is 320 gbs yes there was a Os but it crashed and then there was no os or nothing and only corrupted partitions .
Sounds like your hard drive died.
 
Old 06-20-2012, 12:12 AM   #9
kel29738
LQ Newbie
 
Registered: Jun 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by suicidaleggroll View Post
Sounds like your hard drive died.
its not dead because i can see it in the bios nd i did a test disk i can see my hdd is fine but something is wrong.
 
Old 06-20-2012, 12:46 AM   #10
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
If you are already hosed,.. why not just manually format and try installation again? Partitioning, new file system-ing, and fsck-ing will either work, or point out any faults.
 
Old 06-20-2012, 02:01 PM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
What disk test did you use?
 
Old 06-21-2012, 01:46 AM   #12
kel29738
LQ Newbie
 
Registered: Jun 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
L0L TY U ALL PROBLEM FIX MY HDD IS DEAD BUT I GOT A NEW 1 ITS A http://www.bestbuy.com/site/Western+...&skuId=9024147 I GOT LINUX MINT ON IT TY U ALL FOR YOUR HELP.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Buy a per-install Linux computer or post-install on a Windows machine jtso8 Linux - Laptop and Netbook 5 10-05-2011 07:12 PM
Windows with Linux..can't boot windows or install imari1027 Mandriva 4 11-13-2004 01:00 PM
Linux/Windows dual boot with Windows re-install dhowell1129 Linux - Newbie 6 04-25-2004 04:21 AM
On Windows and LInux dual boot - why install Windows first? yanar99 Linux - Newbie 13 12-18-2003 09:20 AM

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

All times are GMT -5. The time now is 09:27 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