View Single Post
  #4   (View Single Post)  
Old 4th March 2012
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

This entry, in the older partitioning scheme, looks correct to me
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 "OpenBSD" {
set root=(hd1,4)
chainloader +1
}
This suggests that your first hard drive has a gpt table
Quote:
Found Scientific Linux release 6.2 (Carbon) on /dev/sda10
I have not delved into systems with more than 2 OS's and gpt tables but would wonder
1) Would you need an OpenBSD gpt table entry?
2) Where did the Partition Boot Record go in your OpenBSD install?
Reply With Quote