I signed up with Microsoft to beta test the next version of Windows, Windows 7. I dual boot my PC between Linux and Windows, although I spend nearly 100% of my time booted into Linux. To make things easy, when I setup a new computer, I install Windows first and Linux second. Linux handles setting up the dual booting and everything works great.
I installed Windows 7 on two PC’s that already had Linux installed. On my laptop, I simply wiped out the XP install. On my desktop at work, I used a gParted Live CD to move and resize my partitions to make room for Windows 7, since I wanted to keep my XP install intact.
After installing Windows 7, I was left with the Windows 7 boot loader that completely ignored the existence of Linux on my computers. The laptop simply booted directly into Windows 7, and the desktop only allowed me to select between Windows 7 and Windows XP.
Fixing GRUB was a pretty easy task. To do so, I grabed my Linux install CD (Mine happened to be Kubuntu 8.04). I booted into the live CD desktop. I opened up a terminal window and at the comand prompt, I typed:
sudo grub
The “sudo” part is important. If you don’t run grub with root privelages, it will tell you that the selected disk doesn’t exist.
At the grub prompt, type:
root (
After you type the ( key, press the tab key. Most likely, it will populate with hd0 (unless you have more than one physical hard drive in your computer). If there is more than one hard drive in your computer, you will be presented with a list of available options. You should see on the screen:
root (hd0,
Press the tab key again. You will be presented with a list of partitions on the drive. You will want to select the one with your linux installation on it. For me, I completed the line:
root (hd0,2)
Press enter and you’ll be returned to the grub prompt. If you want to reinstall GRUB onto the MBR (where most people put it), the next comand is:
setup (hd0)
Once GRUB is reinstalled to your MBR, you can type “quit” at the GRUB prompt. Restart your computer, and boot back into your Linux install normally. If you’re fussy like me, you’ll want to edit your /boot/grub/menu.lst to say Windows 7 instead of Windows XP.
On a side note, if you’re tripple booting Windows XP, Windows 7, and Linux, like I am at work, you will only have two options in your GRUB menu: Linux and Windows. If you slect windows, you’ll be presented with the Windows boot loader to select between Windows XP and Windows 7.
I’m sure it’s possible to boot directly into each from GRUB, but I don’t boot into windows enough to make the extra keystroke that much of an inconvenience.
I like to use SSH to connect to the Linux servers that I manage. Usually, I’m running Linux on my desktop, but today I needed to SSH into a linux server from Windows Vista. I downloaded the SSH for Windows installer from SourceForge. The installation went smoothly enough. Unsure where the .ssh folder should be, I ran the SSH command to connect to my server and let it create the folder for me.
The folder, for reference is: C:\Users\[username]\.ssh
I dropped my keys into the folder, and thought I’d be off and running. Not so much!
SSH gave me a notice that the permissions on my keystore files were “too open”. I looked at the permissions, and my user was the only one with access. Funny. A little bit of quality time with Google found me a quick and easy answer: Set the compatibility mode on ssh.exe to windows XP.
To do this, navigate to C:\Program Files\OpenSSH\bin\ and then right click on ssh.exe. Choose properties. In the compatibility tab, click the box to use compatibility mode, and select Windows XP. OK out, and you should be done.
SSH behaved normally for me after this fix.
I just registered gehrisch.us to give my family a permanent home on the web. I’m still in the process of getting everything setup, but things are going smoothly! I’ve wanted to have a Blog for quite some time now, but I’ve never managed to get around to setting one up. Now, hopefully I can keep it up!
0