Wakepup2 Aug 2008 - floppy image for booting from USB

Using applications, configuring, problems
Message
Author
ubuntu
Posts: 1
Joined: Sun 09 Jan 2011, 16:14

Using LINLD.COM for Ubuntu

#136 Post by ubuntu »

Hi,
I am trying to use the below config.sys (and Autoexec.bat) and the instructions from the big_pc_man posted a long time ago. However, I am using Ubuntu 10.10, for which I have change the original config.sys to:
LINLD.COM image=%drv%\casper\vmlinuz initrd=%drv%\casper\initrd.lz
(not sure what to use for cl=)

But it does not work. Do you think I can use LINLD.COM for Ubuntu? If yes, do you happen to know how?

Cheers,
cls
echo.
echo Checking any USB drive for marker file USBFLASH...
for %%x in ( C D E F ) do if exist %%x:\%usrinput%usbflash set drv=%%x:\%usrinput%
if "%drv%"=="" goto failed
:load
LINLD.COM image=%drv%vmlinuz initrd=%drv%initrd.gz cl=@linld\puppy.lin
goto end
:failed
type FAILMSG.TXT
:end
[/quote]

Post Reply