Results 1 to 10 of 13
I was trying to give linux a shot but now I need my computer for windows again. however, I can't get the copy of windows to boot now. I'm using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2012 #1Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
trying to switch back to windows
I was trying to give linux a shot but now I need my computer for windows again. however, I can't get the copy of windows to boot now. I'm using linux mint now. how do i reformat and install windows?
- 11-08-2012 #2
In rare cases, Windows OS installation disk doesn't boot up because of GRUB. It looks like you are facing similar problem. You have to remove GRUB from MBR.
Do you want to keep Linux Mint and setup dual boot or just wipe Hard disk and install Windows OS only?
In any case, post the output of sudo fdisk -l command here.
* Its small L in fdisk -l.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-08-2012 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 47
I'm guessing Caspar, that GRUB has overwritten the MBR? For XP, boot to windows install CD, select recovery console, select your windows install, and run 'fixmbr'....
- 11-08-2012 #4Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
- 11-09-2012 #5It means Machine is not even trying to boot up from Vista Disk. Have you checked BIOS settings? Make sure to set DVD/CD drive as first boot device in Boot Order options.I tryed booting with vista disk from disk drive but it simply prompted to the login menu.
As I mentioned in my last post, we need output of fdisk -l command first. We will post instructions after looking into output of fdisk -l command only.i keep getting suggestions to delete the os from terminal but i don't know the procedures to do that.
what i need is specific instruction.
Do you want to wipe Linux Mint and install Windows OS only Or setup dual boot?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-09-2012 #6Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
its says
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/ track. 19457 cylanders/ total 312581808 sectors
Units = sectors of 1 * 512 =512 bytes
sector size ( logical/ physical): 512 bytes /512 bytes
I/O size ( minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x0001e3ff
Device Boot start End Id system
/dev/sda1 * 2048 13672447 83 linux
/dev/sda2 13674494 312580095 5 Extended
/dev/sda5 308654080 312580095 82 Linux swap / Solaris
/dev/sda6 13674496 308652031 83 Linux
Partition table entries are not in disk order
Disk?dev/mapper/cryptswap1: 2010 MB,20101292 bytes
255 heads, 63 sectors/track, 244 cylinders, total 3926016 sectors
units=sectors of 1*512 =512 bytes
sector size ( logical/ physical): 512 bytes /512 bytes
I/O size ( minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x2ca77848
Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table
- 11-09-2012 #7Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
I've just had to do this on a number of computers that had their hard drives wiped clean (donated to the school by a business)
Boot from a live Linux CD/DVD (e.g. Knoppix or GParted) and open a console and run
ms-sys --mbr /dev/sda
(assuming your hard drive is sda)
That will replace the GRUB bootloader with the Microsoft bootloader on the MBR (Master Boot Record)
Now it should boot into your Windows partition.
- 11-09-2012 #8
In case you want to wipe Hard disk, execute following command in Mint's Terminal :
Reboot machine.Code:sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
Above command will remove Partition Table and Boot Loader. Your Hard disk will be blank as new one.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-09-2012 #9Just Joined!
- Join Date
- Sep 2012
- Posts
- 6
- 11-09-2012 #10Just Joined!
- Join Date
- May 2012
- Posts
- 1


Reply With Quote

