You are not logged in.
Pages: 1
So I'm in a bit of a pickle. I have a dual boot of win7 and debian. I'm going to wipe the win7 partition and install win8, but I don't want to lose the grub along with the debian boot. I'm sure there is a way to do this, but it has been a long time since I have done this.
What's the easiest way to do this without reinstalling linux?
Offline
Install Windows 8, then install GRUB from a live cd to get your dual boot option back.
Registered Linux User #555399
crunchbox: Phenom II X6 1055T | 8GB RAM | OCZ Vertex 4 128GB | Radeon 7870XT | Win7 / #! 11 (awesome wm)
dodeca: 2x Opteron 2419 | 8GB RAM | GeForce 8800GT | Linux Mint 14
crunchtop: Acer Aspire 1410 11.6" | 2GB RAM | Crucial M4 128GB | #! Waldorf
Offline
^ From the livecd you will need to mount it and then install it:
mount /dev/sda /mnt
sudo grub-install /dev/sda --force --root-directory=/mnt /dev/sdaProvided sda is where you want it to be...
or
mount /dev/sdax /mnt
sudo grub-install /dev/sdax --force --root-directory=/mnt /dev/sdaxWhere x can be sda1, sda2,sda3 etc etc
Last edited by VastOne (2012-10-31 17:25:14)
VSIDO
If you build it, they will come...
Words That Build Or Destroy
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.