> Hi,
> I ve just install the indiana in-preview version of
> opensolaris (Nov 1st).
> The installation was done correctly, in a primary
> partition ( with linux and windows OS in same disk).
> I ve declared the partion Solaris within Linux ( my
> machine is an IBM i386). It seemed correct, but
> 1. I was suprised, it didn't asked where to install
> the grub, so it didn't recognise other OS. So I
> reboot with Linux CD to put again the linux (and the
> solaris) boot
>
> 2. Now I have the menu, so I can choose Linux, Wind,
> or Solaris to boot., no pb for linux, but solaris
> boot gives the solaris line and can't boot.
>
> I met this pb when I tried to install Belenix, I
> couldn't do it !! I sent many questions but didn't
> receive a correct answer for this problem, so I left
> the belenix, now I have same pb witji this distro!!
> Here are the lines:
>
> kernel$ /platform/i86pc/kernel/$ISADIR/unix -B
> $2FS-BOOTFS
> module$ /platform/i86pc/$ISADIR/boot_archive
>
The Solaris version of Grub has been modified from the original code, but has
never been checked back in the original source tree, for the Solaris
modifications, I am not sure why!, it defeats the purpose of open source. plus
there are a lot of extra features now present in the new versions of grub, one
passable explanation is that not enough man hours to do regression testing.
this causes incompatibilities with main source tree of Grub!!
> Probably something must be change in the boot loader
> ( menu.list of the grub),
> 3. unfortunatly I can't mount the disk from linux, I
> tryed -t ufs, but it failed.
>
You need to add ufs to the Linux kernel configure(ation)
File Systems --->
Miscellaneous Filesystems --->
<*> UFS file system support
Also: UFS has some special mount options. (See MAN Mount 8 for more
information) If the partition is UFS1 (FreeBSD < 5) then the option
ufstype=44bsd should be included. If the partition is UFS2 then the option
ufstype=ufs2 should be used.
mount -r -t ufs -o ufstype=44bsd /dev/hda1 /mnt/point
As for Linux to be able to read ZFS zfs-fuse URL is
http://developer.berlios.de/project/showfiles.php?group_id=6836
>
> Thanks for help
> best regards
> bela
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]