Forum Moderators: bakedjake
I've been trying to install the mandrake 8.1 on it from CD, but I get a failed boot from the cd, which the installation instructions explain can happen on certain portables.
Is there any other way to install other than booting from cd-rom/floppy? What about a network install(I've got a hub and another desktop also running w2k). Are there any other easy to install flavors of linux that would be more likely to boot from cds? I would strongly prefer not to invest in a usb floppy as I very rarely use floppy drives anymore.
4. Other installation methodsIf for any reason the previous methods do not fit your needs (you want
to perform a network install, an install from pcmcia devices or...),
you will need to make a boot floppy:* Under Linux (or other modern UNIX systems) type at prompt:
$ dd if=xxxxx.img of=/dev/fd0
* Under Windows, follow the method described in point 3, but using
xxxxx.img (see below) instead of cdrom.img.
* Under DOS, assuming your CD is drive D:, type:
D:\> dosutils\rawrite.exe -f images\xxxxx.img -d Awhere "xxxxx.img" is one of the available boot images:
+-----------------+--------------------------------------------+
¦ cdrom.img ¦ install from CD-ROM ¦
¦-----------------+--------------------------------------------¦
¦ hd.img ¦ install from hard-disk ¦
¦-----------------+--------------------------------------------¦
¦ network.img ¦ install from ftp/nfs/http ¦
¦-----------------+--------------------------------------------¦
¦ usbnet.img ¦ id, but using USB network adapter ¦
¦-----------------+--------------------------------------------¦
¦ other.img ¦ install using seldom used hardware drivers ¦
¦-----------------+--------------------------------------------¦
¦ pcmcia.img ¦ install from pcmcia devices ¦
¦-----------------+--------------------------------------------¦
¦ blank.img ¦ install using your own Linux kernel ¦
+-----------------+--------------------------------------------+blank.img is a minimal image to customize kernel installation.
============================================================================