What about 1Tb disk? Is CHS mode correct for this disks?
17.11.2013 20:20 пользователь "Wesley MOUEDINE ASSABY" <
open...@e-solutions.re> написал:

> Hi
>
> I just tested this. It works nice for me.
>
> I have a Windows 8.1 on a hard drive 15 GB (A full one partition).
> So i want to install OpenBSD 5.4 and have multiboot.
>
> -1- Reduce the disk using disk management (MMC snap)
> i reduced Windows partition, i have now a second partition 1GB.
> Put OpenBSD 5.4 CD, and reboot.
>
> -2- Install OpenBSD using CHS (Be careful!)
> OpenBSD is now installed, eject cd, and reboot to windows
> # fdisk -e 3
>
> -3- Download the tool dd for windows
> http://www.chrysocome.net/dd
> Unzip dd-0.6beta3 and do :
>
> open "cmd" as administrator and do:
> dd --list
> # this will list device (we are looking for partition 2 (openbsd)
>
> dd if=\\?\Device\Harddisk0\Partition2 of=openbsd.pbr bs=512 count=1
> # This record OpenBSD PBR
> Copy the file openbsd.pbr to the root c:
>
> -4- Modify boot.ini using bcdedit
> In a cmd console (need administrator rights)
> bcdedit /create /d "OpenBSD 5.4" /application boot sector
> # copy the identifier and paste it to the 4 following lines
> # For me, identifier is : {0eae31b8-4f98-11e3-8260-00264aa3d5ac}
>
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} device boot
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} path \openbsd.pbr
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} device partition=c:
> bcdedit /displayorder {0eae31b8-4f98-11e3-8260-00264aa3d5ac} /addlast
>
> -5- Reboot, you re done!
> As Dmitri said, windows 8.1 load graphical before you have the boot choice.
> And when you choose OpenBSD, the box reboot and load OpenBSD.
>
> I hope this helps!!
> If you want i can do a better how-to with snapshots, and put it on the web.
> Or contribute to the FAQ!*
>
> Cheers,
>
> Wesley MOUEDINE ASSABY
> http://www.mouedine.net

Reply via email to