My /etc/fstab
/dev/wd0a / ffs rw 1 1
/dev/wd0h /home ffs rw,nodev,nosuid 1 2
/dev/wd0d /tmp ffs rw,nodev,nosuid 1 2
/dev/wd0g /usr ffs rw,nodev 1 2
/dev/wd0e /var ffs rw,nodev,nosuid 1 2
# fdisk wd0
Disk: wd0 geometry: 3916/255/63 [62914560 Sectors]
Offset: 0 Signature: 0xAA55
Starting Ending LBA Info:
#: id C H S - C H S [ start: size ]
-------------------------------------------------------------------------------
0: 07 0 1 1 - 1274 254 63 [ 63: 20482812 ] HPFS/QNX/AUX
*1: A6 1275 0 1 - 3915 254 63 [ 20482875: 42427665 ] OpenBSD
2: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
3: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
On 7/29/08, thacrazze <[EMAIL PROTECTED]> wrote:
> I want a dualboot with windows xp, and for this I used the FAQ
> http://www.openbsd.org/faq/faq4.html#Multibooting, but when I run the
> command "installboot" i get only "ksh: installboot: not found" and
> when I execute "dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1" I get
> only "dd: /dev/rsd0a: Device not configured"
>
> can someone help me?
>
> --thacrazze