PDA

View Full Version : [ubuntu] dual boot ubuntu server 13.04 with freebsd 10 release



philippe_P
February 13th, 2014, 06:09 PM
Hi,
I have a quad cores personal computer with 500 go harddrive, i have to install freebsd 10 first and after manualy instalation for ubuntu server i386 13.04, ubuntu boot but i cannot to start freebsd system since grub, this my output terminal.




root@dct-zeus:/home/administrateur# sudo parted /dev/sda unit s printModèle: ATA Hitachi HDP72505 (scsi)
Disque /dev/sda : 976773168s
Taille des secteurs (logiques/physiques): 512B/512B
Table de partitions : gpt
Numéro Début Fin Taille Système de fichiers Nom Fanions
1 34s 161s 128s démarrage
4 2048s 4095s 2048s bios_grub
2 4096s 385619967s 385615872s freebsd-ufs
5 385619968s 968884223s 583264256s ext4
3 968884258s 976773133s 7888876s linux-swap(v1)
root@dct-zeus:/home/administrateur#

/etc/grub.d/40_custom


#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "FreeBSD 10.0r" {
insmod ufs2
set root=(hd0,5)
kfreebsd
}



whish parametres can to write for boot freebsd !

Regards
Philippe