Hi all . i can boot OS in sd0 by openbsd's grub .
by the way openbsd linux sd0 =sda sd1 =sdb 1 months ago by using linux's fdisk fdisk /dev/sdb -> n > p > 4 -> t > a6 (for openbsd) and ***then*** fdisk /dev/sdb -> n > p > 1 (for linux) but 1 week ago i carelessly fdisk /dev/sdb by linux and x -> f (fix partition disoder) and this after pkg_add grub i can boot openbsd in sd0 by openbsd's grub but i can not boot linux in sd1 by openbsd's grub ( the reason is perhaps i make fix partition disorder .) what should i do in /grub/files ? /grub/menu.lst ------------------- default 0 timeout 10 title OpenBSD <- can boot root (hd0,0) chainloader +1 title Porteus-v3.1 32bit <- can boot root (hd1,0) kernel /boot/syslinux/vmlinuz changes=/porteus load=003-lxqt;locales-ja initrd /boot/syslinux/initrd.xz title puppy <- can boot root (hd1,0) kernel /p571/vmlinuz initrd /p571/initrd.gz title ARCH root (hd0,1) <- canNOT boot kernel /boot/vmlinuz-linux root=/dev/sdb2 ro initrd /boot/initramfs-linux.img grub-install /dev/sd1c --------- regards