• 928 Topics
    928 Posts

    Azulle Access Pro Alder Lake PC Stick

    Azulle Access Pro is a PC stick based on an Intel N100 quad-core Alder Lake” processor with up to 8GB RAM, 128GB eMMC flash, and a male HDMI port which is offered with Windows 11 Pro, Linux, or “Zoom” operating systems (more on that below). The mini PC also provides a microSD card slot, gigabit Ethernet, WiFi 6 and Bluetooth 5.2 with an external antenna, USB 3.0 Type-A and Type-C ports, and a 3.5mm audio jack. We’ve written about pocket-sized mini PCs based on Alder Lake-N processors before, for instance, the MeLe PCG02 Pro N100 or the slightly wider MeLe Quieter4C, but the Azulle model is different since it comes with a male HDMI connector which would allow users to connect it directly into a TV or monitor without a cable. Azulle Access Pro specifications: SoC – Intel Processor N100 quad-core Alder Lake-N processor @ up to 3.4 GHz (Turbo) [...]

    The post Azulle Access Pro Intel N100 PC stick ships with Windows 11, Linux, or Zoom appeared first on CNX Software - Embedded Systems News.

    Via: https://www.cnx-software.com/2024/04/27/azulle-access-pro-intel-n100-pc-stick-ships-with-windows-11-linux-or-zoom/

  • General Blog Content?

    4 Topics
    4 Posts

    I was using a redpill loader before and I migrated the loader to a new location, now the hard drive didn't boot. I have to move it off before I decommission my old hard drive based "rpool2" ZFS pool with damaged drives in it. Those drives are now inside a real NAS but unfortunately with a lot of unexpected turn of events, didn't get to installed even till this day (I just got a new PSU for that but I'm still missing the fucking power delivery cables since the merchant missed it, and I have to wait until a few days later, yikes)

    Fortunately, long as the data is intact in the data disk, all of the settings can be replayed with a new installation. Now I can either just use ARPL as usual, or use a new tool called https://github.com/AuxXxilium/arc.

    You will need to download the raw IMG variant and get a raw image that can be handily imported via qm disk:

    root@serv:~# qm importdisk 100 arc.img local-zfs importing disk 'arc.img' to VM 100 ... transferred 0.0 B of 1.0 GiB (0.00%) transferred 12.0 MiB of 1.0 GiB (1.17%) ... transferred 1.0 GiB of 1.0 GiB (100.00%) Successfully imported disk as 'unused0:local-zfs:vm-100-disk-0'

    After that, attach the disk in Proxmox web UI. Both SCSI and SATA mode is fine but not VirtIO Block mode (obviously not). You would also need to enable the disk in the boot order because it wasn't added to boot matrix by default. Then boot it up and you should see a text UI asking you to install. Just follow the instructions and you will be set.

    Honestly the UI is so much better:
    da0c184a-9e80-4515-9bf4-fe1ce210bc4a-image.png

    I'm going to try this on real hardware soon, that thing comes with mSATA though.