> I have made the changes but it seems I am now still > contending with the problem which I had before: > > <OM Jul 25 09:15:20> /usr/sbin/zfs get -Hp -o value available rpool > <OM Jul 25 09:15:20> Creating swap and dump on ZFS volumes > <OM Jul 25 09:15:37> TI process completed successfully > <OM Jul 25 09:15:37> Transfer process initiated > <OM Jul 25 09:15:37> CPIO transfer mechanism selected > <TRANSFER_MOD_E Jul 25 09:16:12> Command /usr/bin/gzcat > /.cdrom/boot/amd64/x86.microroot > /var/run/boot_archive failed > <TRANSFER_MOD Jul 25 09:16:12> TValueError or TABort > <OM Jul 25 09:16:12> Transfer failed with error 1 > > I suspect the problem is that my Laptop does not > support x64.
Should be no problem. Both the 32- and 64-bit parts of the OS are installed, and grub decides at boot time if the 64-bit kernel can be booted; when 64-bit is not available, it'll boot 32-bit. Btw. the problem with the existing primary linux swap fdisk partition is that opensolaris uses the linux swap as installation target. Maybe it still is using that linux swap as installation target, and fails because it runs out of space? What is listed by "zpool list" while the installer runs? Does it show the expected amount of space in the SIZE column? > I don't know if there is a way I can > tell the installer or OpenSolaris in general that I > want to use 32bit. Is there a way to do that? No, both 32- and 64-bit is installed. Is that /.cdrom/boot/amd64/x86.microroot file readable? Try to read all file data; from a terminal window run: dd if=/.cdrom/boot/amd64/x86.microroot of=/dev/null bs=32k In case there are no read error, try to decompress the data with g(un)zip: gzip -dc /.cdrom/boot/amd64/x86.microroot > /dev/null Neither dd nor gzip should report errors. -- This message posted from opensolaris.org