Hi, I did zfs liveupgrade from b90 to b91. The kernel boots fine, but when i want to boot xVM enabled kernel i get: NOTICE: mount: not a UFS magic number (0x0) panic[cpu0]/thread=f5029aa0: cannot mount root path /ramdisk:a r5053c6c genunix: rootconf+10b (0, 1, f5029210, 0, ) f5053c90 genunix: vfs_mountroot+54 (f4c00010, f504fab8,) f5053ca0 genunix:main+b4 () and the systems stops. What might be the problem. xVM kernel in b90 worked fine. Regards, mjb -- [ -----< Maciej Jan Broniarz || gausus@gausus.net >------ ] | Siamo qui \ sotto la stessa luce \ sotto la sua croce \ | | cantando ad una voce \ E l''Emmanuel Emmanuel, Emmanuel, | [ ---------------< E l''Emmanuel, Emmanuel >-------------- ]
Maciej Jan Broniarz wrote:> Hi, > > I did zfs liveupgrade from b90 to b91. > > The kernel boots fine, but when i want to boot xVM enabled kernel i get: > NOTICE: mount: not a UFS magic number (0x0) > panic[cpu0]/thread=f5029aa0: cannot mount root path /ramdisk:a > r5053c6c genunix: rootconf+10b (0, 1, f5029210, 0, ) > f5053c90 genunix: vfs_mountroot+54 (f4c00010, f504fab8,) > f5053ca0 genunix:main+b4 () > > and the systems stops. What might be the problem. xVM kernel in b90 worked fine.I can''t help you with the issue itself; but if you don''t get any help from someone who can, it may be because they need more information, such as what your grub menu.lst looks like, and, since you mentioned zfs, "zfs list" output. HTH Michael -- Michael Schuster http://blogs.sun.com/recursion Recursion, n.: see ''Recursion''
2008/6/21 michael schuster <Michael.Schuster@sun.com>:> Maciej Jan Broniarz wrote: >> >> Hi, >> > I can''t help you with the issue itself; but if you don''t get any help from > someone who can, it may be because they need more information, such as what > your grub menu.lst looks like, and, since you mentioned zfs, "zfs list" > output.# uname -a SunOS delta 5.11 snv_91 i86pc i386 i86pc # zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 15.2G 442G 38K /rpool rpool/ROOT 9.41G 442G 18K legacy rpool/ROOT/snv_90 11.6M 442G 5.20G /.alt.tmp.b-AG.mnt/ rpool/ROOT/snv_91 9.40G 442G 5.25G / rpool/ROOT/snv_91@snv_91 4.14G - 5.20G - rpool/dump 1019M 442G 1019M - rpool/export 3.80G 442G 19K /export rpool/export/home 3.80G 442G 3.80G /export/home rpool/swap 1019M 443G 1.14M - # bash-3.2# cat /rpool/boot/grub/menu.lst default 3 timeout 10 ***Do not edit*** The menu.lst file for this system is in /rpool/boot/grub. #----- snv_90 - ADDED BY LIVE UPGRADE - DO NOT EDIT ----- title snv_90 findroot (BE_snv_90,0,a) bootfs rpool/ROOT/snv_90 kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS module$ /platform/i86pc/$ISADIR/boot_archive title snv_90 Solaris xVM findroot (BE_snv_90,0,a) kernel$ /boot/$ISADIR/xen.gz module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix module$ /platform/i86pc/$ISADIR/boot_archive title snv_90 failsafe findroot (BE_snv_90,0,a) kernel /boot/platform/i86pc/kernel/unix -s module /boot/x86.miniroot-safe #----- snv_90 -------------- END LIVE UPGRADE ------------ #----- snv_91 - ADDED BY LIVE UPGRADE - DO NOT EDIT ----- title snv_91 findroot (BE_snv_91,0,a) bootfs rpool/ROOT/snv_91 kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS module$ /platform/i86pc/$ISADIR/boot_archive title snv_91 Solaris xVM findroot (BE_snv_91,0,a) kernel$ /boot/$ISADIR/xen.gz module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix module$ /platform/i86pc/$ISADIR/boot_archive title snv_91 failsafe findroot (BE_snv_91,0,a) kernel /boot/platform/i86pc/kernel/unix -s module /boot/x86.miniroot-safe #----- snv_91 -------------- END LIVE UPGRADE ------------ bash-3.2# -- [ -----< Maciej Jan Broniarz || gausus@gausus.net >------ ] | Siamo qui \ sotto la stessa luce \ sotto la sua croce \ | | cantando ad una voce \ E l''Emmanuel Emmanuel, Emmanuel, | [ ---------------< E l''Emmanuel, Emmanuel >-------------- ]
On Sat, Jun 21, 2008 at 10:16:26PM +0200, Maciej Jan Broniarz wrote:> title snv_90 > findroot (BE_snv_90,0,a) > bootfs rpool/ROOT/snv_90 > kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFSSee this?> title snv_91 Solaris xVM > findroot (BE_snv_91,0,a) > kernel$ /boot/$ISADIR/xen.gz > module$ /platform/i86xpv/kernel/$ISADIR/unixYou need the -B ... here too. This is a known bug. regards john
2008/6/21 John Levon <john.levon@sun.com>:> On Sat, Jun 21, 2008 at 10:16:26PM +0200, Maciej Jan Broniarz wrote: > > > You need the -B ... here too. > > This is a known bug.Ok. still why does snv90 xvm boot without -B title snv_90 Solaris xVM findroot (BE_snv_90,0,a) kernel$ /boot/$ISADIR/xen.gz module$ /platform/i86xpv/kernel/$ISADIR/unix /platform/i86xpv/kernel/$ISADIR/unix module$ /platform/i86pc/$ISADIR/boot_archive -- [ -----< Maciej Jan Broniarz || gausus@gausus.net >------ ] | Siamo qui \ sotto la stessa luce \ sotto la sua croce \ | | cantando ad una voce \ E l''Emmanuel Emmanuel, Emmanuel, | [ ---------------< E l''Emmanuel, Emmanuel >-------------- ]