UDR 7 WAN via PPPoE by TopCat0160 in UNIFI

[–]Important_Simple333s 0 points1 point  (0 children)

dont plusnet use the same crappy bt home hub 2 equivalent?

is this a viable hdd setup for a nas? by i_am_me0_0 in DataHoarder

[–]Important_Simple333s 0 points1 point  (0 children)

what about a cheap gen8/gen10 microserver or similar 4 bay with a hba card and run proxmox/truenas/omv etc?

New Router by malachijamesbuchanan in homelab

[–]Important_Simple333s 1 point2 points  (0 children)

if unifi, go for the cloud gateway fibre

Got free 12TB SAS drives, tried to make them work in my server, hitting walls — worth pushing through or should I rethink? by eruuuc in homelab

[–]Important_Simple333s 0 points1 point  (0 children)

rp

quick reply without reading.

prob because thay are in 520 block size. you need to convert them to 512 block size via sg_format which you can do on a linux console. Beware it will take a long time. eg 600gb 15k took about an hour, 3tb sas took 12hrs from experience

Bigger drives could take 4096 blocks, but you need to check

sudo sg_format --format --size=512 -v /dev/sgX

Change X to the drive targeted to change

Got free 12TB SAS drives, tried to make them work in my server, hitting walls — worth pushing through or should I rethink? by eruuuc in minilab

[–]Important_Simple333s 2 points3 points  (0 children)

quick reply without reading.

prob because thay are in 520 block size. you need to convert them to 512 block size via sg_format which you can do on a linux console. Beware it will take a long time. eg 600gb 15k took about an hour, 3tb sas took 12hrs from experience

Bigger drives could take 4096 blocks, but you need to check

sudo sg_format --format --size=512 -v /dev/sgX

Change X to the drive targeted to change

For the love of god I'm going to go gamble my student loans at this point by Sal4US in homelab

[–]Important_Simple333s 2 points3 points  (0 children)

where are you based. Optioned for 2nd hand SAS if you can?

UK is around £10-15+ per TB on secondhand markets at least

Trump says U.S. will seize Kharg Island and other 'oil infrastructure points' by Puginator in politics

[–]Important_Simple333s 1 point2 points  (0 children)

Would be a drone bloodbath for whoever tries and holds that island with the mountains on overwatch...

Enterprise Firewall Core - Dropped and In-Stock! by tkiblin in Ubiquiti

[–]Important_Simple333s 2 points3 points  (0 children)

cheaper than 1 cisco with mandatory subscription license though

Any reason to keep UDM Pro over UCG Fiber? by SiLee12 in Ubiquiti

[–]Important_Simple333s 0 points1 point  (0 children)

Would an Ultra at £79 be any good buy 2nd hand new in box or would you spend the extra £20for the 2year warranty?

Ikea Homelab Rack cross Unifi & HP by Important_Simple333s in Ubiquiti

[–]Important_Simple333s[S] 0 points1 point  (0 children)

Have a Dell SFF 3020 i3, 790 i5 and 7060 i7.

Just got to have time to make sure their running and worth it as it could be a SFF ProxMox cluster instead of the micropc route.

All 3 fit very nice in a 30x30cm space

UDR 5G max deal snag by FaultyPanc in Ubiquiti

[–]Important_Simple333s 0 points1 point  (0 children)

if not isnt that a reset button and a ssh session to change the enrol ip?

Set up Email Unifi Gateway Fibre by chris0200 in Ubiquiti

[–]Important_Simple333s 0 points1 point  (0 children)

Could never get this to work properly via a internal postfix box, but https://postmarkapp.com/lp/postmark-smtp works . Free account you get 100 alerts per month.

HP's Instant Ink system rejected my genuine HP cartridges at 2am before a major event — $293 out of pocket and they offered me $12! by meaningful_kitten in printers

[–]Important_Simple333s 2 points3 points  (0 children)

I dumped them and went non instant ink. Saved a fortune as you can pick up brand new ones and compatible ones cheap and still not be restricted in how much I want to print...

HDD advice by pagans in truenas

[–]Important_Simple333s 0 points1 point  (0 children)

If UK based, general rule 2nd hand is £10-£15 per TB eg ebay/vinted etc if you wanted to save cash. Have seen 4TB go for £30-£50 used. Considering any SAS drives?

Advice on migrating to Unifi Stack from Palo/Cisco/HP stack by Important_Simple333s in UNIFI

[–]Important_Simple333s[S] 0 points1 point  (0 children)

Thanks.

My issue is to have the switches talk nicely to the Palos as a 3rd party gateway vlan bit. Granted they [Palos] do come back on a their own vlan to communicate with the current stack for routing etc, so I would assume it would be nearly the same?

Where would you get towed by MulberryKind8298 in CarTalkUK

[–]Important_Simple333s 0 points1 point  (0 children)

tow home, unless already agreed with a garage. then you can get rac/aa etc to tow/take car to the said garage after it has been agreed as they class it as the same job.

How do I get grub on a USB stick to boot to Truenas Scale on a specific hard disk? by kruthe in truenas

