William Shank on Fri, 19 Oct 2001 12:24:19 -0400 |
unfortunately, there is no floppy in this machine. i may be able to get a usb floppy on loan if all else fails. here is the loadlin batch file, tia for help: @echo off if "%1"=="" goto usage goto goon :usage echo usage: echo linux xxx echo or (if you want to boot a UMSDOS partion) echo linux xxx umsdos echo where xxx means the Linux device name of the root partition. echo For example: linux hda1 umsdos goto ende :goon set RWRD=ro if "%2"=="" goto goon2 set RWRD=rw :goon2 C:\loadlin\loadlin @C:\loadlin\linux.par root=/dev/%1 %RWRD% :ende -----Original Message----- From: Bill Jonas To: 'plug@lists.phillylinux.org' Sent: 10/19/01 12:04 PM Subject: Re: [PLUG] Help installing to VAIO SuperSlim... On Fri, Oct 19, 2001 at 11:36:37AM -0400, William Shank wrote: > can anyone help me out here? i usually install from boot disk/cdrom, so this > is foreign to me. Since the CD-ROM works in Linux (on another machine), perhaps you should try using a floppy disk to boot from. (Look on your distribution's CD for their floppy disk images and use rawrite.exe to put it on a floppy.) This would allow you to get the system up and going and then you might be able to mount the CD-ROM and proceed with your install. If that doesn't work, can you post details on what you're trying with loadlin? ie, how you're invoking it (From the command line or with a batch file? If with a batch file, what are the contents of it?), what other files you have alongside loadlin.exe and your kernel image, that sort of thing. -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin If encryption is outlawed, bayl bhgynjf jvyy unir rapelcgvba. ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|