Displaying 3 results from an estimated 3 matches for "root_arch".
Did you mean:
boot_arch
2006 Oct 31
0
6414238 no menu on x86 cd
Author: setje
Repository: /hg/zfs-crypto/gate
Revision: 538dbfddda692163b723b8101962a74a070a8b5c
Log message:
6414238 no menu on x86 cd
Files:
update: usr/src/cmd/boot/scripts/root_archive.ksh
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
...first with a mirror zfsroot, when I try to boot to zfsboot
the screen is flooded with "init(1M) exited on fatal signal 9"
Than I tried with a simple zfs pool (not mirrored) and it just
reboots right away.
If I try to setup grub manually, it has no problem in both cases
finding the root_archive, etc...:
grub> root (hd0,0,a)
Filesystem type is zfs, partition type 0xbf
grub> /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
loading ''platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
cpu: ''AuthenticAMD'' family 15 model 47 step 0
[BIOS accepted mixed-mo...
2008 Nov 12
21
zfs boot - U6 kernel patch breaks sparc boot
...################
fsck /dev/rdsk/c0t0d0s0 doesn''t find any problems.
So mounted this slice on /tmp/a, and
# find /tmp/a/boot
/tmp/a/boot
/tmp/a/boot/solaris
/tmp/a/boot/solaris/bin
/tmp/a/boot/solaris/bin/extract_boot_filelist
/tmp/a/boot/solaris/bin/create_ramdisk
/tmp/a/boot/solaris/bin/root_archive
/tmp/a/boot/solaris/filelist.ramdisk
/tmp/a/boot/solaris/filelist.safe
/tmp/a/boot/solaris/filestat.ramdisk
# cat /tmp/a/boot/solaris/filelist.ramdisk
etc/cluster/nodeid
etc/dacf.conf
etc/mach
kernel
platform
It looks different than on x86 (no kernels), so is it possible, that the
patch didn...