I booted up using the freebsd FreeBSD 8.2 i386 bootonly CD, and attempted to install from the contents of the install DVD ISO on a FAT32 partition. The installer seemed not to notice the install files on the FAT32 partiton after I confirmed the install. Before the install my ~750gb harddisk was like this:
After the reboot, thefreebsd FreeBSD boot manager loaded, and I pressed F1 to load the windows bootloader. The cursor skipped a line on screen, and sat blinking, with no harddisk activity. I used gparted to delete the FAT32 <S>partition</S> slice and the FreeBSD slice the installer created. I then used the startup repair option on the windows 7 installer, which found no problems.
I knew the FreeBSD bootmgr was still in the MBR, so I used the bootsect utility, located in the boot folder of the windows 7 disc to rewrite the boot sector of the windows slice and the mbr with the default windows 7 bootcode; with bootsect /nt60 c: /mbr. Bootsect informed me that it was successful, and I rebooted. Still nothing. I don't get any error message, or any characters at all now, just a blinking cursor, and no hard disk activity. The only solution I can think of is to write a new partition table to the disk and start fresh, but I have no way to back up my data.
If it is relevant, I have resized my windows 7 partition several times, using gparted and windows7 disk managment. What do I do?
Code:
500gb ntfs primary (windows 7) boot flag | 10gb FAT32 primary (FreeBSD DVD files) lba flag | empty space
After the reboot, the
I knew the FreeBSD bootmgr was still in the MBR, so I used the bootsect utility, located in the boot folder of the windows 7 disc to rewrite the boot sector of the windows slice and the mbr with the default windows 7 bootcode; with bootsect /nt60 c: /mbr. Bootsect informed me that it was successful, and I rebooted. Still nothing. I don't get any error message, or any characters at all now, just a blinking cursor, and no hard disk activity. The only solution I can think of is to write a new partition table to the disk and start fresh, but I have no way to back up my data.
If it is relevant, I have resized my windows 7 partition several times, using gparted and windows7 disk managment. What do I do?