Hi all .
i succeed graphical openbsd login by using refind .

1st story is
http://openbsd-akita.blogspot.jp/2015/10/openbsd-uefi.html


and
2nd + story is ***** about**********
 http://marc.info/?l=openbsd-misc&m=144476075929012&w=2



i do the following using linux

# unzip refind-bin-0.8.2.zip
# mount_msdos /dev/dk0 /mnt2
# cd /mnt2
# mkdir -p EFI/BOOT
# cd EFI/BOOT
# cp -r /refind-bin-0.8.2/refind/drivers_x64 .
# cp -r /refind-bin-0.8.2/refind/tools_x64 .
# cp -r /refind-bin-0.8.2/refind/icons .

# cp /refind-bin-0.8.2/refind/refind_x64.efi bootx64.efi
# cp /refind-bin-0.8.2/refind/refind.conf.sample refind.conf

mkdir OLD
mv * OLD

now
ls  OLD/
bootia32.efi  bootx64.efi

cp OLD/bootx64.efi   ./bootx64-openbsd.efi
cp icons/os_openbsd.png  ./os_openbsd.png  <-----perhaps unnessessary


rewrite refind.conf

tail refind.conf
----------------------------------------
menuentry "OpenBSD/amd64 snapshots58" {
    loader \EFI\Boot\bootx64-openbsd.efi
    icon \EFI\Boot\icons\os_openbsd.png
}

in nowstate

c260 BOOT # ls -l
合計 392
drwx------ 2 yuma yuma   8192 10月 14 23:45 OLD
-rw-r--r-- 1 yuma yuma 120832 10月 14 23:54 bootx64-openbsd.efi
-rw-r--r-- 1 yuma yuma 201416  7月  6  2014 bootx64.efi
drwx------ 2 yuma yuma   8192  7月  6  2014 drivers_x64
drwx------ 2 yuma yuma   8192  7月  6  2014 icons
-rw-r--r-- 1 yuma yuma  15477 10月 14 23:52 os_openbsd.png <-----perhaps
unnessessary
-rw-r--r-- 1 yuma yuma  21822 10月 14 23:55 refind.conf
drwx------ 2 yuma yuma   8192  7月  6  2014 tools_x64



ant then reboot , graphical openbsd logo mark appear .
very happy for openbsd fellows .

-------------------
tuyosi

Reply via email to