View Single Post
Old 17th August 2022
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

Can you boot into your OpenBSD system? IF yes, please post the output of fdisk(1) to check whether the OpenBSD partition is bootable:
Code:
# Disk: sd0       geometry: 243201/255/63 [3907029168 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
*3: A6      0   1   2 - 243201  80  63 [          64:  3907029104 ] OpenBSD
You set the partition bootable with the interactive fdisk command:
Code:
     flag # [value]
             Make the given MBR partition table entry bootable and mark all
             others as not bootable (only one entry can be marked bootable).
             The bootable partition is denoted with `*'.  If a value of 0 is
             given, the MBR partition is marked as not bootable, but no other
             MBR partitions are touched.
Posting the output of disklabel also could be helpful,

I have not used Windows since Windows 95, so I don't know if it is a Windows boot manager issue or a BIOS problem
__________________
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