This is a custom Linux with No Desktop,
its based on OpenWRT x86 – kernel i686
packages type ipk or opk

(linux last update 13-12-2023)
torrent
You can download this torrent here ,
And the magnet link here ,
ed2k links
image file Tetractis Asus eeePC701 4G Surf OpenWRT 23.05 x86
…Please check text files…
Asus eee PC 701 4G Surf Runs OpenWRT 23.05 x86
CPU Celeron 900MHz / Ram 512Mb
HDD Size 4Gb with 3 partitions (1 boot, 1 rootfs, 1 swap)

Steps
Copy the files that you downloaded from this site into a flash drive
(In the following tutorial we will need 2 files
openwrt-23.05.2-x86-generic-generic-ext4-combined.img.gz and sda2.tar)
Use a bootable usb pendrive with a live linux distro (ex. i used antix linux) to restore the openwrt-23.05.2-x86-generic-generic-ext4-combined.img.gz disk image.
Verify that you have access to files referenced above,
if not mount your flash drive and
then copy files to /mnt/source and
change into directory /mnt/source
You can use following commands
# Unpack image gunzip openwrt-*.img.gz
# Identify disk (to replace sdX in the following command below)
lsblk
# Write image
dd if=openwrt-21.02.0-x86-64-generic-ext4-combined.img bs=1M of=/dev/sdX
After that you can partition and / or resize hard disc drive like as following
(i used GParted to make the changes)
HDD Size 4Gb with 3 partitions (1 boot, 1 rootfs, 1 swap)
1) sda1 boot 16mb
2)sda2 rootfs 3,4Gb
3)sda3 swap 355mb
Next Step
lets mount partition first
mkdir /mnt/sda2; mount /dev/sda2 /mnt/sda2
cd /mnt/source (where located the files mentioned before)
tar xvf sda2.tar
Now you can copy the whole customized rootfs whitch is now extracted to sda2 directory into your rootfs I prefer mc (Midnight Commander) for copying files
from /mnt/source/sda2
to /mnt/sda2
Copy all directories and overwrite everything when asked for files or directories with the same filename.
Ok now restart your eeePC to test your new system
– Boot from your hard drive
– if you did all steps then you should have all netword drivers installed š
Now run
ifconfig | less
and you should see the br-lan , note down its ip address
it should be 192.168.1.1
(make sure you have an ethernet cable plugged in)
Use another’s pc browser to login into LuCI web interface.
ps. this pc should be within same network (ex your pc 192.168.1.153)
Activating SWAP Partition
look into LuCI web interface at memory section
or use the following console command free
if your swap is not enabled you can check at file
/etc/init.d/boot , at 23 line
swapon /dev/sda3
check if the above is missing or not misconfigured
no password for root
Enter your password , at least in LuCI

(linux last update 13-12-2023)
torrent
You can download this torrent here ,
And the magnet link here ,
ed2k links
image file Tetractis Asus eeePC701 4G Surf OpenWRT 23.05 x86
Hope it helps, good luck.
Post Views: 58
|