rule-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rule-list] Re: How to install?


From: Raymundo Baquirin
Subject: [Rule-list] Re: How to install?
Date: Fri, 17 May 2002 17:40:44 +0800

Hi Jorge,

On Friday 17 May 2002 00:00, you wrote:
>   , now, i cant use boot.img to boot with loadlin, and i must put the
> floppy drive. If I put floppy drive, i dont have CD, and I dont have free
> space to
>   copy all the image... do you now how to load it with loadlin?
You can mount the slinky boot image as a loop device:
        mount -t vfat /path/to/slinky-v02.3.img /mnt -o loop
Then copy the needed files:
            cd /mnt
            ls
(output should be:
    boot.msg ldlinux.sys rootfs.gz syslinux.cfg vmlinuz )
           cp vmlinuz rootfs.gz   /target/dir
Then 
        (from  /target/dir after booting into DOS)
        loadlin vmlinuz initrd=rootfs.gz root=/dev/ram0

HTH,

Ray



reply via email to

[Prev in Thread] Current Thread [Next in Thread]