Vesa Akseli Norrman | 5 May 2002 21:04
Picon
Picon

mountroot problem

Hello,
I have a RAMDISK kernel cross built on i386 and I'm testing Jornada 680.
The problem is mountroot doesn't work. The filesystem is an ffs-type image
and I try using md device. Looking at messages:
mountroot: trying nfs...
mountroot: trying msdos...
mountroot: trying ffs...
no file system for md0 (dev 0x600)
cannot mount root, error = 79
Trying to debug the problem... looks like it is testing for a magic
number of the ffs but it finds a zero instead???
I tried sh3.newpmap.patch too, but it didn't help me.
regards, Vesa

UCHIYAMA Yasushi | 6 May 2002 16:50
Favicon

Re: mountroot problem

 | I have a RAMDISK kernel cross built on i386 and I'm testing Jornada 680.
 | The problem is mountroot doesn't work. The filesystem is an ffs-type image

For mdsetimage RAMDISK, apply following patch. I'll fix later.

Index: RAMDISK
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/hpcsh/conf/RAMDISK,v
retrieving revision 1.3
diff -u -r1.3 RAMDISK
--- RAMDISK	2001/03/20 16:05:42	1.3
+++ RAMDISK	2002/05/06 14:48:14
 <at>  <at>  -13,4 +13,5  <at>  <at> 
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
+#options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
+options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks

FUKAUMI Naoki | 22 May 2002 09:51

20020520-1.5ZC snapshot for hpcmips and hpcsh

hello

I made unofficial snapshot for hpcmips and hpcsh.

  http://kame.naobsd.org/

(untested, no warranty, sorry)

This time, boot loader (hpcboot) and kernel aren't available for hpcsh.
I'll make these later.

--
FUKAUMI Naoki

UCHIYAMA Yasushi | 22 May 2002 17:14
Favicon

disklabel

I have changed the disklabel.
 + increased to 16 partition.
 + remove bsd area of the disk.
please remake /dev with new MAKEDEV.
---
UCHIYAMA Yasushi
uch <at> vnop.net

FUKAUMI Naoki | 23 May 2002 06:01

Re: 20020520-1.5ZC snapshot for hpcmips and hpcsh

At Wed, 22 May 2002 16:51:52 +0900,
FUKAUMI Naoki wrote:
> This time, boot loader (hpcboot) and kernel aren't available for hpcsh.
> I'll make these later.

I made kernel, kernel with miniroot.fs and hpcboot, for hpcsh.
(all untested)

--
FUKAUMI Naoki


Gmane