Hi, Core,
I suppose you can do something like this:
1) Run command "fdisk /dev/rdsk/<your hdd raw device>" to know the
layout of your hdd.
On my desktop, if I run "fdisk /dev/rdsk/c2d0s0", it looks like this:
Total disk size is 30401 cylinders
Cylinder size is 16065 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===
1 IFS: NTFS 583 13413 12831 42
2 Win95 FAT32 0 582 583 2
3 Active Solaris2 13414 30387 16974 56
SELECT ONE OF THE FOLLOWING:
1. Create a partition
2. Specify the active partition
3. Delete a partition
4. Change between Solaris and Solaris2 Partition IDs
5. Exit (update disk configuration and exit)
6. Cancel (exit without updating disk configuration)
Enter Selection:
6 Don't change anything.
2) Edit /boot/grub/menu.lst, add the section according to your hdd
layout. In my case, it's:
default 2
timeout 10
splashimage /boot/grub/splash.xpm.gz
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title Solaris Nevada snv_55b 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 XP MediaCenter
rootnoverify (hd0,0)
chainloader +1
title Windows Recovery
rootnoverify (hd0,1)
chainloader +1
Good luck!
Calvin
On Thu, 2007-02-15 at 22:38 -0800, Core wrote:
> i installed soalris 10 into laptop.. i donwloaded it from here
> http://www.sun.com/software/solaris/get.jsp.. laptop already contains windows
> xp and debian sarge.. now i can't boot into these.. the bootloader shows only
> solaris.. what can i do? plz help
>
>
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-help mailing list
> [email protected]
_______________________________________________
opensolaris-help mailing list
[email protected]