You are not logged in.
Pages: 1
OK, I've made a mistake...
I've just installed Arch on my laptop, dual booting with Windows 7. However, for some reason (me being silly) I reformatted the Windows boot partition to Ext2 and thus wiping it clean. This partition now is the /boot partition for Arch. However, the obvious problem I have is that I can't boot into Windows.... is there any "easy" way to fix this? I have read posts about running the recovery tool from the Windows 7 disc, which I can do, but will it reformat the partition that GRUB now resides on and use it for its own boot manager?
Here is my set up as it is, 1 HDD
[sda]
sda1 = /boot
sda2 = Windows 7
sda3 = Data partition
sda4 = Extended
...sda5 = Linux Swap
...sda6 = /root for Arch
Any help is greatly appreciated!
Thanks in advance
Last edited by kdotj (2011-04-04 13:44:19)
Offline
the easiest way is to avoid windows an use only arch and wine for some windows apps
because if you formated windows partition you have lost ALL info in windows partition which now isn't windows partition anymore
Seriously, the big total of apps for windows have a linux applicalion (or many) that do the same things. and if it is a game you can try using it in wine.
Hope to be helpfull
Offline
Thanks for the reply.
It's not the Windows partition I have formatted, just the small 100mb partition that Windows created for its booting (so I've read). I still have my Windows partition intact.
However, when I really think about it, all I really "need" Windows for is iTunes for my iPhone. I think I will setup Windows inside VirtualBox for this though....
Thanks!
Offline
i found this:
http://www.linuxscrew.com/2007/09/19/in … x-distros/
http://downloadsquad.switched.com/2008/ … with-wine/
in rhythmbox you have a plugin to sincronize Ipod
Hope to be helpfull
Offline
Offline
Thanks for all the help guys.
I think what I'm going to do is reformat the partition that Windows7 resides on, and use it for Arch as more space.
My question is, after I reformat the partition, how do I get it to automatically mount at boot?
Do I just edit my fstab file?
Say I want to mount it to /home/foo/bar ... Do I just add the line like so:
/dev/sda2 /home/foo/bar ext4 defaults 0 1
(assuming that the partition is sda2, and that I have it set to "by device")
Thanks!
Offline
Sorted it.
Thanks again for all the help guys
Offline
Pages: 1