Difference between revisions of "BluBeard"

From Sudo Room
Jump to navigation Jump to search
(Created page with "<big>2U Dual AMD Processor Rack Server</big> aka: Mark IIIR Net Integrator File:BluBeardHello.jpg Blah blah blah... Motherboard: TYAN Thunder K7X (S2468) http://www.tya...")
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<pre>
.______    __      __    __  .______    _______    ___      .______      _______ 
|  _  \  |  |    |  |  |  | |  _  \  |  ____|  /  \    |  _  \    |      \
|  |_)  | |  |    |  |  |  | |  |_)  | |  |__    /  ^  \    |  |_)  |    |  .--.  |
|  _  <  |  |    |  |  |  | |  _  <  |  __|  /  /_\  \  |      /    |  |  |  |
|  |_)  | |  `----.|  `--'  | |  |_)  | |  |____ /  _____  \  |  |\  \----.|  '--'  |
|______/  |_______| \______/  |______/  |_______/__/    \__\ | _| `._____||_______/
</pre>
<big>2U Dual AMD Processor Rack Server</big>
<big>2U Dual AMD Processor Rack Server</big>
aka: Mark IIIR Net Integrator
aka: Mark IIIR Net Integrator


[[File:BluBeardHello.jpg]]
[[File:BluBeardHello.jpg]]
[[File:BluBeardBIOS.jpg|thumb|right|Initial boot BIOS screen.]]
[[File:BluBeardRAM.jpg|thumb|right|RAM module.]]
[[File:BluBeardSCSI.jpg|thumb|right|SCSI Hard Drive label.]]


Blah blah blah...
Blah blah blah...
Line 10: Line 25:
Brochure: http://www.jadecomputers.us/Files/markiiir.pdf
Brochure: http://www.jadecomputers.us/Files/markiiir.pdf


[[File:BluBeardBIOS.jpg|thumb|Initial boot BIOS screen.]]
== Maintenance ==


[[File:BluBeardRAM.jpg|thumb|RAM module.]]
=== Setup ===
* Burn current ISO of Arch Linux to CD https://www.archlinux.org/download/
* Boot off CD using external USB CD-ROM drive (may require boot order mod in BIOS)
* Connect ethernet cable to Ethernet Port 1 (enp2s8)
** run <code># dhcpcd</code> to start DHCP assignment
** test connection with a ping <code># ping -c 3 www.noisebridge.net</code>
** Now we know the puter fires up and connects to the internets
* Power off and run GParted to setup partitions <code>systemctl poweroff</code>
** From GParted configure <code>/dev/sdg</code> as gpt partition with fat32 and boot flag
*** This is a 256MB Flash Drive
** Create and configure SCSI Hard Drives (/dev/sda thru /dev/sdf)
*** Configured /dev/sda & /dev/sdb with gpt table, 10GB fat32 boot and 130GB ext4
* Reboot with Arch Linux
** Mount root
*** <code># mount /dev/sda1 /mnt</code>
** Mount home
*** <code># mkdir /mnt/home</code>
*** <code># mount /dev/sda2 /mnt/home</code>
** Mount UEFI
*** <code># mkdir -p /mnt/boot</code>
*** <code># mount /dev/sdg1 /mnt/boot</code>
* Install linux base
** <code># pacstrap -i /mnt base</code>
*** Select default (all), about 160MB download, 450MB install
* Generate fstab
** <code># genfstab -U -p /mnt >> /mnt/etc/fstab</code>
** <code># nano /mnt/etc/fstab</code>
* Chroot
** <code># arch-chroot /mnt</code>
* FAIL
* FAIL!
* FAIL!!!!!!!!!!!


[[File:BluBeardSCSI.jpg|thumb|SCSI Hard Drive label.]]
=== Log ===
Installed Arch Linux July 1, 2013 build [[User:Thex|Thex]] ([[User talk:Thex|talk]]) 16:21, 18 July 2013 (PDT)


[[File:BluBeard2U.jpg]]
[[File:BluBeard2U.jpg]]
[[Category:Hardware]]

Latest revision as of 13:32, 12 November 2013

.______    __       __    __  .______    _______     ___      .______       _______  
|   _  \  |  |     |  |  |  | |   _  \  |   ____|   /   \     |   _  \     |       \ 
|  |_)  | |  |     |  |  |  | |  |_)  | |  |__     /  ^  \    |  |_)  |    |  .--.  |
|   _  <  |  |     |  |  |  | |   _  <  |   __|   /  /_\  \   |      /     |  |  |  |
|  |_)  | |  `----.|  `--'  | |  |_)  | |  |____ /  _____  \  |  |\  \----.|  '--'  |
|______/  |_______| \______/  |______/  |_______/__/     \__\ | _| `._____||_______/ 

2U Dual AMD Processor Rack Server aka: Mark IIIR Net Integrator

BluBeardHello.jpg

Initial boot BIOS screen.
RAM module.
SCSI Hard Drive label.

Blah blah blah...

Motherboard: TYAN Thunder K7X (S2468) http://www.tyan.com/archive/products/html/thunderk7x.html

Brochure: http://www.jadecomputers.us/Files/markiiir.pdf

Maintenance

Setup

  • Burn current ISO of Arch Linux to CD https://www.archlinux.org/download/
  • Boot off CD using external USB CD-ROM drive (may require boot order mod in BIOS)
  • Connect ethernet cable to Ethernet Port 1 (enp2s8)
    • run # dhcpcd to start DHCP assignment
    • test connection with a ping # ping -c 3 www.noisebridge.net
    • Now we know the puter fires up and connects to the internets
  • Power off and run GParted to setup partitions systemctl poweroff
    • From GParted configure /dev/sdg as gpt partition with fat32 and boot flag
      • This is a 256MB Flash Drive
    • Create and configure SCSI Hard Drives (/dev/sda thru /dev/sdf)
      • Configured /dev/sda & /dev/sdb with gpt table, 10GB fat32 boot and 130GB ext4
  • Reboot with Arch Linux
    • Mount root
      • # mount /dev/sda1 /mnt
    • Mount home
      • # mkdir /mnt/home
      • # mount /dev/sda2 /mnt/home
    • Mount UEFI
      • # mkdir -p /mnt/boot
      • # mount /dev/sdg1 /mnt/boot
  • Install linux base
    • # pacstrap -i /mnt base
      • Select default (all), about 160MB download, 450MB install
  • Generate fstab
    • # genfstab -U -p /mnt >> /mnt/etc/fstab
    • # nano /mnt/etc/fstab
  • Chroot
    • # arch-chroot /mnt
  • FAIL
  • FAIL!
  • FAIL!!!!!!!!!!!

Log

Installed Arch Linux July 1, 2013 build Thex (talk) 16:21, 18 July 2013 (PDT)

BluBeard2U.jpg