HOWTO Gentoo 2007.0 on Dell 700m

Gentoo July 14th, 2007

During the last disaster, I lost the root partition, while the good news is the irresponsible mkstage4.sh backup the /etc that saves a huge amount of time for me to emerge world.

This post would summarize the efforts for my record and for your convenience. This HOWTO is originally posted in the official forum three years ago, and I once tried to update it in my previous post as well. Since then, some devices get supported, some software packages are obsolete, Life runs fast. Read the rest of this entry »

Gentoo/Windows dual boot

Gentoo September 10th, 2005

This is a really, really annoying weekly post. You can get tons of results from google, which are categorized as two:

  • install Grub/Lilo to MBR, let it boot Windows
  • install Grub/Lilo to root disk, let NTLDR to boot Linux

My situation is a little different. The desktop is borrowed from my wife. I must guarantee the Linux installation would not step on the Windows’ territory. So I installed Gentoo to another physical disk:

  1. setup the jumper to make Windows in slave disk
  2. then change the boot sequence in BIOS
  3. emerge the system for Gentoo
  4. install grub to MBR, grub kicks the ass of NTLDR
  5. Reboot

The Gentoo system is booted successfully. Before we go further, we need to setup the dual boot. Get the troubleshooting post from Gentoo forum, add the following code snippet to the grub.conf

title Win2k
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1

Now everybody is happy, either one disk is unpluged, the computer still can boot without any problem.