Hi ,
iI want install FREEBSDFreeBSD 10 on my laptop
on this laptop ,iI have already install Debian.
I want make dual boot, but it doesn't work.
I have installedfreesdFreeBSD, but iI can't boot in freebsdFreeBSD.
?
iI can see "FreeBSD 10.0" in the menu GRUB but when I click, nothing happens.
Can you help me?[/CODE]
on this laptop ,
I want make dual boot, but it doesn't work.
I have installed
Code:
Disque /dev/sda : 465,8 GiB, 500107862016 octets, 976773168 secteurs
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 67275A22-A886-4745-8A44-5C967EC65535
Device Start End Sectors Size Type
/dev/sda1 2048 206847 204800 100M EFI System
/dev/sda2 206848 468991 262144 128M Microsoft reserved
/dev/sda3 468992 204802047 204333056 97,4G Microsoft basic data
/dev/sda4 204802048 209020927 4218880 2G Linux swap
/dev/sda5 209020928 229986303 20965376 10G Microsoft basic data
/dev/sda6 229986304 250951679 20965376 10G Microsoft basic data
/dev/sda7 250951680 394311679 143360000 68,4G Microsoft basic data
/dev/sda8 394311680 432390143 38078464 18,2G Linux filesystem
/dev/sda9 432390144 438249471 5859328 2,8G Linux filesystem
/dev/sda10 438249472 443125759 4876288 2,3G Linux filesystem
/dev/sda11 443125760 504565759 61440000 29,3G Linux filesystem
/dev/sda12 504565760 504567359 1600 800K EFI System
/dev/sda13 504567360 968036343 463468984 221G FreeBSD UFS
/dev/sda14 968036344 976424951 8388608 4G FreeBSD swap
[/CMD]
[DEL]FREEBSD[/DEL]FreeBSD is installed in [FILE]/dev/sda13[/FILE].
To boot, in GRUB [DEL]i[/DEL]I wrote this code:
[CODE]
menuentry "FreeBSD 10.0" {
insmod ufs2
set root=(hd0,13)
kfreebsd /boot/loader
}
Can you help me?[/CODE]