Howto reinstall / restore Grub with an Ubuntu

After a windows fresh install, the windows setup decided to drop my MBR to put its stuff in. Fine .. but I want my grub back now !

This is an old trick, but udev added a little complexity, so let’s give it a try. First boot on a Ubunty CD, open a console and run:

(here my linux partition is sda2, second partition on a sata disk)

mkdir /media/mnt
mount /dev/sda2 /media/mnt/
mount -o bind /dev/ /media/mnt/dev
chroot /media/mnt

=> now you are on the destination disk, so you can install grub.
grub-install /dev/sda

Of course you can do a lot more stuff, like changing fstab etc etc .. but the trick is to mount + mount bind + chroot

My new silent computer (Intel Quad Core Q6600)

Ok, I decided to change my computer a couple of months right now. But as Intel is doing some strange stuffs with the prices, this took a little longer than exepected. Some friends asked me what I bought, so I decided to write this post.

My new box description:

Here a little photo:

http://jkx.larsen-b.com/photos/Computers/DSC02751.sized.jpg

So let’s take a look closer.. I bought the Q6600 because it has a good price right now.

For the motherboard I wanted to buy a serious brand (I had some bad issues with ASRock ..). And Asus build some good ones, but doesn’t have a PS2 keyboard plug. I choose the Gigabytes because the bridge cooler is on the right, so I can use a big fan in the case back (no cpu-fan) without the bridge fan issue.

For the harddrive, I already have this type of Seagate on another box (in ATA, not SATA), and it’s damn cool ! Low noise and great performances .. a substain 58Mo/sec (a little bit more than my previous LVDS-SCSI config at 10 000 rpm !)

The perfect box should have two 120mn fans. So this CoolMaster is fine.
I only use the front fan right now, but this may change in future. The case is quite big (too much for my needs), easy to mount, and serious quality. The hard-drive combo stuff, isn’t really easy to use but it does it’s job.

For the power-supply, after reading a lot of website, I bought the Seasonic. This stuff cost a little money, but it’s a really silent one, and seems to be robust.

As I bought a silent power supply, I needed a silent cpu cooler two. Everybody knows that default Intel fan are awfully noisy, so I decided to test this Freezer. And that was a good choice. On idle, the fan runs at 450 rpm, (hey that’s low!!) and CPU is at 31°. At full load, the fan runs at 1000 rpm (still really low!!) and the CPU is at 46°. My initial plan was to remove the fan on the cooler and to place a big 120 mn on the case back, but haven’t done this yet.

For the video card, I was looking for something with good bench on Linux, so ATI was a good challenger (beside it only works with the latest ATI binary shit). And finding a passive HD2600 is a bit hard.

For the DVD, I didn’t have any ideas. Most DVD players I used are noisy, have unstable speed. My previous Samsung was a real bullshit. I went to me local computer store, and bought the cheaper they have on stock. And this is a really good surprise. This DVD burner is really cool. So, if someone ask, give it a try :)

So, as you can imagine, this little stuff is quite silent and powerfull :)

I will upload some pictures soon …

Update: I took some photos

Enjoy cores

How to re-install WoW without wasting your time

Everybody knows that I’ used to play WoW ..ok, not really, but this is a simple tips for people who have crashed their Windows XP install or changed their harddrive (like me). Don’t waste your time to do a fresh install, just use a copy.

(C:=> main drive (new one) / E:=> backup drive )

First: copy the E:Program FilesWorld of Warcraft to C:Program Files

Next, do the same with C:\Program Files\Fichiers communs\Blizzard Entertainment

After that, you must run “WoW.exe”. (Don’t use the Launcher, it will ask you where WoW.exe is..) After this dry run, you can now run the “Launcher.exe” as usual :)

Final step, put a link on you desktop to “Launcher.exe”. Don’t forget always use Launcher.exe cause this program do the auto-update.

Update : I use a french XP install, so the path is translated in french. The right path is \Program Files\Common Files\ ..

Enjoy WoW