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
}
___
freebsd-questions@freebs
On 30.11.2012 13:48, Ralf Mardorf wrote:
On Fri, 2012-11-30 at 13:08 +0100, Gyrd Thane Lange wrote:
On 29.11.2012 05:50, Carl Johnson wrote:
Ralf Mardorf writes:
Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
bootloader install. Linux grub legacy until now is unable to bo
On Fri, 2012-11-30 at 13:08 +0100, Gyrd Thane Lange wrote:
> On 29.11.2012 05:50, Carl Johnson wrote:
> > Ralf Mardorf writes:
> >
> >> Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
> >> bootloader install. Linux grub legacy until now is unable to boot BSD,
> >> because of "Er
On 29.11.2012 05:50, Carl Johnson wrote:
Ralf Mardorf writes:
Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
bootloader install. Linux grub legacy until now is unable to boot BSD,
because of "Error17: Cannot mount selected partition"
spinymouse@q:~$ cat /boot/grub/menu.lst
Ralf Mardorf writes:
> Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
> bootloader install. Linux grub legacy until now is unable to boot BSD,
> because of "Error17: Cannot mount selected partition"
>
> spinymouse@q:~$ cat /boot/grub/menu.lst
> timeout 8
> default 0
> colo
On Thu, 29 Nov 2012, Ralf Mardorf wrote:
PS:
spinymouse@q:/boot$ grep CONFIG_UFS_FS config-3.6.5-rt14
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
spinymouse@q:/boot$ lsmod | grep ufs
spinymouse@q:/boot$ sudo modprobe ufs
[sudo] password for spinymouse:
spinymouse@q:/boot$ lsmod | grep ufs
u
PS:
spinymouse@q:/boot$ grep CONFIG_UFS_FS config-3.6.5-rt14
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
spinymouse@q:/boot$ lsmod | grep ufs
spinymouse@q:/boot$ sudo modprobe ufs
[sudo] password for spinymouse:
spinymouse@q:/boot$ lsmod | grep ufs
ufs74797 0
So for writ
Installing PC-BSD 8.2 x64 did work without issues. I unchecked the
bootloader install. Linux grub legacy until now is unable to boot BSD,
because of "Error17: Cannot mount selected partition"
spinymouse@q:~$ cat /boot/grub/menu.lst
timeout 8
default 0
color light-blue/black light-cyan/blue
ti