On Mon, Aug 31, 2009 at 9:01 PM, Alan Zheng<machinecat1...@gmail.com> wrote:
> Hello everyone:
>
> I try to load freedos by grub. so I refered from its isolinux.cfg to write
> grub's menu.lst as below:
>
> title FreeDOS
> root (hd0,2)
> kernel /isolinux/data/memdisk
> initrd /isolinux/data/fdboot.img
>
> it looks can be loaded, but a problem is why there is only freedos safety
> model in my loader menu list?
>
> Is I missing some arguments for grub loader or something? Can anyone give me
> some ideas?


I recognize this code, memdisk is a special program that can be used
to load & boot a floppy image [which would be fdboot.img].

root (hd0,2)
chainloader +1

is probably what you are looking for.  It loads the bootloader off the
3rd partition.


-- 
Nathan Coulson (conathan)
------
Location: Brittish Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to