On Sun, Dec 27, 2009 at 11:25 AM, Tomas Bodzar <bodz...@openbsd.cz> wrote:
> Hi all,
>
> I installed another OpenSolaris (snv_129) in VirtualBox 3.1.0 on Windows 
> because snv_130 doesn't boot anymore after installation of VirtualBox guest 
> additions. Older builds before snv_129 were running fine too. I like some 
> features of this OS, but now I end with something funny.
>
> I installed default snv_129, installed guest additions -> reboot, set 
> 'noexec_user_stack=1 ; set noexec_user_stack-log=1' in /etc/system -> reboot 
> and then :
>
> pfexec zpool set dedup=verify rpool
> pfexec zfs set compression=gzip-9 rpool
> pfexec zfs set devices=off rpool/export/home
> pfexec zfs set exec=off rpool/export/home
> pfexec zfs set setuid=off rpool/export/home
>
> after that reboot and I will end with error which you can see in attachment. 
> Boot with -s or -sv flags doesn't help it's in loop and all the time it will 
> end in this state without chance to get to login prompt either CLI or GUI.
>
> Is there a way to do something with it or is it fucked? :-) I want to know 
> just for my knowledge and knowledge of others thanks to archive in forum. No 
> data or similar stuff in this VM as it was only test.
>

gzip compression is not supported in GRUB zfs reader. You should avoid
using it for boot filesystem. If may try to revert compression setting
to "off or "on" (which defaults to lzjb) and try to boot that way.
(That is if you didn't rewrite any critical data after setting gzip
compression).


-- 
Regards,
        Cyril
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to