Felix Nielsen wrote: > Hi > > I am trying to upgrade my 2009.06 111b to the latest dev version, and after > running the statements below and rebooting - it just keep rebooting after > graphic progressbar. > > #pfexec pkg set-publisher -O http://pkg.opensolaris.org/dev opensolaris.org > #pfexec pkg image-update > > Any hints on how I can solve it? > > Thanks > Hi Felix,
It appears that something caused the machine to panic after upgrading. To see exactly what it is, please do the following: - In the GRUB item, type "e" (for edit). - Go to the kernel line, and hit "e" to mdify the "kernel" line to disable graphical boot, and run the kernel in the debugger. The kernel line should look like this after modification: kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS -kdv - press "d" to delete the following 3 lines. This will disable graphical boot. splashimage /boot/solaris.xpm foreground d25f00 background 115d93 - Finally, press return to boot this entry. This will cause the kernel debugger to load Loading kmdb... Welcome to kmdb kmdb: unable to determine terminal type: assuming `vt100' Loaded modules: [ unix krtld genunix ] [0]> At the prompt, enter "moddebug/W 0x80000000", <return> and then ":c", <return> which will then print out each module as it's being loaded. - When the machine panics, it would be helpful if you can take a picture of the screen so we can see exactly what's causing the problem. Thank you, --Karen