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

* Re: Problems booting Solaris 10 U8 with GRUB
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-08-27  0:42 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]

On 08/27/2010 02:35 AM, Turner, Ian wrote:
> 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
>   
multiboot ${kernel} ${kernel} kernel/unix -v -B
>     echo "Loading ${module} ..."
>     module ${module}
>   
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
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

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

* RE: Problems booting Solaris 10 U8 with GRUB
  2010-08-27  0:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2010-08-27 14:34   ` Turner, Ian
  0 siblings, 0 replies; 3+ messages in thread
From: Turner, Ian @ 2010-08-27 14:34 UTC (permalink / raw)
  To: grub-devel@gnu.org

> >     multiboot ${kernel} kernel/unix -v -B
> multiboot ${kernel} ${kernel} kernel/unix -v -B

> >     module ${module}
> module ${module} ${module}

This worked great. I'll add an example to the wiki.

--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.