I'm attempting a dual-boot Windows XP Pro/Gentoo 1.4 installation on my new Sager 4780. I'm expecting a snag or two (and, in fact, have already hit a couple), so I figured I'd document the process here.
The first step was booting from a Gentoo 1.4 LiveCD. Right off the bat, I hit the same snags some other people have reported on other Sager models -- some kernels would lock up, some would blank the screen, and others wouldn't recognize the network card.
What worked for me was booting with the "acpi" kernel. That doesn't bring the system up with hyperthreading enabled, but it does get me a running system with a working internal network card. Another option I tried that worked for me was booting "smp-nofb doacpi dopcmcia." With this kernel I could get the system up and running with hyperthreading, but the internal network card wouldn't work -- the "dopcmcia" part was so I would get support for a 3Com network card I'd popped into the PCMCIA slot ('cuz installing Gentoo with no network is a b****). It's also not as pretty as the console with the "acpi" kernel.
I'm currently in the bootstrap stage using the "acpi" kernel (I set USE="-java" first to avoid having to compile the GNU Java compiler), and everything appears to be going well so far. My plan when that's done is to build a 2.4 kernel with support for as much of my hardware as I can pull off. Assuming I get that far, I'll try to take the plunge into a 2.6 kernel.
Current deviations from the /etc/make.conf file (I plan to use GNOME on the machine, ALSA for sound, and include DVD and CD-writer support):
USE="X gtk2 gnome alsa dvd cdr -kde -qt"
CHOST=i686-pc-linux-gnu
CFLAGS="-O3 -march=pentium4 -funroll-loops -fomit-frame-pointer"
MAKEOPTS="-j3"
Edited to add:
Bootstrap started at approximately 10:40am, completed 1:40pm
"emerge system" started at 1:43pm
The first step was booting from a Gentoo 1.4 LiveCD. Right off the bat, I hit the same snags some other people have reported on other Sager models -- some kernels would lock up, some would blank the screen, and others wouldn't recognize the network card.
What worked for me was booting with the "acpi" kernel. That doesn't bring the system up with hyperthreading enabled, but it does get me a running system with a working internal network card. Another option I tried that worked for me was booting "smp-nofb doacpi dopcmcia." With this kernel I could get the system up and running with hyperthreading, but the internal network card wouldn't work -- the "dopcmcia" part was so I would get support for a 3Com network card I'd popped into the PCMCIA slot ('cuz installing Gentoo with no network is a b****). It's also not as pretty as the console with the "acpi" kernel.
I'm currently in the bootstrap stage using the "acpi" kernel (I set USE="-java" first to avoid having to compile the GNU Java compiler), and everything appears to be going well so far. My plan when that's done is to build a 2.4 kernel with support for as much of my hardware as I can pull off. Assuming I get that far, I'll try to take the plunge into a 2.6 kernel.
Current deviations from the /etc/make.conf file (I plan to use GNOME on the machine, ALSA for sound, and include DVD and CD-writer support):
USE="X gtk2 gnome alsa dvd cdr -kde -qt"
CHOST=i686-pc-linux-gnu
CFLAGS="-O3 -march=pentium4 -funroll-loops -fomit-frame-pointer"
MAKEOPTS="-j3"
Edited to add:
Bootstrap started at approximately 10:40am, completed 1:40pm
"emerge system" started at 1:43pm






