Hi,
I am trying to burn a bootable sparc solaris cd along with my own
software.
The thing is that the cd partitions changed from Solaris 7 (s1 became
s0 and vice-versa), and when I create the cd with "mkisofs -R
-sparc-boot sun4 sun4c sun4m sun4d sun4u -U -o boot.imag /bootcd_usr"
I cannot boot from it, because sun4, which is s0 partition supposed to
contain a symlink to s1, contains everything from s1, and on s1 I have
a symlink to s1.
In my burned CD, it looks something like that:
a devices lost+found platform sbinQuote:>ls /cdrom/cdrom0/s0
webstart
bin etc mnt proc tmp
cdrom kernel netmask reconfigure usr
dev lib opt rr_moved var
dr-xr-xr-x 2 root sys 2048 Jun 7 2001 .Quote:>ls /cdrom/cdrom0/s1
drwxr-xr-x 8 root nobody 512 Dec 19 10:55 ..
-rw-r--r-- 1 root other 51 Jun 7 2001 .volume.inf
-rwxr-xr-x 1 root other 55909 Jun 7 2001
add_install_client
lrwxrwxrwx 1 root other 5 Jun 7 2001 Boot -> ../s1
-r--r--r-- 1 root other 5953 Jun 7 2001 Copyright
-rwxr-xr-x 1 root other 3452 Jun 7 2001
modify_install_server
In the original CD, it looks like that:
dr-xr-xr-x 2 root sys 2048 Jun 7 2001 .Quote:>ls /cdrom/cdrom0/s0
drwxr-xr-x 8 root nobody 512 Dec 19 17:34 ..
-rw-r--r-- 1 root other 51 Jun 7 2001 .volume.inf
lrwxrwxrwx 1 root other 5 Jun 7 2001 Boot -> ../s1
-r--r--r-- 1 root other 5953 Jun 7 2001 Copyright
-rwxr-xr-x 1 root other 55909 Jun 7 2001
add_install_client
-rwxr-xr-x 1 root other 3452 Jun 7 2001
modify_install_server
a devices mnt proc usrQuote:>ls /cdrom/cdrom0/s1
bin etc netmask reconfigure var
cdrom kernel opt sbin webstart
dev lib platform tmp
How Can I switch between the two partitions for the burned CD ?
Thanks,
Michal