jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: April 25 2006,08:08 |
|
Part One: Installing Grub and losing access to your Windows OS
Just in case anybody attempting a grub frugal install doesn't already know, if you are hoping to have a dual boot system and have windows installed on any partition other than hda1, after the install you WILL HAVE NO ACCESS to your windows OS, guaranteed.
That's because the prompt allows you two choices, y or n, to the question whether windows is on HDA1. Either way, you lose...no access to windows. Putting the disk in with DSL NORESTORE isn't going to work, right? You need to boot from your hard drive, and either windows isn't listed as a choice, or it is but it's pointing to the wrong partition.
Part Two: Editing "menu.lst" to load Windows
"Menu.lst" should be in the partition where you loaded the install, such as /mnt/hda1/boot/grub/menu.lst, although I found mine in the cdrom folder. To edit, you need to be in root, so right click on the Emelfm icon. Note, that the copy found at Knoppix/boot/grub can't be edited. Everyone but the newbies know exactly why, and were born with this knowledge.
To get windows back, delete the # marks (used to deactivate lines of code for commenting) on the last 5 lines, begining with "title Windows". That's the word you would like to see on the screen when your grub menu appears after rebooting. You would also like it to load your operating system, so edit the second line to point to the correct partition. Note that in grub language, hda1 is (hd0,0). Hd2 is (hd0,1). The reason why this is true is well known to all but us newbies, so don't expect to see it documented anywhere.
I hope that I haven't spoiled the joy of hunting down your windows operating system for anyone, but after reading a few posts where newbies reinstalled their operating systems from scratch, I thought it might be worth posting for the non-initiated trying out linux for the first time. Fortunately, I had a free day to play hide and seek.
|