View Single Post
  #1   (View Single Post)  
Old 21st June 2008
Arenlor Arenlor is offline
New User
 
Join Date: Jun 2008
Posts: 1
Default Having trouble adding 7.0 to GRUB 0.97

As stated in the title I'm trying to add FreeBSD 7.0 to my GRUB 0.97 list. My current attempt is:
Code:
title FreeBSD
root (hd0,2a)
kernel /boot/loader
savedefault
makeactive
chainloader +1
I get error 22 partition not found. The line in fdisk for it is:
# /dev/sda3 5991 7296 10490445 83 Linux
Any help on fixing this would be much appreciated.
Reply With Quote