Saturday, January 08, 2022

Asus Z590-E gaming motherboard, i7-11700K 11th gen (LGA1200) build

After a series of issues, I decided to build a new box.  This is my first build since 2013, so a lot of technology has changed.  Since the issues revolved around spinning disks, I thought I'd remove that problem entirely by buying only SSDs.  This turned out to be a fun build.


 

CATEGORY WHAT URL UNIT COST UNITS TOTAL COST
CPU Intel Core i7-11700K Desktop Processor 8 Cores up to 5.0 GHz Unlocked LGA1200 https://www.amazon.com/Intel-i7-11700K-Desktop-Processor-Unlocked/dp/B08X6ND3WP?th=1 $354.00 1 $354.00
MOTHERBOARD Asus Z590-E Gaming WiFi 6E LGA 1200(Intel 11th/10th Gen) ATX Gaming Motherboard https://www.amazon.com/ROG-Gaming-Motherboard-Stages-Thunderbolt/dp/B08T6HTXF9 $359.99 1 $359.99
MEMORY Corsair Vengeance RGB Pro 32GB (2x16GB) DDR4 3600 (PC4-28800) C18 https://www.amazon.com/Corsair-Vengeance-2x16GB-PC4-28800-Optimized/dp/B082DGZJ9C/ref=sr_1_2?crid=SYEGHUBHE26B $152.99 1 $152.99
DISK1 PNY XLR8 CS3040 4TB M.2 NVMe Gen4 x4 Internal Solid State Drive (SSD) https://www.amazon.com/PNY-CS3040-Internal-Solid-State-Drive-M280CS3040-4TB-RB/dp/B08TRN15K5/ref=sr_1_1?crid=58NNUWQ2KRY3&th=1 $549.99 2 $1,099.98
DISK2 SAMSUNG 970 EVO Plus SSD 500GB - M.2 NVMe Interface Internal Solid State Drive https://www.amazon.com/Samsung-970-EVO-Plus-MZ-V7S500B/dp/B07M7Q21N7/ref=sr_1_1?crid=1Q9C4DFCS8DEL&th=1 $69.99 2 $139.98
VIDEO CARD NVIDIA - GeForce GTX 970 4GB GDDR5 PCI Express 3.0 Graphics Card https://www.amazon.com/NVIDIA-GeForce-GDDR5-Express-Graphics/dp/B00UNF2XRK/ref=sr_1_2?crid=1JSKD3XD3JBZR $364.92 1 $364.92
FAN Corsair iCUE H100i Elite Capellix Liquid CPU Cooler https://www.amazon.com/Corsair-H100i-Capellix-Liquid-Cooler/dp/B08G1NSG7F/ref=sr_1_3?crid=3NAH6JA9UOFH5&th=1 $149.99 1 $149.99
POWER SUPPLY Corsair RM Series, RM750, 750 Watt, 80+ Gold Certified, Fully Modular Power Supply https://www.amazon.com/CORSAIR-Certified-Modular-Microsoft-Standby/dp/B07RF237B1/ref=sr_1_3?crid=RPYYLTL70BIN&th=1 $82.21 1 $82.21
CASE NZXT H510i - CA-H510i-W1 - Compact ATX Mid -Tower PC Gaming Case https://www.amazon.com/NZXT-H510i-Vertical-Integrated-Water-Cooling/dp/B07TD9S3HZ/ref=sr_1_2?crid=3TBS1R50XAAH&th=1 $134.99 1 $134.99




TOTAL $2,839.05

OS Specs

  • POP-OS Linux
  • RAID0 of system drive
  • RAID1 for data drive


Things learned along the way:

  • UEFI through and through for future proofing
  • Needed to manually enable M.2-4 slot in BIOS
  • Great article on formatting RAID set for Linux: https://forum.level1techs.com/t/guide-install-pop-os-20-04-on-raid/156379
  • Rsync is your friend: rsync -avxHAX --progress /myFiles/* /backup/
  • NVMe drives can load so fast that mdadm doesn't have time to settle down.  Have to add x-systemd.device-timeout=0 parameter to /etc/fstab
  • RGB Lights are pretty




That's it for now.  Cheers!

TAG 


Saturday, January 01, 2022

RAID problem leading up to new build

It has been a looong time since I posted.  Hello again.  This post begins with a simple desire to replace a member of an Intel RST (Rapid Storage Technology) RAID set..(after upgrading to latest Fedora and encountering Grub issues with load..but that is another story).


You may remember my original build from 2013 here: http://www.techanswerguy.com/2013/04/i7-3930k-lga2011-build-asus-p9x79.html

This is the box that my RAID-10 set is installed in.  As it's 8.5 years later, the 1.5TB Western Digital drives in that RAID are getting a bit long in the tooth.  Failing one was from 2009.  Replacement should be no biggie, but I had to buy a new one (2.0TB were the easiest to get) and refresh my knowledge of RAID.  And Intel RST, the firmware (IE, not hardware) RAID.  So before touching the box, I'd need to backup what I had just in case the new disk gave me problems or be in a real world of hurt with a dead RAID set.

Digging into dmesg, I saw a bunch of errors that I never got to resolving (EDAC sbridge: Failed to register device with error -19).  The real problem I needed to address were the smartctl errors I saw: unrecovered read error - auto reallocate failed - Google Search.   


I'd recommended everyone have smartctltools installed.  Very helpful, basic diagnostic utility:


 

As I was thinking about the problem, I figured to solve this issue going forward and let me just get a ton of storage.  So I searched for an bought 3 6TB Seagate IronWolf Pro recertified SATAs from ServerPartsDeals.  Good shop, got them for $124 each.

Now with future state in hand, I went back to work on the problem.  I thought it might be faster to copy to the backup directly over SATA instead of USB.  This was my downfall, as the Asus BIOS started flaking out.  The issue was that when I chose to do a simple thing, connect a new SATA disk, the BIOS would hang and not give me the ability to log into the BIOS.  After fussing with various settings for two days:



I thought best idea might be to update the BIOS.  Never got back to that.  But I had errors indicating the CMOS battery was dying.  So I went to store to get one.  That didn't fix my issue.

Getting completely frustrated, I abandoned the idea of copying the data off the RAID to an internal drive, reset the configuration back to the way it was and rebooted the box.  The BIOS still would hang occasionally..that was weird.  But I had to get the data off the RAID, so I hooked up my USB drive bucket with an older (circa 2012) 3TB backup drive, mounted the disk.  Using rsync, I was able to get the data off the RAID drive to the external:

 rsync -avxHAX --info=progress2 --exclude 'Downloads/'  /home/sodo/* /mnt/extbackup/

Phew.  That was close.  Now, with the backup created, I was able to safely undertake the procedure to replace the drive and rebuild the raid.  This was the easiest part of the whole shebang:
- poweroff and unplug
- remove drive
- install new 2.0TB

Once this was done, I started the box up and watched the RAID rebuild:


But the nagging BIOS issues on the box still irked me.  During troubleshooting, I manhandled the video card and pulled it out while the PCIe card was locked.  I pulled some of the pins from the mobo.  Bad, bad, bad.  So I decided that the box may have had it's day and I researched my options.  Time to upgrade!!  I was off to build a new box based upon Intel's 11th gen chip, the i7-11700K.  Affordable and not too crazy.  And I chose a new mobo, too.  The Asus Z590-E. This should be fun!

Until next time..happy new year and happy computing!

TAG

Feel free to drop me a line or ask me a question.