andLinux Installation Troubleshooting
Check out this screenshot :
It’s andLinux, a Linux distribution based on Kubuntu 6.10 with a coLinux kernel which runs under any Windows NT (here in Windows XP SP2 with Zune Theme, running KDevelop, Konsole and Synaptic, alongside with Firefox for Windows, Excel 2007 and Adobe Photoshop CS). What’s cool is that unlike virtualization solutions, its kernel runs on real CPU hardware (albeit limited to 1 core). And unlike CygWin/X is not an abandoned project and it runs Linux x86 binaries without recompiling.
It’s cool and performance seems to be good, albeit memory constrained. Integration between Windows and Linux environments is very high. Check it out and take into account Topologilinux, a Slackware+coLinux distribution.
On a side note I had problems during installation with a batch file running forever without any result.
I took these steps to have it working (it may break your system, don’t bother me if it does) :
- Ctrl-C and terminate batch job
- Reboot
- Install WinPCap manually
- Go to C:\andLinux\netdriver and copy andLinux.cmd in hackedandLinux.cmd
- Edit hackedandLinux.cmd as this :
- Delete all the lines before “SET REGKEY=%%G”
- Replace %%G with %REGKEY% in all the file
- Search the registry (using regedit) for TAP-Win32 until you find a key named NetCfgInstanceId containing a GUID. Copy the GUID in the clipboard.
- Edit the first line of the batch file so that it reads SET REGKEY={4AD26856-00D4-499B-AF61-A9B39B540131} (put your GUID instead of mine!!!!)
- Run the batch file
- Restart the andLinux service and eventually the DNS Bonjour service (I restarted it, I don’t know if it’s part of andLinux though) - or reboot if in doubt!
- Enjoy !
