The instructions listed below should eliminate a possible paging problem seen with Linux 4.1 on DEC Alpha systems with memory above 64MBs. Copy the following files from the Microway FTP site (data.microway.com): linload.exe , milo , sum Login as ROOT into the Linux operating system and copy the above files into the /tmp directory. You can verify that the files transferred from the FTP site correctly by using the "sum" command: sum linload.exe (sum should be 31338 7) sum milo (sum should be 04402 382) Once booted into Linux, type the following commands: mount /dev/sda1 /mnt (replace sda1 with hda1 if an IDE drive is used instead of SCSI) cd /mnt ls -al (verify that linload.exe and milo are there) mv linload.exe linload.exe.old mv milo milo.old cp /tmp/linload.exe . cp /tmp/milo . init 0 (or shutdown) The system should now be booting with the proper files.