ghosbsd and ubuntu 14 dualboot

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
satrix
Posts: 1
Joined: Wed Jan 27, 2016 6:13 am

ghosbsd and ubuntu 14 dualboot

Post by satrix »

Hi friends ,

i have installed ghostbsd 10.1 and then ubuntu 14 .after installation ghostbsd disappeared from the grub menu .once reboot, BSD appears in the grub menu but when i boot bsd it ,it says unknown partition .
Ubuntu /etc/grub.d/40_custom :
menuentry 'FreeBSD' {
insmod ufs2
set root='hd0,1'
chainloader +

And my ghostbsd grub configuration as below :
### BEGIN /usr/local/etc/grub.d/10_kfreebsd ###menuentry 'GhostBSD' --class freebsd --class bsd --class os $menuentry_id_option 'kfreebsd-simple-56a645f0b6eee30a' { insmod part_bsd insmod part_msdos insmod zfs if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 56a645f0b6eee30a else search --no-floppy --fs-uuid --set=root 56a645f0b6eee30a fi echo 'Loading kernel of FreeBSD kernel ...' kfreebsd /boot/kernel/kernel kfreebsd_loadenv /boot/device.hints insmod part_bsd insmod part_msdos insmod zfs if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 56a645f0b6eee30a else search --no-floppy --fs-uuid --set=root 56a645f0b6eee30a fi kfreebsd_module_elf /boot/kernel/ufs.ko set kFreeBSD.vfs.root.mountfrom=ufs:ufsid/56a645f0b6eee30a set kFreeBSD.vfs.root.mountfrom.options=rw set kFreeBSD.kern.vty=vt
}

Please help us to sort out this issue.Thanks in advance.
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: ghosbsd and ubuntu 14 dualboot

Post by ericbsd »

Can you give use the partition that GhostBSD is install in.
Post Reply