On Fri, Aug 28, 2009 at 10:48:45PM -0500, Julián Moreno Patiño wrote: > Hi, > > 2009/8/27 Aurelien Jarno <[email protected]> > > > Starting with version 1.96+20090826-1 grub-pc uses the wrong fs type for > > the root filesystem, so your system won't boot anymore. > > > > The solution is to change > > set FreeBSD.vfs.root.mountfrom=ufs2:/dev/ad0s1a > > into > > set FreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a > > > I am confused, when I use d-i kfreebsd version to install system, disk > labels are: > > ad0s1, ad0s2, ad1s1, etc > > But on sysinstall hack installer disk labels are: > > ad0s1a, ad0s1b, ad2sa, etc > > My question is: > > set FreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1a > or > set FreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1 > ? > > is it same ? >
I have given my examples for the sysinstall based installer, as it is still the official one (probably not for long). In short just change ufs2 into ufs on the already existing line, update-grub has it correct except that part. Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

