> p.s. these are the last few lines of current boot.cfg
> file:
>
> fi
> ### END /etc/grub.d/30_os-prober ###
>
This part looks funny. Could you list the entire content of your grub.cfg
file, say, by doing:
cat /boot/grub/grub.cfg > ~/Document/temp.txt
then attach the temp.txt file in your reply?
(Looks like your os-prober did something unexpected. If you are impatient to
wait for a reply, you can try turning off the GRUB2 os-prober by doing:
sudo chmod a-x /etc/grub.d/30_os-prober
then redo the update-grub command.
> ### BEGIN /etc/grub.d/40_custom ###
> # This file provides an easy way to add custom menu
> entries. Simply type the
> # menu entries you want to add after this comment.
> Be careful not to change
> the 'exec tail' line above.
> enuentry "OpenSolaris" {
> set root=(hd0,1)
> chainloader +1
> }
>
> ### END /etc/grub.d/40_custom ###
>
This part looks good.
> As you can see boot.cfg has been updated and still
> does nothing....
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]