View Single Post
  #9   (View Single Post)  
Old 24th July 2016
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
Originally Posted by hitest View Post
Hey shep, thanks for the overview! Can you please provide the chain loading command in /etc/grub? I am curious.
I used this guide. Also found in the mailing lists.

My /etc/grub.d/40_custom

Code:
#!/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 Current" {
        set root=(hd0,4)
        chainloader +1
}

Last edited by shep; 24th July 2016 at 02:52 PM.
Reply With Quote