you can actually copy your boot image from your iso to your pc in either a FAT or EXT base file system. I did it once long time ago. Hope the following lines would help you. This is useful if your pc installed with grub, I'm not sure if lilo work cp /isolinux/vmlinuz /vmlinuz cp /isolinux/initrd.img /initrd.img then install grub and configure your grub.conf to point to your vmlinuz and initrd.img. Once the system boot, you may delete the partition which contain those file, they are actually loaded into RAM. Similiar way if u are install with DOS or windows. On Fri, 18 Mar 2005 08:44:04 +0000, Paul Howarth <paul@xxxxxxxxxxxx> wrote: > On Fri, 2005-03-18 at 13:25 +0800, Edward wrote: > > Dan Fokum wrote: > > > I am trying to install Linux on a computer that does not have a CD > > > drive, so how do I create a Linux boot disk from the ISO images? > > > > > > PS: I downloaded the ISO images onto a Windows XP computer. > > > > You downloaded the images, but you don't have a CD drive to install them > > with? Suppose we find a way to get you a boot disk (which, if you're > > talking about FC3, floppy wise does not exist), how do you expect to > > install Fedora? > > > > This is a very weird question. You MUST have a CD drive for a basic > > installation. > > Not true at all. You can write the diskboot.img file from the images > directory of the first CD/DVD to a USB flash stick or equivalent and > boot from that if your computer supports booting from USB. You can then > install from the network or hard drive, thus not needing a CD drive. > > Paul. > -- > Paul Howarth <paul@xxxxxxxxxxxx> > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > -- Regards, Chee Ong