NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

install/58204: Problem preparing evbppc disk on i386 (mount -o log)



>Number:         58204
>Category:       install
>Synopsis:       Problem preparing evbppc disk on i386 (mount -o log)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    install-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 27 15:45:00 +0000 2024
>Originator:     Kouichi Hashikawa
>Release:        NetBSD-current, 10
>Organization:
>Environment:
>Description:
I create root filesystem for OpenBlocks266, on i386 with usb-ide and ide-msata adapter.

i386# fdisk (my OpenBlocks266 kernel has options EVBPPC_HAS_MBR)
i386# disklabel -B be -R disk disklabel.backup
i386# newfs -O2 -B be /dev/rwd0a
i386# mount -o log /dev/wd0a /mnt
i386# cd /mnt
i386# tar xpzf 10.0-evbppc/sets/base.tgz
i386# cd /
i386# umount /mnt

and, ide-msata board to OpenBlocks266's IDE, and boot,

...
[   5.0703736] root file system type: ffs
[   5.0703736] kern.module.path=/stand/evbppc/10.0/modules
[   5.1899287] init: copying out path `/sbin/init' 11
[   5.5999796] panic: init died (signal 0, exit 11)
[   5.5999796] cpu0: Begin traceback...
[   5.5999796] 0x07e33d60: at vpanic+0x160
[   5.5999796] 0x07e33d90: at panic+0x58
[   5.5999796] 0x07e33dd0: at exit1+0x4bc
[   5.8301966] 0x07e33e90: at sys_exit+0x4c
[   5.8799604] 0x07e33eb0: at syscall+0x348
[   5.9299657] 0x07e33f20: user SC trap #1 by 0xfdd90574: srr1=0xc030
[   5.9299657]             r1=0xfffeba90 cr=0x84000484 xer=0 ctr=0xfdd9056c esr=0x800000 pid=0x3

Then, I recreate disklabel, newfs, tar xpzf under ide-msata board on OpenBlocks266, using OpenBlocks266 installer kernel, /sbin/init can start.


What is the problem?
  mount -o log is not compatible with i386 and ppc405, like endian issue? (but man wapbl is not described about endian, or move disk to other machine.)
  on OpenBlocks266 installer kernel, mount -o log /dev/wd0a /mnt is
failed.

  whole disk is partition d on i386, c on evbppc, this diffrence is cause?

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index