{"id":20155906,"url":"https://github.com/bruj0/archlinux-install-rtl8723bs","last_synced_at":"2026-05-12T15:32:52.561Z","repository":{"id":169550559,"uuid":"90506770","full_name":"bruj0/archlinux-install-rtl8723bs","owner":"bruj0","description":"Archlinux install ISO with the rlt8723bs and EFI32bit","archived":false,"fork":false,"pushed_at":"2017-05-07T06:04:12.000Z","size":45921,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T01:44:18.963Z","etag":null,"topics":["arch-linux","baytrail","installer","linux","realtek","viewbook","wireless"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bruj0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-07T03:39:56.000Z","updated_at":"2019-06-07T21:33:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ac328d4-2a8e-4b2f-aee3-a478780a9aec","html_url":"https://github.com/bruj0/archlinux-install-rtl8723bs","commit_stats":null,"previous_names":["bruj0/archlinux-install-rtl8723bs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bruj0/archlinux-install-rtl8723bs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruj0%2Farchlinux-install-rtl8723bs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruj0%2Farchlinux-install-rtl8723bs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruj0%2Farchlinux-install-rtl8723bs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruj0%2Farchlinux-install-rtl8723bs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bruj0","download_url":"https://codeload.github.com/bruj0/archlinux-install-rtl8723bs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bruj0%2Farchlinux-install-rtl8723bs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","baytrail","installer","linux","realtek","viewbook","wireless"],"created_at":"2024-11-13T23:36:34.492Z","updated_at":"2026-05-12T15:32:52.539Z","avatar_url":"https://github.com/bruj0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# viewbook-2110-archlinux\n## Archlinux install ISO for the Viewbook 2110\n- Wireless driver for the RLT8723bs\n- EFI32\n- Download ISO from https://github.com/bruj0/archlinux-install-rtl8723bs/releases/download/1/arch-custom.iso\n\n## Installation\n- Clear the USB key\n\n`$ dd if=/dev/zero of/dev/sdX`\n- Choose \"blank GPT\" and create 2 partitions, 1 of 1GB and 2 of 500M type ef00\n\n`$ gdisk /dev/sdX`\n- Format the EFi partition to fat32\n\n`$ mkfs.vfat -F 32 -n \"EFI\"  /dev/sdX2`\n\n- Mount and Copy the EFI files\n\n`$ mount /dev/sdX2 /mnt/usb`\n\n`$ cp -a EFI /mnt/usb`\n\n`$ sync \u0026\u0026 umount /mnt/usb`\n- Copy the Install CD ISO\n\n`$ dd bs=4M if=arch-custom.iso of=/dev/sdX1`\n- Boot the Viewbook with the new CD and follow the install instruction.\n\n## Contents\nThis is based on the ISO from 2017-04\n\n- EFI \n\nIs the contents of the EFI partition on the USB key\n- arch32 \n\nFiles needed to create bootia32.efi:\n\n`$ grub-mkstandalone -d /usr/lib/grub/i386-efi/ -O i386-efi --modules=\"part_gpt part_msdos\" --fonts=\"unicode\" --locales=\"uk\" --themes=\"\" -o  \"YOUR_PATH/arch32/bootia32.efi\" \"boot/grub/grub.cfg=YOUR_PATH/arch32/grub.cfg\" -v`\n\n- arch-custom.iso\n\nInstall CD,created with:\n\n`$ iso_label=\"ARCH_201704\"`\n\n`$ xorriso -as mkisofs -iso-level 3 -full-iso9660-filenames -volid \"${iso_label}\" -eltorito-boot isolinux/isolinux.bin -eltorito-catalog isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table  -isohybrid-mbr SQUASHFS_DIR/isolinux/isohdpfx.bin  -output arch-custom.iso SQUASHFS_DIR/`\n\n## More info\n\nhttps://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#Booting_64-bit_kernel_on_32-bit_UEFI\n\nhttps://wiki.archlinux.org/index.php/Remastering_the_Install_ISO\n\nhttps://aur.archlinux.org/packages/8723bs-git/\n\nhttps://watchmysys.com/blog/2015/12/arch-linux-and-sdio-wifi-on-a-bay-trail-tablet/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruj0%2Farchlinux-install-rtl8723bs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbruj0%2Farchlinux-install-rtl8723bs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbruj0%2Farchlinux-install-rtl8723bs/lists"}