I have 2 boot disks (t0 & t1). By default, the GRUB menu has the entries below. The entries below are for t0. I want to add the entries for t1 by changing the findroot (rootfs0,0,a) one. Everytime I reboot and select the new entry, it would complain not able to find the file.
Error 15: File not found Press any key to continue... In my /boot/grub/bootsign, I have a rootfs0 file with size 0. How do I set up the grub menu for the other disk? #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- title Solaris 10 10/08 s10x_u6wos_07b X86 [ Target 0 ] findroot (rootfs0,0,a) kernel /platform/i86pc/multiboot module /platform/i86pc/boot_archive #---------------------END BOOTADM-------------------- #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- title Solaris failsafe findroot (rootfs0,0,a) kernel /boot/multiboot kernel/unix -s -B console=ttya module /boot/x86.miniroot-safe #---------------------END BOOTADM-------------------- Thanks! -- This message posted from opensolaris.org