On Fri, Sep 26, 2008 at 3:31 PM, Trebor <trebor99 at mailinator.com> wrote:

> I'm trying to build a 32 bit wireless driver (ndis) on my 64 bit laptop. In
> order to do so I am trying to modify grub to boot into 32 bit mode as
> follows:
>
> # /rpool/boot/grub/menu.lst
> # ---------------------------
> splashimage /boot/grub/splash.xpm.gz
> background 215ECA
> timeout 30
> default 0
> #---------- ADDED BY BOOTADM - DO NOT EDIT ----------
> title OpenSolaris 2008.11 snv_98 X86
> findroot (pool_rpool,0,a)
> bootfs
> kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
> module$ /platform/i86pc/$ISADIR/boot_archive
> #---------------------END BOOTADM--------------------
> #-------ADDED BY TREB -- DO NOT EDIT -----------
> title Opensolaris 32 bit
> findroot (pool_rpool,0,a)
> bootfs
> kernel$ /platform/i86pc/kernel/unix -v
> modules$ /platform/i86pc/boot_archive
>
> Based on google searches, I've tried multiple variations of the above but
> nothing works. I've got the latest OpenSolaris version (build 98 I believe).
>
> Anyone have any pointers?
>

Try it without the $-signs after kernel and module
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/opensolaris-help/attachments/20080926/52c03ad0/attachment.html>

Reply via email to