What os is this?

What is the hardware?

can you try running format with efi_debug set. You have to run format using a 
debugger and patch the variable. Here is how using mdb (set a break point in 
main so that the dynamic linker has done it's stuff, then update the value of 
efi_debug to be 1, then continue):

# mdb /usr/sbin/format
> main:b
> :r
mdb: stop at main
mdb: target stopped at:
main:           pushl  %ebp
> efi_debug/x
libefi.so.1`efi_debug:
libefi.so.1`efi_debug:          0       
> efi_debug/w 1
libefi.so.1`efi_debug:          0       =       0x1
> :c
Searching for disks...done

--chris
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to