View Single Post
  #1   (View Single Post)  
Old 16th February 2014
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default dual boot ubuntu server 13.04 with freebsd 10 release

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.

Quote:

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
Quote:
#!/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
Reply With Quote