Page 1 of 1

ghosbsd and ubuntu 14 dualboot

Posted: Wed Jan 27, 2016 10:49 am
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.

Re: ghosbsd and ubuntu 14 dualboot

Posted: Mon Feb 01, 2016 12:32 pm
by ericbsd
Can you give use the partition that GhostBSD is install in.