On Thu, Sep 25, 2008 at 6:44 PM, Treb <[EMAIL PROTECTED]> wrote: > I'm trying to build a 32 bit wireless driver (ndis) on my 34 bit > computer. 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 >
you're not taking zfs boot into consideration in what you edited, your kernel line should probably look like this: kernel$ /platform/i86pc/kernel/unix -B $ZFS-BOOTFS nacho _______________________________________________ opensolaris-discuss mailing list [email protected]
