I've installed Debian 6 32bit on the same HDD but different partition along with Windows 7 64bit, and now my laptop only boots to Debian 6 where I want both Windows / Debian.
How can I edit GRUB to show both windows and debian?
|
I've installed Debian 6 32bit on the same HDD but different partition along with Windows 7 64bit, and now my laptop only boots to Debian 6 where I want both Windows / Debian. How can I edit GRUB to show both windows and debian? | ||||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
Look in /boot/grub/menu.lst, there is an example setup with windows on the first disk first partition
(Don't modify the Linux entry) With the next boot it should appear in the boot menu. | |||
|
feedback
|
|
It looks like you might have corrupted your Master Boot Record - open up the terminal and run the following commands: terminal-prompt>su //you will be asked to give the root password terminal-prompt>update-grub //grub will once again take a look at the OSs on your HDD //it will probably find the windows install this time That's it! If it works, Grub will tell you it found Windows 7. Then you simply need to restart and boot to windows :) I suspect the above will also work with | |||
|
feedback
|