Hello,
> Could you post your entire menu.lst so we can see the context?
>It would also help if you could list your partition table.
Of course, here are both:
menu.lst from solaris /boot/grub :
(this includes entry for Feodora Core 5 which I added manually and
which causes the panic I had reporeted on in my fromer post).
#pragma ident "@(#)menu.lst 1.1 05/04/15 SMI"
#
# default menu entry to boot
default 0
#
# menu timeout in second before default OS is booted
# set to -1 to wait for user input
timeout 10
#
# To enable grub serial console to ttya uncomment the following lines
# and comment out the splashimage line below
# WARNING: don't enable grub serial console when BIOS console serial
# redirection is active!!!
# serial --unit=0 --speed=9600
# terminal serial
#
# Uncomment the following line to enable GRUB splashimage on console
splashimage /boot/grub/splash.xpm.gz
#
# To chainload another OS
#
# title Another OS
# root (hd<disk no>,<partition no>)
# chainloader +1
#
# To chainload a Solaris release not based on grub
#
# title Solaris 9
# root (hd<disk no>,<partition no>)
# chainloader +1
# makeactive
#
# To load a Solaris instance based on grub
#
# title Solaris <version>
# root (hd<disk no>,<partition no>,x) --x = Solaris root slice
# kernel /platform/i86pc/multiboot
# module /platform/i86pc/boot_archive
#
# To override Solaris boot args (see kernel(1M)), console device and
# properties set via eeprom(1M) edit the "kernel" line to:
#
# kernel /platform/i86pc/multiboot <boot-args> -B prop1=val1,prop2=val2,...
#
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title Solaris Nevada snv_44 X86
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive
#---------------------END BOOTADM--------------------
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title Solaris failsafe
kernel /boot/multiboot kernel/unix -s
module /boot/x86.miniroot-safe
#---------------------END BOOTADM--------------------
title Windows
rootnoverify (hd0,0)
chainloader +1
title Fedora Core 5
root (hd0,1)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb
quiet
initrd /initrd-2.6.15-1.2054_FC5.img
# Unknown partition of type 131 found on /dev/rdsk/c1d0p0 partition: 2
# It maps to the GRUB device: (hd0,1) .
# Unknown partition of type 131 found on /dev/rdsk/c1d0p0 partition: 3
# It maps to the GRUB device: (hd0,2) .
The partition table:
What I get from fdisk -l (when logging to linux in rescue mode)
is this:
Disk /dev/sda : 250 GB
Device Boot Start End Blocks Id System
/dev/sda1 1 3824 .... C W95 FAT32 LBA
/dev/sda2 3825 3837 .... 83 Linux
/dev/sda3 3838 10211 ... 83 Linux
/dev/sda4 * 10212 16586 ... bf Solaris
I know a lot about kernel of linux and solaris.
If there is a solution to this which need that I will build some
linux kernel module or install opensolaris and add some other modules
it seems to me that I am able to do so.
Nevretheless it seems to me that this problem may be solvable with current
system as it is ; Also I want to note that you can notice
that there is ***NO*** LVM partition in the partioin table.
Regards,
Ian
This message posted from opensolaris.org