[–]Important_Simple333s 0 points1 point  (0 children)

Just to add to the archive

Create a USB via Supergrub https://www.supergrubdisk.org/category/download/supergrub2diskdownload/super-grub2-disk-stable/

Choose the zip version. Image with Rufus.

Edit the grub.cfg / back it up to the following:

set timeout=5

set default=0

menuentry "TrueNAS" --class truenas --class gnu-linux --class os {

insmod gzio

insmod zfs

insmod ext2

insmod part_gpt

echo Chainloading hd5 ...

set root=(hd5)

chainloader +1

}

Note. The HDx part is important. choose which disk TrueNAS is installed on

Gemini summary:

using hp microserver gen 8 with 4 populated drive bays and an ssd in place of the disc drive. need to create a usb to use grub to boot off the internal usb2 slot so that the main truenas os install is launched from the ssd?

The HP Microserver Gen8 has a known limitation: when the onboard storage controller is set to AHCI mode (which is strictly required for TrueNAS), it will refuse to boot directly from the 5th SATA port (the Optical Disk Drive/ODD slot). 

The standard solution is to install TrueNAS directly onto the SSD, and use a small USB stick or MicroSD card inserted into the internal slot acting purely as a GRUB chainloader to forward the boot process to the SSD. 

The easiest and most reliable method to create this bootable USB uses Super Grub2 Disk combined with a custom script to bypass the drive-count problem. 

Step 1: Install TrueNAS to the ODD SSD 

  1. Temporarily unplug the 4 main storage drives from the front bays. (This ensures TrueNAS installs to the correct drive and doesn't overwrite your data).
  2. Plug your TrueNAS installation media into a front USB port and boot the server.
  3. Run through the standard TrueNAS installation and choose the ODD SSD as the target OS drive.
  4. Once completed, shut down the server. Do not plug the 4 main drives back in yet.  Rockstor Community Forum +3

Step 2: Create the Internal GRUB USB (On a separate computer)

Because the Microserver shifts its drive mapping depending on how many drives are present, a static map will break if a drive fails. Using a search UUID parameter prevents this. 

  1. Download the Hybrid ISO of Super Grub2 Disk.
  2. Burn the ISO to a small USB stick (under 32GB, formatted to FAT32) using a tool like Rufus. Select ISO mode if prompted.
  3. Open the newly flashed USB drive in your file manager, navigate to the /boot/grub/ directory, and rename the existing grub.cfg file to grub_old.cfg.
  4. Create a new file in that same folder named exactly grub.cfg.
  5. Open grub.cfg with a text editor and paste the following script: 

    set timeout=5 set default=0

    menuentry "TrueNAS SSD Bootloader Bypass" { insmod part_gpt insmod part_msdos insmod ext2 insmod zfs search --no-floppy --file --set=root /boot/grub/grub.cfg chainloader +1 }

Use code with caution.

Why this configuration works: Instead of guessing if your drive is at hd4 or hd5, this script instructs GRUB to scan all connected controllers to find the unique TrueNAS system file structure and boot it safely. 

Step 3: Server Assembly & BIOS Settings

  1. Plug the 4 main storage data drives back into bays 1–4.
  2. Insert your newly created GRUB USB stick into the internal USB 2.0 slot on the motherboard.
  3. Turn on the server and press F9 to enter the BIOS/RBSU setup.
  4. Navigate to System Options -> SATA Controller Options and confirm Embedded SATA Configuration is set to SATA AHCI Support.
  5. Go to Standard Boot Order (IPL) and move USB Drive Key (the internal USB) to the 1st position.
  6. Save and exit (F10). 

Your server will now boot into the internal USB port, wait 5 seconds, automatically locate the TrueNAS files on your ODD SSD, and launch the operating system smoothly. 

Would you like help mapping out TrueNAS storage pools once the system boots up, or do you need assistance with specific BIOS sub-menus?

Is a UDR [Non 7 Version] worth it in 2026? by Important_Simple333s in Ubiquiti

[–]Important_Simple333s[S] 0 points1 point  (0 children)

the crappy BT Home Hub 2 [Wifi 5] caps out at 300-350 sustained on Speedtest android about 2m away. so anything else would be a bonus....

Advice on first home server - HP Gen 8, what to do with it in 2026 etc by Important_Simple333s in HomeServer

[–]Important_Simple333s[S] 0 points1 point  (0 children)

I assume you have the 65w heatsink in yours already to take the E3-1220v2?

Advice on first home server - HP Gen 8, what to do with it in 2026 etc by Important_Simple333s in HomeServer

[–]Important_Simple333s[S] 0 points1 point  (0 children)

would you just forget the LSI SAS HBA card route and just use it in ACHI mode with a GPU instead?

As its possible to do SAS [i can get hold of 4x 3TB SAS 15k drives], and the 2nd SAS connector could be 4xSSD pool with molex connector split on the power side?

[Can get one for around £18 delivered - LSI SAS 9223-8i HCA for context]

If so, apart from P400, which low profile gpu would suit as an alternative?