grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems booting Solaris 10 U8 with GRUB


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Problems booting Solaris 10 U8 with GRUB
Date: Fri, 27 Aug 2010 02:42:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100805 Icedove/3.0.6

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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>   


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


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]