The Artima Developer Community
Sponsored Link

Java Buzz Forum
Installing Gentoo on a Fortress 9100

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Winters

Posts: 931
Nickname: cwinters
Registered: Jul, 2003

Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
Installing Gentoo on a Fortress 9100 Posted: Mar 14, 2004 9:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Chris Winters.
Original Post: Installing Gentoo on a Fortress 9100
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Latest Java Buzz Posts
Latest Java Buzz Posts by Chris Winters
Latest Posts From cwinters.com

Advertisement
Just a couple of notes on installing Gentoo Linux (2004.0) onto a Fortress 9100. (Some of them apply to any distribution, but that's your problem.) The install was fairly painless and mostly by the book. But...
  • Before you start: the onboard SCSI adapter will detect SCA drives from right to left, so the drive in the right-hand slot will be /dev/sda, the drive in the left-hand slot /dev/sdb. (Or more specifically, the SCSI adapter will assign LUN 0 to the right-hand slot, LUN 1 to the left-hand slot.) I don't know if it does this for non-SCA drives. Be sure you've got the drives in the right place before you start the install.
  • Booting from the Gentoo 2004.0 LiveCD works fine (I used the 'Universal' one optimized for P3); when asked for boot options, I used: 'smp nohotplug doscsi. For some reason something seemed to hang in the hotplug detection the first time.
  • The boot process did not detect the dual onboard ethernet ports, likely because 'nohotplug' specified, so once you're booted issue a modprobe eepro100 and both will get detected.
  • Since the network ports didn't get detected the network wasn't automatically setup. I was behind a DHCP router so I just setup the network with net-setup eth0. (BTW, eth0 is the LAN port on the power input side)

Everything else goes as normal, just follow the excellent Gentoo installation instructions.

Read: Installing Gentoo on a Fortress 9100

Topic: London Java Breakfast Meetup - review Previous Topic   Next Topic Topic: Ugly Websphere deployment

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use