View Single Post
  #2   (View Single Post)  
Old 9th March 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Maybe the info for grub2 in ftp://ftp.eu.openbsd.org/pub/OpenBSD.../INSTALL.linux helps ....

Code:
Booting with GRUB2
-----------------
Here is a sample configuration for OpenBSD and Windows 7

menuentry "OpenBSD" {
	set root=(hd0,3,a)
	chainloader +1
}

menuentry "Windows 7" {
	insmod ntfs
	set root=(hd0,1)
	chainloader +1
}
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote