<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
I modified /etc/grub.conf on my ThinkPad W700 to show the boot-up process as text. I did this by commenting out "hiddenmenu" and removing "rhgb" and "quiet" from the kernel spec line. The W700 has trouble with a tickless kernel in F12 and needs "nohz=off". The first stanza is shown below.<BR>
<BR>
The W700 has an nVidia display and uses the nouveau driver. Immediately after the menu screen in F10 and F11 I'd see 4 penguins (quad core) as the initialization began. It was kinda neat, but in F12 there's just black space where those penguins would be. Where'd they go? Is this an artifact of the nouveau driver?<BR>
<BR>
<PRE>
<FONT SIZE="1">#boot=/dev/sda</FONT>
<FONT SIZE="1">default=0</FONT>
<FONT SIZE="1">timeout=5</FONT>
<FONT SIZE="1">splashimage=(hd0,0)/grub/splash.xpm.gz</FONT>
<FONT SIZE="1">#hiddenmenu</FONT>
<FONT SIZE="1">#</FONT>
<FONT SIZE="1"># Kernel 0</FONT>
<FONT SIZE="1">title Fedora 12 (Constantine) [Update 3] (2.6.31.9-174.fc12.x86_64)</FONT>
<FONT SIZE="1">        root (hd0,0)</FONT>
<FONT SIZE="1">        kernel /vmlinuz-2.6.31.9-174.fc12.x86_64 ro root=UUID=</FONT><FONT SIZE="1"><I>blah-blah-blah</I></FONT><FONT SIZE="1">  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us nohz=off</FONT>
<FONT SIZE="1">        initrd /initramfs-2.6.31.9-174.fc12.x86_64.img</FONT>
</PRE>
<BR>
--Doc Savage<BR>
  Fairview Heights, IL
</BODY>
</HTML>