All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems booting Solaris 10 U8 with GRUB
@ 2010-08-27  0:35 Turner, Ian
  2010-08-27  0:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 3+ messages in thread
From: Turner, Ian @ 2010-08-27  0:35 UTC (permalink / raw)
  To: 'grub-devel@gnu.org'

It looks like the command-line arguments are not getting passed through. Solaris is looking for an amd64 kernel even though I specified not to on the command line.

Grub configuration:

menuentry "Solaris 10" {
    set root=(pxe)
    set kernel="/sun/boot/pxefiles/multiboot"
    set module="/sun/boot/pxefiles/x86.miniroot "
    echo "Loading ${kernel} ..."
    multiboot ${kernel} kernel/unix -v -B
    echo "Loading ${module} ..."
    module ${module}
    echo "Booting Solaris ..."
    boot
}

Grub seems to run fine, but then I get:

Panic: cannot open kernel/amd64/unix
Press any key to reboot

Note that this works fine using the Sun-provided pxegrub, which is based on 0.9x. Thoughts?

--Ian


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-27 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27  0:35 Problems booting Solaris 10 U8 with GRUB Turner, Ian
2010-08-27  0:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-08-27 14:34   ` Turner, Ian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.