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

Re: First test...



Thanks for the help, but the file created with mklinuximage still doesn't
work. And with GRUB I got a "grub-floppy" file but I don't know what to do
with that, and I got the complete GRUB (compiled) but I don't know how to put
it on a disk, wich one I should use? Thanks for all...

Facundo Arena

Mahmood Taghizadeh wrote:

> If you have last version of oskit, then you can easily run mklinuxboot
> hello -o zhello, this command produce for U an image file.
>
> you can add an entry in your lilo.conf file and run lilo then reboot
> your system.
> you must add these lines in lilo.conf:
>
>         image=/zhello ;if you put it in root
>         root=/dev/ROOT ; your root device! maybe this line be not
> necessary.
>         label = hello
>
>         You can also use GRUB for loading hello image. GRUB support ext2
>         file system, you must create a ext2-disk by copying
> ext2-grup-floppy.gz to a disk. you can then add images to it. It has a
> configure file that you can set it for adding new images.
>
> Regards,
> --taghi


Follow-Ups: