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

Re: How to boot OSKit



mklinuximage takes in an OSKit-created Multiboot kernel and outputs a
linux-style kernel.  If you don't give it a kernel to modify, it gives a
kernel that might be doing what you describe.

(I think.)

-Titus


On Thu, 21 Jun 2001, Ki-Hwan Kim wrote:

> I just typed mklinuximage command and got zImage file.
>
> I copy zImage to /boot/multiboot directory and
> modified /etc/lilo.conf file as following.
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> message=/boot/message
> linear
> default=linux
>
> image=/boot/vmlinuz-2.4.2-2
>         label=linux
>         read-only
>         root=/dev/hda5
> image=/boot/multiboot/zImage
>         label=OSKit
>         read-only
>         root=/dev/hda5
>
> When I trid to reboot and chose OSKit label, I got
> error message and I couldn't boot system.  What should
>
> I do? How to make kernel and How to boot OSKit? Is My
> way(mklinuximage) wrong?
>
>
> Error message is following
> Loading OSKit
> Press any key to reboot.k
> Extended memory 65468K
> compressed boot module set contain no modules
> Backtrace:fp=d300
> 00003237 00002324 00003880 00003027 00003857
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>


References: