My solution failed, so I thought I would start a new thread.
I have a 120GB disk which has been used for many many installs of windows, BSD, Linux over the years. I was attempting to get WinXP and FBSD9 dual boot installed and failed. So I decided to wipe and start over. But im running into the same problem.
Windows uses the MBR. FBSD wants to use GPT. But GPT isn't recognizing the Windows install in the MBR. The Windows install doesn't show up in the partition scheme tool during install.
Originally the Primary GPT was corrupt, and it was reverting to Secondary. Which, I believed was the issue. So I ran
[cmd=]# gpart recover ada0[/cmd]
This worked, and gpart no longer shows
But the Windows partition information is still absent.
Imagine you have a Laptop with 120GB HD. You have no idea whats been installed, partitioned, whatever. You need to get WindowsXP and FBSD up and running dual boot. What would the process be, if you do not care about anything currently on the drive, to restore its mbr, gpt, to a factory default type state, and get WinXP/FBSD dual bootable?
I just tried re-installing WindowsXP, and then FBSD9, but ran into exact same issue. Once I get to the partition scheme in the install, the Windows partition is not present. I dont remember it being this difficult to get FBSD installed AFTER a WindowsXP install.
Side question, lets say I have a FBSD9 cd. I boot into the installer, and then drop to SHELL. I can then run sysinstall and get the old style partition/label tools to setup an install. Is it ok to do so? Is it improper? Will it even work? Could I do this just for partition setup, or could I perform the entire install through sysinstall old style setup?
I have a 120GB disk which has been used for many many installs of windows, BSD, Linux over the years. I was attempting to get WinXP and FBSD9 dual boot installed and failed. So I decided to wipe and start over. But im running into the same problem.
Windows uses the MBR. FBSD wants to use GPT. But GPT isn't recognizing the Windows install in the MBR. The Windows install doesn't show up in the partition scheme tool during install.
Originally the Primary GPT was corrupt, and it was reverting to Secondary. Which, I believed was the issue. So I ran
[cmd=]# gpart recover ada0[/cmd]
This worked, and gpart no longer shows
Code:
[CORRUPT]
Imagine you have a Laptop with 120GB HD. You have no idea whats been installed, partitioned, whatever. You need to get WindowsXP and FBSD up and running dual boot. What would the process be, if you do not care about anything currently on the drive, to restore its mbr, gpt, to a factory default type state, and get WinXP/FBSD dual bootable?
I just tried re-installing WindowsXP, and then FBSD9, but ran into exact same issue. Once I get to the partition scheme in the install, the Windows partition is not present. I dont remember it being this difficult to get FBSD installed AFTER a WindowsXP install.
Side question, lets say I have a FBSD9 cd. I boot into the installer, and then drop to SHELL. I can then run sysinstall and get the old style partition/label tools to setup an install. Is it ok to do so? Is it improper? Will it even work? Could I do this just for partition setup, or could I perform the entire install through sysinstall old style setup?