From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <15b05dc6f201f44ff799bf40de2f2461@quintile.net> From: "Steve Simon" Date: Sat, 12 Nov 2005 23:05:05 +0000 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Win2k-NTFS and plan9, dual boot Topicbox-Message-UUID: ac363186-ead0-11e9-9d60-3106f5b1d025 Ok, I'am being foolish but I cannot see where. I reinstalled my laptop with Win2k with NTFS. So I manually added a line to boot.ini: c:\bootsect.p9 = "Plan 9 from Bell Labs" and build a bootsect.p9: touch /tmp/diskimg disk/format -b /386/pbslba /tmp/diskimg dd -bs 512 -count 1 < /tmp/diskimg > bootsect.p9 rm -f /tmp/diskimg However when I try to boot plan9 I get: Loading Plan9 PBS ... Bad format or I/O error Press a key to reboot What did I miss? -Steve