Hi,

partition tables below.


I have two HDs  ( HDD-0 e HDD-1). HDD-0 contains Win ME, linux, extended 
partition FAT32

HDD-1 contains open solaris only (not in the whole disk).

When I boot using GRUB from HDD-0 (solaris is not started), but Win ME is able 
tow correctly mount logical disk C: and D:

When I boot using GRUB from HDD-1 everything starts but Win ME does not 
recognize disk D: 


[b]Partition table using linux grub in  HDD-0 (Windows FDISK)[/b]
*****************************************************
Display Partition Information

Current fixed disk drive: 1

Partition Status Type Volume Label Mbytes System Usage
C: 1 A PRI DOS WIN_LX 5005 FAT32 13%
2 Non-DOS 4997 13%
3 Non-DOS 126 %
4 EXT DOS 28043 73%

Total disk space is 38170 Mbytes (1 Mbyte = 1048576 bytes)

Display Logical DOS Drive Information

[u]Drv Volume Label Mbytes System Usage
D: 28043 FAT32 100%[/u]   --->>> RECOGNIZES

Display Partition Information

Current fixed disk drive: 2

Partition Status Type Volume Label Mbytes System Usage
1 A Non-DOS 20001 26%


****************************************************

[b]Partition table booting from solaris GRUB in  HDD-1 (Windows FDISK)[/b]
****************************************************
Display Partition Information

Current fixed disk drive: 1

Partition Status Type Volume Label Mbytes System Usage
C: 1 A PRI DOS WIN_LX 5005 FAT32 13%
2 Non-DOS 4997 13%
3 Non-DOS 126 %
4 EXT DOS 28043 73%

Total disk space is 38170 Mbytes (1 Mbyte = 1048576 bytes)
Display Logical DOS Drive Information

[u]Drv Volume Label Mbytes System Usage
D: 28043 UNKNOWN 100%[/u]  ------>>> DOES NOT RECOGNIZE

Display Partition Information

Current fixed disk drive: 2

Partition Status Type Volume Label Mbytes System Usage
1 A Non-DOS 20001 26%
*********************************************************

Grub configuration in  HDD-1:

title Solaris 11 nv_16 X86
root (hd0,0,a)
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive

title Solaris failsafe
root (hd0,0,a)
kernel /boot/multiboot kernel/unix -s
module /boot/x86.miniroot-safe

title Conectiva Linux 7.0
root (hd1,1)
kernel /boot/vmlinuz-2.4.5-9cl root=/dev/hda2 5

title Conectiva Linux 7.0 [Modo texto]
root (hd1,1)
kernel /boot/vmlinuz-2.4.5-9cl root=/dev/hda2 3

title Memory Testing Utility
root (hd1,1)
kernel /boot/memtest86

title Microsoft Windows ™
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader +1

**********************************************

Can anyone tell me what is missing? I have tried a couple of things such
as using rootnoverify (for Win ME), hide/unhide trick, but nothing seems to 
work.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to