Helpdesk TWiki > Helpdesk > SeargeantPenguin TWiki webs:
AIX| Classes | HALBOD | HLUG | Helpdesk | Library | Main | Samba | TWiki |
Helpdesk . { Home | Changes | Index | Search | Go }

Sargeant Penguin — installing "Sarge" on "the Penguin"

A chronicle of installing the testing release of Debian GNU/Linux on a carry-around Linux box. 

What is "the Penguin"?

"The Penguin" is a play / experimental box built specifically to carry between the HLUG weekly Linux workshop and home.  It is:  With the recent addition of the 40G drive, I decided to do some experimenting with a variety of distros.  First up is Debian Sarge (testing). 

Installation

The first attempt took place in early April (2004), from a disk made by John Lightsey.  Miserable failure, 5 times over. 

The second attempt was in mid-April, and had to be aborted due to HAL-PC closing for the night. 

The third attempt worked.  Here are the resulting issues: 

Issues

Boots to "kernel panic"

It turns out that the GRUB menu.lst  DEBIAN AUTOMAGIC KERNELS LIST  points to /dev/hdc for root.  And the drive with root is /dev/hdb...  How this happened is anyone's guess, maybe we have found a bug in the new Debian installer.  In any case the fix comes in two parts:  temporary and permanent. 

Temporary Solution

The temporary fix, which lasts only for the current boot, is to edit the offending line during boot: 
(Be quick, the default time out is 5 seconds). 


    Debian GNU/Linux, kernel 2.4.25-1-586tsc
    Debian GNU/Linux, kernel 2.4.25-1-586tsc (recovery mode)      
    

Highlight the kernel you wish to boot & hit "e", (in our case the first line.) 


    root            (hd0,0)
    kernel          /vmlinuz-2.4.25-1-586tsc root=/dev/hdc6 ro    
    initrd          /initrd.img-2.4.25-1-586tsc
    savedefault
    boot
    

Notice the 2nd line says  root=/dev/hdc6   not  hdb6,  the way it should. 
So highlight that line & hit "e" again:


    kernel          /vmlinuz-2.4.25-1-586tsc root=/dev/hdc6 ro    
    

Edit the line to read  root=/dev/hdb6   & hit "Enter", then hit "b" to boot

Permanent Solution

The permanent solution is to edit the GRUB  menu.lst  DEBIAN AUTOMAGIC KERNELS LIST  to make the change permanent. 

No Internet connection

There is no 'net connection after boot.  The reason, of course, is that   dhcp   is not running automatically. 

Work Around

Run dhclient
Verify with ipconfig
Notes
In Debian, Tab completion works at the first 3 letters of each of the above:  In Debian, dhcp is run with dhclient, not pump or dhcpdc.

Real Fix

Add dhclient to the initialization scripts.  {To Do}

Screen / Desktop Resolution too small

Konsoles won't close

In KDE trying to close a Terminal Session (Konsole), either a single shell or the whole window, results in a dead window.  This may be a Sarge or KDE bug. 

fdisk -l doesn't work

What could be clearer?  When I type fdisk -l & hit Enter, there is no output, all I get is a new bash prompt.  This may be a Sarge bug. 

Pointer ("mouse") Problems

I say "Pointer" because when I have to use a pointing device, I prefer a trackball.  I also prefer to put it under my left hand — the right hand is for the number pad & writing.  I have a Brand New Ambidexterous 5 Buttons & Wheel Trackball.  Mostly, I love it but: 
<rant>
I say "for the right hand", because I refuse to imply that everyone should do everything with the dominant hand.  IMNotAtAllHO, there are many things better done with the Other (non-dominant) hand.  Again, IMNAAHO, pointing, whether w/ trackball or rat, is one of those things. 
</rant>

Changing "Button Mapping"

The sequence is:  "Start" (K & gear icon in the lower left corner) Settings Control Center
After you have used the Control Center once, it will appear at the top of your "Start" menu, and you can skip "Settings". 
Peripherals Mouse General (Tab) Button Mapping (box) Left Handed (radio button)

Extra buttons & the wheel

It turns out these problems are interrelated, see: 
    http://www.linuxforum.com/linux_tutorials/70/1.php
I'll post the results later...

Cursor Stalling

This happens in Winders also, I think maybe my Super Fantastic Brand New Ambidexterous 5 Buttons & Wheel Trackball isn't as wonderful as I thought. 

gpm

When I install gpm I'll post ...

Problems with apt-get / dpkg

apt-get

apt-get isn't working right:  it keeps failing w/ an error from dpkg.  I am going to reboot & see if that fixes the problem, or if it is one of a growing list ... 

After reboot: 


-- RickArchibald - 26 Apr 2004

Topic SeargeantPenguin . { Edit | Attach | 5B%5EA-Za-z%5D">Ref-By | Printable | Diffs | r1.6 | > | r1.5 | > | r1.4 | More }
Revision r1.6 - 09 Aug 2004 - 14:16 GMT - RickArchibald
Parents: WebHome
Copyright © 2003-2007 by F. A. Archibald III & the contributing authors