Re: [Pcbsd-developer] Grub
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-07-28 12:23:06
|
On Friday 28 July 2006 4:41 am, Mario =C4=90ani=C4=87 wrote: > On 7/28/06, Charles A. Landemaine <lan...@gm...> wrote: > > One more reason to drop the default FreeBSD bootloader, it doesn't > > load Linux on a number of PCs, while Grub does... > > Shall we go for grub2? :) > > Kind regards, > Mario > Lack of knowledge how to run FreeBSD boot manager aka Boot Easy is no reaso= n=20 to drop it and use Grub instead. The FreeBSD boot process can read the kernel to load from virtually=20 everywhere, no matter where the bootloader was started from. I.e. the=20 bootloader can be on a floppy and still load a kernel from a harddisk. And = it=20 doesn't have to be told which kernels it should prepare for, it can read th= e=20 filesystem by itself.=20 Other OSes either narrow down your possible choices which kernel to load or= =20 they force you to prepare your bootloader for the target kernels. This is a= n=20 obvious problem if you already shut down the system and forgot to tell the= =20 bootloader about the new kernel location. FreeBSD's bootloader can search f= or=20 itself. =46reeBSD boot manager is is using Forth based scripting language Ficl and = is=20 object-oriented. I prefer KISS (Keep It Stupid Simple) way of computing. Andrei |