| Author |
Message |
Gary Meerschaert *nix forums beginner
Joined: 03 Jun 2006
Posts: 4
|
Posted: Fri Jul 21, 2006 1:17 pm Post subject:
Re: Solaris dd command problem
|
|
|
aryzhov@spasu.net wrote:
| Quote: | Andrew Gabriel wrote:
You will need to swap the SCSI IDs round, as the disk image
will be expecting to be booting on SCSI ID 0.
Or, mount the cloned disk and correct the SCSI ID in
/mountpount/etc/vfstab
Regards,
Andrei
To see a 2nd disk in the boot menu, edit /boot/grub/menu.lst. |
At the bottom of the file add the 2nd disk with code like:
title 2nd boot disk
root(hd0,1,2)
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive
--
God's Blessings and love
Deacon Gary Meerschaert <'}}}}><
Madison Heights, MI
Archdiocese of Detroit
Don't give up on your dreams.
Wait a bit and they'll give up on you
and you can start again without all of that guilt.
Gary.meerschaert@gmail.com |
|
| Back to top |
|
 |
prak *nix forums beginner
Joined: 23 Jun 2006
Posts: 5
|
Posted: Fri Jul 21, 2006 12:54 pm Post subject:
Re: Solaris dd command problem
|
|
|
aryzhov@spasu.net wrote:
| Quote: | Andrew Gabriel wrote:
You will need to swap the SCSI IDs round, as the disk image
will be expecting to be booting on SCSI ID 0.
Or, mount the cloned disk and correct the SCSI ID in
/mountpount/etc/vfstab
Regards,
Andrei
|
Thanks andrei for your reply i don't need to install the boot block
right only change the SCSI ID in /etc/vfstab file and that's it right |
|
| Back to top |
|
 |
aryzhov@spasu.net *nix forums addict
Joined: 17 Feb 2005
Posts: 64
|
Posted: Fri Jul 21, 2006 7:14 am Post subject:
Re: Solaris dd command problem
|
|
|
Andrew Gabriel wrote:
| Quote: | You will need to swap the SCSI IDs round, as the disk image
will be expecting to be booting on SCSI ID 0.
|
Or, mount the cloned disk and correct the SCSI ID in
/mountpount/etc/vfstab
Regards,
Andrei |
|
| Back to top |
|
 |
Andrew Gabriel *nix forums Guru
Joined: 19 Feb 2005
Posts: 454
|
Posted: Fri Jul 21, 2006 6:46 am Post subject:
Re: Solaris dd command problem
|
|
|
In article <1153460620.805523.89280@h48g2000cwc.googlegroups.com>,
"prak" <prakash.kannan@in.ness.com> writes:
| Quote: | Hi All,
Using the below dd command i had taken the dump and after installing
the patches my c0t0d0s2 is not booting and now i want to use my
c0t1d0s2
Please send me the procedure for booting using second disk. Do i need
to install the boot block please advice me
|
If you used a few more full stops, I would have a better idea
what you are trying to say. Better still, include the error message
or last few lines output before the failure -- otherwise we're
just guessing and may well give you the wrong advice.
| Quote: | Dd bs=40960 if=/dev/rdsk/c0t0d0s2 of=/dev/rdsk/c0t1d0s2
|
You will need to swap the SCSI IDs round, as the disk image
will be expecting to be booting on SCSI ID 0.
--
Andrew Gabriel |
|
| Back to top |
|
 |
prak *nix forums beginner
Joined: 23 Jun 2006
Posts: 5
|
Posted: Fri Jul 21, 2006 5:43 am Post subject:
Solaris dd command problem
|
|
|
Hi All,
Using the below dd command i had taken the dump and after installing
the patches my c0t0d0s2 is not booting and now i want to use my
c0t1d0s2
Please send me the procedure for booting using second disk. Do i need
to install the boot block please advice me
Dd bs=40960 if=/dev/rdsk/c0t0d0s2 of=/dev/rdsk/c0t1d0s2
Thanks Regards,
Prakash |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|