This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install without bootable CDROM

I figured out how to install without being able to boot from the cdrom (my scsi bios wont allow me to). It wasnt of much use for me since EISA isnt supported. Anyway, I thought there might be someone else who want to install this way. So, here goes the rather simple solution:

1. Extract all the files from the astaro ISO image to an empty directory (I used the vnd loopback driver to do this)
2. Locate the file /isolinux/ramdisk
3. Create a gzipped copy of it with the following command: gzip -9 -c ramdisk >ramdisk.gz
4. Grab a copy of loadlin.exe and put in /isolinux/loadlin.exe
5. Create a linux.bat consisting of the following:
loadlin bzimage vga=normal initrd=ramdisk.gz load_ramdisk=1 root=/dev/ram0
6. Burn the contents to a fresh CD-R
7. Boot with a DOS boot floppy (you will probably need cd drivers and mscdex.exe on this one)
8. Go to your CD drive letter (could be D[:)] and the directory D:\ISOLINUX and run LINUX.BAT
9. Tadaa...


This thread was automatically locked due to age.
Parents Reply Children
  • Hi Term

    i tested your configuration for booting without a bootable CD-ROM !!
    Regrettably, it is unable to reproduce it.
    Which version of ASL did you use ?
    Can you post the right syntax that you used, to make the bootable disk 

    |Ronny|   
     
     [size="1"][ 13 December 2002, 07:35: Message edited by: Ronny ][/size]
  • Hi there,

    Actually my procedure didn't have much to do with producing the DOS boot disk. I can give you some hints about creating a dos boot disk. If you have an ATAPI cdrom (connected to the IDE bus of your computer) you should be fine with one of the floppies from  www.bootdisk.com. Just create the floppy according to the instructions there and boot you computer from it.
    The problems arise when you have a non-IDE cd reader. My CD was a scsi reader, and it was a little fuss before I could get the appropriate DOS scsi drivers. But as soon as you do there should be no problems. If this doesnt help you, please specify your problem a little more (like what CDROM you have and what interface it uses) and I'd probably be able to help.
  • Here is an excerpt from an earlier post I made regarding installing from a CD-ROM that does not support booting from CD.  The link is

    http://www.astaro.org/ubb/ultimatebb.php?ubb=get_topic;f=2;t=001270#000005

    The contents are as follows:

    To enable booting from a CDROM even if the system does not allow cd boot, go to this site and download the software and install to a floppy and you will be able to boot any cd.

    http://www.ranish.com/part/
  • I thought of a solution like this, but I found out that it was real messy. It might be useful for the case you have an ATAPI cd but your motherboard BIOS just will not allow you to boot from it.
    Running loadlin enables you to boot from any device as long as you have DOS drivers, and support for the device in the linux kernel.
    Thanks for the suggestion though!