The following directions allow for network install of Red Hat on AlphaBook1. From off of gatekeeper.dec.com, retrieve: pub/DEC/Linux-Alpha/Kernels/ab1-boot.img pub/DEC/Linux-Alpha/Kernels/ab1-cpio.img Create two floppies, one from each of the above files, by simply (eg): dd if=ab1-boot.img of=/dev/fd0H1440 bs=10240 Create the standard Red Hat distribution installation RAMdisk as per their instructions, from off the CD. Mount the installation CD on the FTP or NFS server that you'll be connecting to, noting its IP address for use later. Have an IP address, name, and domain ready for the AlphaBook1. Now, begin: 1. insert the kernel boot floppy (made from ab11-boot.img) and type: >>> b dva0 -file vmlinux.gz -flags "load_ramdisk=1 root=/dev/fd0" 2. insert the standard Red Hat 4.2 RAMdisk floppy when asked to 3. proceed through the standard first few screens of the install, until you arrive at the "Installation Method" screen 4. hit Ctrl-z to get a shell prompt at the bottom of the screen 5. at the shell prompt, type in the following lines: cd /dev mknod fd0 b 2 0 mknod ram1 b 1 2 mke2fs -m0 /dev/ram1 4000 mkdir /aux mount /dev/ram1 /aux cd /aux 6. insert the cpio floppy (made from ab1-cpio.img) and type in: gzip -d -c