[solved] Cannot boot - creating partition and installing FreeBSD is [solved]

Ralf Mardorf ralf.mardorf at rocketmail.com
Mon Dec 3 23:40:27 UTC 2012


On Linux 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 freebsd-questions mailing list