Wow. I'm excited. Manged to boot on my old Fujitsu Siemens Amilo M1424 machine:
CPU 32bit Pentium M 740, which needs grub4dos menu.lst forcepae kernel line addition to work.
BIOS is from 2003, which is also when I think machine was first released.
That BIOS does NOT include/provide usb boot capability (which made things tricky for my test since its hard drive is badly corrupted and couldn't use that for the installation...).
Alas the hard drive is badly corrupted on my Amilo, but luckily the previous grub4dos bit still works from its hard disk. I cannot however install any distro onto that hard drive any more since too wrecked. I therefore put the WeeDog32 Void folder on usb. The Amilo has usb2 ports.
It booted as far as net_connect (wiakwifi configuration), but since wiakwifi wouldn't connect it then hung.
Fix was easy though. I rebooted my other WDL_Arch64 machine. Used filemanager to access the WeeDog32 Void folder on the usb and clicked on the 01firstrib_rootfs.sfs. That opens it up and allowed me to extract the etc/rc.local file in there. I then made a copy of that file in upper_changes/etc (on the usb - I didn't go to the trouble of rewriting the sfs - just used the upper_changes overlay to fix things), and edited it to comment out net_connect and set_time (just in case, I also commented out set_audio). Then I rebooted the old Amilo with that usb and it booted fine, without delay, straight to desktop.
I didn't have ethernet available to me so needed to get wiakwifi to connect. So whilst at the WeeDog32 Void desktop on the Amilo I simply used:
to uncomment lines 9 and 10:
Code: Select all
wifi_driver="wext"
wpa_driver="-D${wifi_driver}" # uncomment if specific required
I needed to do that for my old Amilo wifi card since it needs driver 'wext' and not the default otherwise used (whatever it is...).
Then wiakwifi successfully connected after entering following command in a terminal:
and providing the requested details of my wifi network.
Then I was able to post this message to the forum using Firefox 83 provided in WeeDog32 Void on the old Amilo usb install. It's okay in terms of responsiveness actually (to my surprise). Would be even better if installed to hard disk on the Amilo (rather than usb2) of course.
EDIT: the grub4dos menu.lst stanza used was like this:
Code: Select all
title WeeDog32-Void-2.2a2 (initrd.gz)
uuid afa4effa-e396-4872-b2d8-9648bf8e0a1b
kernel /WeeDog32-Void-2.2/vmlinuz-5.9.13_1 w_bootfrom=UUID=afa4effa-e396-4872-b2d8-9648bf8e0a1b=/WeeDog32-Void-2.2 forcepae
initrd /WeeDog32-Void-2.2/initrd.gz
The old Amilo originally came with 512 MB RAM by the way. However, I upgraded that to its max of 1GB many years ago, so plenty for this experiment, and no doubt why it remains reasonably responsive even from usb2 install and with bang up to date Firefox...
wiak