Re: [osol-help] GRUB problem

2011-08-02 Thread prashant
hey, thanx eam1 for the reply but that tutorial works for ubuntu with GRUB1 
only and opensolaris's GRUB doesn't work with new ext4 of ubuntu. But with some 
trial and error i have fixed the problem and now I'm running latest LINUX, 
WINDOWS and UNIX on my system in triple boot. :)
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] GRUB problem

2011-08-02 Thread Edward Martinez
> hello everybody,
> 
> I have installed opensolaris 2009.06 with windows 7
> ultimate x64 and ubuntu 11.04 x64 as i wanted to
> triple boot my system. I installed windows first
> followed by ubuntu on an extended partition and
> finally installed opensolaris on primary partition
> after windows. Now I'm able to boot windows and
> opensolaris but not ubuntu. Opensolaris's GRUB did
> not write an entry for ubuntu which now i have to
> write manually.[i] I have attached the ubuntu's GRUB
> configuration file "[b]grub.cng[/b]" with this
> post[/i]. please help me

This may help. it's a three part article explaining how to triple boot 
opensolaris.
the bottom of the article shows how to edit grub when triple booting.

http://blogs.oracle.com/observatory/en_US/entry/triple_boot_part_3_install
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] GRUB problem

2011-08-02 Thread prashant
hello everybody,

I have installed opensolaris 2009.06 with windows 7 ultimate x64 and ubuntu 
11.04 x64 as i wanted to triple boot my system. I installed windows first 
followed by ubuntu on an extended partition and finally installed opensolaris 
on primary partition after windows. Now I'm able to boot windows and 
opensolaris but not ubuntu. Opensolaris's GRUB did not write an entry for 
ubuntu which now i have to write manually.[i] I have attached the ubuntu's GRUB 
configuration file "[b]grub.cng[/b]" with this post[/i]. please help me
-- 
This message posted from opensolaris.org

grub.cfg
Description: Binary data
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] grub problem after pkg image-update

2008-08-16 Thread Emmanuel De Paepe
How did you update your system?
Below is the correct procedure to update your system:

I
General instructions on updating to the latest OpenSolaris development build
== =
1) Before using the "image-update" subcommand, it is recommended that
the latest available version of the IPS software be installed for your
current boot environment

$ BUILD=`uname -v | sed s/snv_//`
$ pfexec pkg refresh
$ pfexec pkg install [EMAIL PROTECTED]
$ pfexec pkg install [EMAIL PROTECTED]

2) Before proceeding to the next step, verify your OpenSolaris build
number

$ echo $BUILD

3) If you are running build 93 or greater, you can use "image-update"
directly as follows

$ pfexec pkg image-update

4) If you are using a build prior to 93, it is recommended one apply
the update directly to an alternate boot environment. First, display
the list of the existing BEs on the system

$ beadm list
BE Active Active on Mountpoint Space
Name reboot Used
 -- - -- -
opensolaris no no - 33.92M
opensolaris-1 yes yes - 17.06M

Next, choose the name of a new BE - if the most recent created BE is of
the form "opensolaris-” where is an integer, then a suitable
choice for the new BE is “opensolaris-“. In the above example,
the new BE would be “opensolaris-2″.

Then, execute the following sequence to create, mount, update and
activate the new BE

$ pfexec beadm create opensolaris-
$ pfexec beadm mount opensolaris- /mnt
$ pfexec pkg -R /mnt image-update
$ pfexec beadm activate opensolaris-

5) If you are running build 86, one additional work-around is
required.

>> IMPORTANT <<

Due to changes in the GRUB boot system, one must manually update the
Master Boot Record (MBR) to include these latest changes. Failure to
follow these instructions when updating from 2008.05 (build 86) to a
later build will result in a system that does not boot by default and
instead the original boot environment must be manually selected.

Update the GRUB configuration on your ZFS boot device(s) using

$ pfexec /mnt/boot/solaris/bin/update_grub -R /mnt

When you’re ready to boot into the updated boot environment, you can
reboot(1M) or init(1M) as usual.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

[osol-help] grub problem after pkg image-update

2008-08-16 Thread Boris
Hi,
after an pkg image-update yesterday my system does not boot with the new BE 
opensolaris-1.
> cat menu.lst
splashimage /boot/grub/splash.xpm.gz
timeout 30
default 1
#-- ADDED BY BOOTADM - DO NOT EDIT --
title OpenSolaris 2008.05 snv_86_rc3 X86
bootfs rpool/ROOT/opensolaris
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
module$ /platform/i86pc/$ISADIR/boot_archive
#-END BOOTADM

# Unknown partition of type 131 found on /dev/rdsk/c6t1d0p0 partition: 1
# It maps to the GRUB device: (hd0,0) .
title opensolaris-1
bootfs rpool/ROOT/opensolaris-1
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
module$ /platform/i86pc/$ISADIR/boot_archive
# End of LIBBE entry =

The problem seems to be the line
# Unknown partition of type 131 found on /dev/rdsk/c6t1d0p0 partition: 1
This disk is not my solaris installation, my grub installation is on disk 
c7t0d0s0. 
> zpool status
  pool: rpool
 state: ONLINE
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
rpool   ONLINE   0 0 0
  c7t0d0s0  ONLINE   0 0 0

errors: No known data errors

How can I fix this?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] grub problem

2008-07-15 Thread Bart Eeckels
Sorry I can't help you: I have the same problem! The only difference is that 
Opensolaris gets stuck -not with Ubuntu (I can access Ubuntu)- but after I have 
opened Windows XP; then, after restart, GRUB fails to load and I have "plenty 
of nothing"!! Only a blinking underscore up left; as if Opensolaris and Windows 
are riled

Bappo4
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] grub problem

2008-07-13 Thread Rizky Lubis
hi all

i have install opensolaris, and dual boot with debian linux...
i try to to edit menu.lst in opensolaris to enable debian.
but the problem, after i edit the configuration, i can't enter grub.
blank screen.

thx for helping me
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] grub problem in solaris 10 11/06 x86

2007-11-19 Thread shams
hi,
i installed the solaris 10 11/06 x86  in the first primary partition of the 
/dev/c0d0, the installation completed and the message was to reboot the system, 
but after reboot i got the "Bad PRB sig" message with black screen, in the 
single user mode i installed the grub  again to the MBR, but after reboot got 
the grub word and the system hanged, i search the web and read one post from 
opensolaris.org, and there was a hint that there should be a file boot.bin in 
the /boot/solaris directory, i open the /boot/solaris in the single user mode, 
but didn't find any boot.bin file , any one can help please what to do to solve 
this problem?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] GRUB problem

2006-07-23 Thread Serge
Hi all,

I freshly installed sol10x86 6/06 and, as everyone knows, there is no Xorg.conf 
at the beginn. The solution is of course to switch to Xsun, but after i logged 
as root to run kdmconfig, the Xorg server starts even, before i have access to 
kdmconfig. Naturally, without Xorg.conf, it freezes.

I tried to become the OS up in text mode, but how to indicate that to GRUB ? Or 
in others words to switch to runlevel 1 or 2 before Xorg starts ?

- Nothing to make with the failsafe start (no /dev, no /usr/X11).

I have also a similar sol10 3/05 installation on my second disk, but i does not 
found the appropriate mount command to copy my Xorg.conf from one disk to the 
other...

Thank's for advance,

Cheers,

Sergio
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org