Files
2026-09-05 21:53:26 +00:00

58 lines
3.1 KiB
JSON

[
{
"device_model": "Dell OptiPlex 7040 Micro",
"form_factor": "mini-pc",
"cpu": "Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz",
"ram_gb": 32,
"storage": {
"type": "nvme",
"size_gb": 1833
},
"wifi_chip": "none",
"ethernet": "Intel I219-LM (e1000e)",
"archy_version": "1.8.10-alpha-dev",
"install_method": "usb-iso",
"status": "working",
"tested_date": "2026-09-05",
"submitted_by": "ssmithx",
"notes": "Dell OptiPlex 7040 Micro (chassis reports as type 3/desktop, physically a\nmini PC), i7-6700T, 32 GB, Samsung SSD 970 EVO Plus 2TB NVMe. Drive was\nmoved in from another PC; Archipelago image install boots and runs cleanly.\n\nRequired BIOS changes (both were needed):\n- System Configuration > SATA Operation: set to AHCI. The 7040 defaults to\n RAID On, which routes the M.2 drive through the Intel VMD controller.\n With RAID On, cold auto-boot intermittently fails in the initramfs with\n \"Gave up waiting for root file system ... UUID ... does not exist\" and\n drops to busybox, while the F12 one-time boot to the UEFI entry always\n worked (same GRUB + initramfs both paths \u2014 a firmware handoff race, not\n a config error). Setting AHCI fixes it completely.\n- A drive moved from another PC carries no entry in the Dell's firmware\n boot sequence (boot entries live in the old board's NVRAM, not on the\n disk). F12 boots the ESP fallback (EFI\\BOOT\\BOOTX64.EFI) directly; to\n get a real, reorderable BIOS entry, register one while booted, e.g.:\n sudo efibootmgr --create --disk /dev/nvme0n1 --part 2 \\\n --label \"Archipelago Linux\" --loader '\\EFI\\BOOT\\BOOTX64.EFI'\n then move it first in Boot Order.\n- Firmware: Secure Boot off, Boot List Option UEFI. Optional insurance:\n rootwait rootdelay=3 on the GRUB kernel cmdline.\nWired ethernet only (Intel I219-LM, e1000e); no WiFi chip fitted.",
"_source_file": "dell-optiplex-7040-micro.yml"
},
{
"device_model": "Lenovo ThinkPad T430",
"form_factor": "laptop",
"cpu": "Intel Core i5-3320M",
"ram_gb": 16,
"storage": {
"type": "ssd",
"size_gb": 256
},
"wifi_chip": "Intel Centrino Advanced-N 6205",
"ethernet": "Intel 82579LM",
"archy_version": "1.8.4-alpha",
"install_method": "usb-iso",
"status": "working",
"tested_date": "2026-08-15",
"submitted_by": "example-contributor",
"notes": "Example report \u2014 replace with a real one. Boots and installs cleanly from\na USB stick made with the standard ISO. No BIOS changes needed beyond\nenabling AHCI mode (should already be default on most T430s).\n",
"_source_file": "example-thinkpad-t430.yml"
},
{
"device_model": "Lenovo Thinkpad X250",
"form_factor": "laptop",
"cpu": "Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz",
"ram_gb": 16,
"storage": {
"type": "ssd",
"size_gb": 500
},
"wifi_chip": "Intel Wireless 7260",
"archy_version": "1.8.10-alpha",
"install_method": "usb-iso",
"status": "working",
"tested_date": "2026-09-03",
"submitted_by": "ssmithx",
"_source_file": "lenovo-thinkpad-x250.yml"
}
]