All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: Problems booting Solaris 10 U8 with GRUB
Date: Fri, 27 Aug 2010 02:42:06 +0200	[thread overview]
Message-ID: <4C7709DE.7030602@gmail.com> (raw)
In-Reply-To: <D1A3B6E525F5F943AB9D12DED819DD5F013EAFBA@NYCMBX3.winmail.deshaw.com>

[-- 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 --]

  reply	other threads:[~2010-08-27  0:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-27  0:35 Problems booting Solaris 10 U8 with GRUB Turner, Ian
2010-08-27  0:42 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2010-08-27 14:34   ` Turner, Ian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C7709DE.7030602@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.