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?

Thanks
Treb
--
This message posted from opensolaris.org

Reply via email to