Post

Getting Started: Resurrecting the HP Pavilion

Starting my homelab by repurposing an old HP Pavilion, upgrading its parts, and turning it into a dedicated server.

Getting Started: Resurrecting the HP Pavilion

Overview

Welcome to my personal documentation site. This is the first entry in what became an ongoing series covering the build-out of my homelab; from initial hardware through network segmentation, SIEM deployment, and offensive security exercises.

Every project starts somewhere. This one started with an old family computer pulled out of storage.


Old Machine

My family purchased this machine sometime during 2014. It served as our household desktop for several years before being retired to storage. When I decided to start a homelab, this machine was the obvious candidate. It was free hardware with enough capability to be useful.

After cleaning it up and powering it on, it booted successfully into Windows 10. Still functional after years of neglect.

HP Pavilion recovered from storage HP Pavilion cleaned up and powered on

Original Specifications

SpecValue
CPUIntel Core i5-4590T @ 2.00 GHz
Memory8 GB DDR3 @ 1600 MHz
StorageWD Blue 1 TB 7200 RPM HDD
GraphicsIntel HD Graphics 4600
Wi-FiIntel Dual Band Wireless-AC 3160
EthernetRealtek RTL8111/8168/8211

Not a powerhouse by modern standards, but more than enough for lightweight virtualization, which is exactly what it would be doing.


Hardware Upgrades

Before converting the machine into a server, I decided to perform two upgrades to improve it to a reasonable baseline for server use:

RAM: 8 GB → 16 GB

An additional 8 GB DDR3 stick was installed alongside the existing module, doubling total memory to 16 GB. This provides enough headroom to run multiple virtual machines simultaneously.

Installation was straightforward, slot the new stick into the available SODIMM slot on the motherboard.

Storage: HDD → SSD

The decade-old 1 TB HDD was replaced with a 1 TB SSD. This upgrade has the most impact for any old machine, boot times, I/O operations, and overall responsiveness will improve dramatically.

Minor Challenge: The hard drive cage was designed for a full-sized 3.5” HDD. The slimmer 2.5” SSD was loose inside the enclosure. I improvised a makeshift mount using the SSD packaging material and tape to give it roughly the same physical profile as the original drive — functional but far from elegant.

Pavilion opened for upgrades HP Pavilion opened for hardware upgrades

RAM and SSD installed New RAM stick and SSD installed in the Pavilion


Updated Specifications

SpecBeforeAfter
Memory8 GB DDR316 GB DDR3
Storage1 TB HDD1 TB SSD

Ready for a New Purpose

With upgrades complete, Pavilion was prepped for its new role — no longer a family desktop, but a dedicated server.

Refreshed Pavilion Refreshed HP Pavilion ready for deployment


What’s Next

The hardware is ready. The next step is deciding what to run on it, specifically, turning it into a bare-metal hypervisor using Proxmox VE and transforming the old machine into a platform capable of running multiple isolated virtual workloads simultaneously.

This post is licensed under CC BY 4.0 by the author.