[solved] Boot loaders for Linux that can also boot FreeBSD

Ralf Mardorf ralf.mardorf at alice-dsl.net
Mon Dec 3 23:40:15 UTC 2012


I switched from GRUB legacy to GRUB 2.

To transform menu.lst into grub.cfg:

SYNOPSIS
       grub-menulst2cfg [INFILE [OUTFILE]]

To boot FreeBSD:

menuentry "FreeBSD"{
    set root=(hd0,msdos1)
    chainloader +1
}




More information about the Ubuntu-Studio-users mailing list