skaos
Group: Members
Posts: 430
Joined: April 2004 |
|
Posted: June 14 2004,12:54 |
|
It could be that your laptop cannot boot from a usb cd-drive. The bootusb.img file is for creating a bootable diskette that (I guess) should be able to recognise the usb cd-drive (then again it could be for use with usb memory sticks). You need rawrite to create the diskette in dos/win, which you e.g. can find here: ftp://ftp.nluug.nl/pub....otdisks
If you don't have a diskette drive in your laptop, first create the diskette, (somehow) transfer vmlinuz and miniroot.gz to the laptop disk, e.g. to c:\dsl. Then download loadlin.exe from e.g. ftp://ftp.nluug.nl/pub....). If you use Win, you have to boot into command line (pressing F8 when booting and selecting the bottom choice), then issue this command: loadlin vmlinuz initrd=miniroot.gz
|