I noticed a few people have asked how to install NASLite+ to make it boot off one of the hard drives. Here is how I did it on my system. It may or may not work for you!
Don't forget to back up any files on the disk first, you may loose data following these steps.
Hardware needed:
Computer with floppy, cd, and at least one hard drive for NASLite+
Another computer with Windows
Software needed:
Partion manager - I used an old version of Partition Magic, anything that can make DOS and Linux partitions and format them should work.
DOS boot floppy with CD support from
http://www.bootdisk.com/bootdisk.htm I used DOS 6.22.
syslinux-3.11.zip from
http://www.kernel.org/pub/linux/utils/boot/syslinux/
Trial version of Magic ISO program from
http://www.magiciso.com/
and of course NASLite+
I have an old Micron 200MHz system with a BIOS that won't boot from cd, so I set out to find a way to boot NASLite+ from the hard drive instead. Here's what I did.....
1. Downloaded NASLite+ and burned ISO image to a CD and verify it will boot on another computer
2. On the computer I was going to install NASLite+ on I partitioned the first hard drive as follows:
1st primary partion with Linux file system using all but 10-20MB of the disk.
2nd primary partion set to FAT and marked as bootable and active. This was at the "end" of the disk. The disk drive was only 2.5GB. I don't know if DOS will still boot on a "big" hard drive if the partion is way at the end, but the Linux partion has to be the first partition or NASLite+ will not recognize it. If you have the option of making the first partion at the end of the disk instead of the beginning it might work better, but I haven't tried this. My first partition(linux) was at the beginning of the disk.
3. Format both partitions using your partion manager.
4. Get syslinux-3.11.zip from
http://www.kernel.org/pub/linux/utils/boot/syslinux/. Unzip the file and copy syslinux.com from the syslinux-3.11/dos directory onto your DOS boot floppy.
5. Get the trial version of Magic ISO from
http://www.magiciso.com/ and install it on your Windows computer. With the NASLite+ CD in your Windows computer, start Magic ISO and open the /BOOT/BOOT.IMG file on the NASLite+ CD. Magic ISO should expand boot.img and show the following files:
LDLINUX.SYS
NASLITE.01
NASLITE.02
NASLITE.MSG
NASLITE.SCR
SYSLINUX.CFG
Extract these files to your windows computer and then burn them to another CD as data. (not bootable)
Put the data CD containing the above files into your NASLite+ computer cd drive.
6. Put the DOS boot floppy into your NASLite+ machine and boot to DOS.
7. Type the following commands at the A:\> prompt
sys c:
syslinux c:
The first command makes the hard drive bootable and the syslinux command will install files that will make it able to boot linux images.
If you get errors here it probably means you didn't format the C: drive. From the A:\> prompt type
format c:
Then do the above 2 commands.
8. change to the cd drive on the NASLite+ computer. On mine the DOS boot floppy made the cd rom drive R:
cd r:
9. copy all the files on the CD except the LDLINUX.SYS file. This is a syslinux file and when you did step 7 it was put on the disk for you as a hidden system file.
copy naslite.* c:
copy syslinux.cfg c:
Type dir /a c: and you should see the files listed above along with command.com and a couple other .sys files
10. remove the dos boot floppy and the data CD and reboot the NASLite+ computer.
It should now boot to the NASLite+ initial screen.
Enter your registration code and set your options and save to floppy (still need the floppy). You can remove the IDE CD drive from the NASLite+ computer now and add another disk if desired.
When I first tried this, I put DOS in the first partition. NASLite+ noted that there were 2 partitions on the drive when it prints out the linux starting text, but it wouldn't mount the 2nd partion with the linux file system. It showed something like "Not Usable" (don't remember exact message) on the disk drive list. If you get this kind of error you probably put the dos partion as the first primary partition instead of the 2nd. The linux partion has to be the first primary partion for NASLite to mount it.
I'm interrested in hearing other people's experience with "bigger" hard drives, so if you get it to work with a big drive, let the rest of us know what you did.
Steve