LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-28-2006, 02:58 PM   #1
mpelts
LQ Newbie
 
Registered: Jul 2003
Location: Austin, TX
Distribution: Suse 10.1 Kubuntu 6.06
Posts: 17

Rep: Reputation: 0
invalid partition table - fresh install


Dell D600 laptop - 60G HDD - Suse 10.1

I installed Suse 10.1 (using the Internet install CD). It will not boot after the install, returns "invalid partition table" error. I then used DBAN to wipe the hard drive. Reinstalled and I still get the invalid partition table error.

Could this be an issue with the MBR still having information about the previous OS? I thought that DBAN would blow away the whole drive, allowing me to start from fresh.

Suggestions? Should I just dd the MBR?

Thanks!
 
Old 08-28-2006, 03:06 PM   #2
ramram29
Member
 
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Blog Entries: 1

Rep: Reputation: 47
Yes, boot into rescue mode and blank the MBR with:

dd if=/dev/hda of=/dev/zero bs=512 count=1

Assuming your hard disk is IDE. This will blank the first 512 bytes of your hard disk (the MBR). Also make sure your motherboard BIOS is not virus-protecting the MBR.
 
Old 08-28-2006, 05:22 PM   #3
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by ramram29
Yes, boot into rescue mode and blank the MBR with:

dd if=/dev/hda of=/dev/zero bs=512 count=1

Assuming your hard disk is IDE. This will blank the first 512 bytes of your hard disk (the MBR). Also make sure your motherboard BIOS is not virus-protecting the MBR.
Actually, this has if and of reversed. This will just read the first 512 bytes and dump it to /dev/zero.

Use this instead:
Code:
dd if=/dev/zero of=/dev/hda bs=512 count=1
 
Old 08-29-2006, 07:33 AM   #4
ramram29
Member
 
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Blog Entries: 1

Rep: Reputation: 47
Oh! Sorry.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help --> Invalid Partition Table? doody Linux - Newbie 8 09-01-2004 01:33 AM
Invalid Partition Table xiojqwnko Slackware 2 04-04-2004 05:27 PM
invalid partition table MunterMan Linux - Software 3 11-26-2003 02:45 PM
FreeBSD invalid partition table error gmalleus *BSD 4 10-22-2003 11:58 PM
partition table invalid or corrupt colindoig Linux - Software 3 10-01-2003 09:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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