>So, what do I have to do to switch to a 32 bit kernel in my existing >default solaris installation (which boots in 64 bit afaik).
Edit /boot/grub/menu.lst and add "kernel/unix" as first argument on the multiboot line. (You can also clone the default entry and mkae a "Solaris Nevada (32-bit)" entry instead) #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- title Solaris Nevada snv_31 X86 kernel /platform/i86pc/multiboot module /platform/i86pc/boot_archive #---------------------END BOOTADM-------------------- # # Clone of the above w/ kernel/unix added for 32 bit booting # title Solaris Nevada (32bit) kernel /platform/i86pc/multiboot kernel/unix module /platform/i86pc/boot_archive #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- title Solaris failsafe kernel /boot/multiboot kernel/unix -s module /boot/x86.miniroot-safe #---------------------END BOOTADM-------------------- Casper
