 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

1st June 2012, 07:20 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: F16's Stolen My Drive!
I don't know... maybe you need to download the newest version of the Gparted Live CD, if that' s not what you're using now. The gdisk command line utility is very akin to fdisk (interactive command line). Maybe that would work to "remove" that GPT partition, but if so, would it then screw up your MBR partition tables??
Sticky situation. I'd hate to see you lose everything and have to start over with a totally wiped disk.
What happens when you run "sudo gdisk -l /dev/sda" ?? You may need to "yum install gdisk" first.
---------- Post added at 02:20 PM ---------- Previous post was at 02:17 PM ----------
Also, if /dev/sda6 is already mounted (if not, you could manually mount it) you could have a look at what's actually there, and verify there is nothing from your F16 64 bit install on there.
|

1st June 2012, 07:25 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: F16's Stolen My Drive!
I'm using it, but lvm p2 is showing as the one thing that GParted can't handle or modify in any way. Just checked that and verified it's not the tool for the job. So, here's 'gdisk -l'
Quote:
[root@localhost ~]# gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.4
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
************************************************** *************
Found invalid GPT and valid MBR; converting MBR to GPT format.
************************************************** *************
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 90CEE6D4-F5F8-4DBF-83CF-A0B5A14031AC
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 4181 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 63 204796619 97.7 GiB 8300 Linux filesystem
2 204796620 208893194 2.0 GiB 8200 Linux swap
3 208893195 413689814 97.7 GiB 8300 Linux filesystem
5 413691904 414715903 500.0 MiB 8300 Linux filesystem
6 414717952 976773119 268.0 GiB 8300 Linux filesystem
|
I'm confident that this is from the 32 bit first/borked install 'way back when', however it doesn't seem that it's able to be modified in any way that won't destroy the entire drive's contents.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
Last edited by bob; 1st June 2012 at 07:32 PM.
|

1st June 2012, 07:30 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: F16's Stolen My Drive!
Quote:
************************************************** *************
Found invalid GPT and valid MBR; converting MBR to GPT format.
************************************************** *************
|
Oh Geez! Looks like you've got GTP partitioning scheme NOW.
Did you try a reboot yet, to see what flies, or dies? Or maybe it just did the "conversion" in memory only, not on the hardware itself?
|

1st June 2012, 08:09 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: F16's Stolen My Drive!
Reboots have been just fine. Also gave 'gdisk /dev/sda6' a crack, using command "d" which reports "no partitions". Jeez, I LOVE lvm!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

1st June 2012, 08:13 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: F16's Stolen My Drive!
That's good news ( "Reboots have been just fine." ). I turned the laptop off awhile back. I don't have gdisk installed on my desktop PC, so can't refer to the gdisk man page without booting the laptop or installing it on the Desktop. Yeah, I dropped using LVM when I installed F16, and am glad I did.
|

2nd June 2012, 03:13 AM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: F16's Stolen My Drive!
So, since this is a weird problem which I've caused by dumping a 32 bit "default" install and going with my normal 64bit/multi-distro installs, it's not going to help the Average User to know the outcome.
Frankly, with all the issues involved, I've got to believe that a full wipe/format is the best final solution. I'll do it, but I'll wait a bit before biting the bullet.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

2nd June 2012, 03:47 AM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: F16's Stolen My Drive!
Hmmmmm.
I recommend a multi-part solution roughly similar to the steps below.
- Back up all data and needed configuration files.
- Physically disconnect backup storage media.
- Nuke the drive.
- Use Gparted LiveCD to re-partition the drive as you wish. (Using ext4 as often as possible.)
- Install F16 using the special/archaic non-LVM custom layout. Assign only one Swap space. Write F16's grub to the MBR.
- Install MINT 12/13 to an existing partition. Install it's own GRUB to its own root partition.
- Install other optional systems to their own (non-LVM) existing partitions, and their grubs to their own roots.
- Let fedora 16 handle the initial booting chores.
- Police the entire system regularly for any odour of LVM. If any stink/indication of LVM is found anywhere on the drive ... return to step 3.
|

3rd June 2012, 02:06 AM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: F16's Stolen My Drive!
Well, it turned out that the problem did have another solution!
Since I can be just a BIT impatient with unfinished projects and problems, I decided to replace Mint 12 with F17 on sda3, however once I started with the custom installation, I noticed that the LVM sections were mentioned along with a tempting "delete" key. Yup! Deleted the LVM config and then I could delete sda6 and construct a new ext4 partition (60 gig) for F17.
And, I'm now typing from my new F17 installation! Good, huh?.......Well, so-so, actually. It turns out that the F16 installation did key on the LVM swap (despite my separate swap partition) and it refuses to boot. OTOH, I can mount and drag the data to F17, so all's not lost.
Now, time to explore!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

3rd June 2012, 02:22 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141

|
|
|
Re: F16's Stolen My Drive!
I'm glad to hear you found a working solution, without losing any data. Yeah, my F16 custom partition install (no LVM) onto /dev/sda grabbed the swap partition from my F12 install in LVM on /dev/sdb even though I never asked it to. In the output below, from F16, vg_speedi-vg_swap is from my F12 install.
Code:
BASH:~/-> cat /etc/fstab | grep swap
/dev/mapper/vg_speedie-lv_swap swap swap defaults 0 0
UUID=68d50902-802b-4d67-a8e8-8fcd2852298b swap swap defaults 0 0
Edit: Darn.. old habits are sometimes hard to break. I meant: "grep swap /etc/fstab"
Last edited by PabloTwo; 3rd June 2012 at 03:34 PM.
|

3rd June 2012, 02:52 AM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: F16's Stolen My Drive!
Mine did something similar, but I turned the swap partition off in Gparted, (LiveCD) blew it to magnetic chaos, then edited the F16 /etc/fstab with a text editor and ripped the swap entry out by the roots, and all was well again.
|

3rd June 2012, 03:28 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: F16's Stolen My Drive!
Yup, typing from my restored F16 right now. All's well once again in Fedora-Town.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

3rd June 2012, 04:34 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: F16's Stolen My Drive!
Quote:
Originally Posted by bob
Yup, typing from my restored F16 right now. All's well once again in Fedora-Town.
|
Nuh, uh! No siree! You ain't sellin' that bridge here!
...
I've seen the Beefy Miracle! <..  ..> <..  ..>
<..  ..>
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:51 (Thursday, 20-06-2013)
|
|
 |
 |
 |
 |
|
|