# Rem - I ran these steps going from 10u6 back to 10u5, this should work for 
you.
lumount nv_99
cp /.alt.nv_99/boot/grub/menu.lst /.alt.nv_99/boot/grub/menu.lst.backup
bootadm update-archive -R /alt.nv_99
ls /boot/grub/menu.lst
# rem if menu.lst not there copy one into place 
cp /.alt.nv_99/boot/grub/menu.lst /boot/grub/menu.lst
bootadm update-archive
luumount nv_99
# cat redirect a jumpstart upgrade profile into a file called lu_profile
out_file=./lu_profile
cat >> $out_file << EOF
install_type upgrade
cluster SUNWCXall delete
cluster SUNWCXall add
EOF
# Rem - mount your snv_b99 dvd player or:
mkdir /export/install ; mkdir /export/install/dvd
mount -F hsfs -o ro `lofiadm -a /path/sol-nv-b99-x86-dvd.iso` 
/export/install/dvd
luupgrade -u -n "nv_99" -s /cdrom/10u5 -j ./lu_profile
luactivate nv_99
umount /export/install/dvd
lofiadm -d /dev/lofi/1
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to