From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: arisawa In-Reply-To: <20120728101900.7dc2f9a1@gmail.com> Date: Sat, 28 Jul 2012 22:41:07 +0900 Content-Transfer-Encoding: 7bit Message-Id: <80E911F7-A1A7-4070-BB9F-791ECC526887@ar.aichi-u.ac.jp> References: <6CA24E8A-3735-483D-9CF7-1118154C7986@ar.aichi-u.ac.jp> <20120728101900.7dc2f9a1@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] 9pccpu: can't open /dev/sdXX/nvram Topicbox-Message-UUID: a65625b2-ead7-11e9-9d60-3106f5b1d025 > You can simply mount the first FAT partition > from the USB disk, edit the plan9.ini and add > the "readparts=" parameter in the [common] section, > just before the "nvram=" parameter, like this: > > readparts= > nvram=/dev/sdXX/nvram > That is exactly what I did. The problem is in the message "no usb disk", which is confirmed by at% ls /dev/sd* /dev/sdctl at% I believe my 9pccpu kernel is sufficiently recent. --rwxrwxr-x M 221 sys sys 2368300 May 18 07:16 /386/9pccpu and my script in creating bootable usb disk is as follows: disk/partfs /dev/sdU0.0/data # create /dev/sdXX disk/mbr -m /386/mbr /dev/sdXX/data disk/fdisk -baw /dev/sdXX/data disk/prep -bw -a^(9fat nvram) /dev/sdXX/plan9 cp /dev/sdC0/nvram /dev/sdXX/nvram cp /386/9loadusb 9load cp /386/9pc 9pc cp /386/9pccpu 9pccpu disk/format -b /386/pbslba -d -r 2 /dev/sdXX/9fat 9load 9pc 9pccpu plan9.ini If the problem is only to me, I am disliked by 9pccpu kernel. Kenji Arisawa