On Sun, Oct 09, 2005 at 05:03:19PM +0200, [EMAIL PROTECTED] wrote: > hello, > > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 > > but if i do this i get a error-message that rsd0a does not exist > > how can i make this right. > > Roelof
The name of disks is dependent on what type of disk you have. On some systems, it should be /dev/wd0a; on others, /dev/sd0a; and so on. See dmesg and /etc/fstab for which disk you have. Joachim