![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Repair boot sector after stupidly importing disk into vg? | selzeda | AIX | 3 | 06-03-2008 06:33 PM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 05:15 AM |
| Accessing info from Boot Sector of Diskette | compdaugh | High Level Programming | 0 | 02-19-2005 10:13 AM |
| What is the command in Openservr 5.0.4 in recovering from bad sector | kayode | UNIX for Advanced & Expert Users | 1 | 02-21-2003 06:26 AM |
| boot sector bad? or is is something else? | HumanBeanDip | Filesystems, Disks and Memory | 1 | 09-15-2002 03:12 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi all,
I was wondering if anyone knows how to make a boot sector for Solaris 8. I'm trying to install solaris 8 via the network and I'm get error "files just loaded does not seem to be executable" at the ok propmt. Has anyone encouter this problem before? THANKS advance |
| Forum Sponsor | ||
|
|
|
|||
|
If you have a Solaris 8 4/01 or newer, and you want to install
the Solaris 8 via the network is recommendable to use jumpstart: An undocumented tip is to add in the /etc/system the following two lines: set rlim_fd_max=8096 set hsfs:nhsnode=8096 and then reboot. a- Create a big Filesystem /jumpstart (2Gb or more) b- Insert the Solaris 8 CD 1 cd /cdrom/sol_8_401_sparc/s0/Solaris_8/Tools ./setup_install_server /jumpstart/OS/Solaris_8_2001-04 c- when you was received the message "Install Server setup complete" eject cdrom d- Insert The Solaris 8 Cd 2 cd /cdrom/sol_8_401_sparc_2/Solaris_8/Tools ./add_to_install_server /jumpstart/OS/Solaris_8_2001-04 e- when you was received the message "Processing completed successfully" eject cdrom f- share -F nfs -o ro,anon=0 -d "Jumpstart" /jumpstart (remember /etc/init.d/nfs.server start if not yet started) g- shareall h- Make the entry of the client in the /etc/hosts i- make the entry of the client in the /etc/ethers j- create a /jumpstart/sysidcfg file system_locale=en_US.ISO8859-1 TIMEZONE=GMT-3 network_interface=hme0 {netmask=255.255.255.0 protocol_ipv6=no} terminal=vt100 security_policy=NONE root_password=<your_/etc/shadow_passwd> name_service=NONE timeserver=localhost keyboard=NONE monitor=NONE pointer=NONE (you need to replace with the apropiate values see: man sysidcfg) k- create a generic rule file any - - generic_profile - k.1 or create a specific rule (you need to create the apropiate subdirectories/files) model SUNW,UltraSPARC-IIi && memsize 256-512 && disksize c0t0d0 8192-194560 - Profiles/FE/normal_FE.profile Finish/install_recommended_patches.sh model SUNW,UltraSPARC-IIi-cEngine && memsize 256-512 && disksize c0t0d0 8192-194 560 - Profiles/FE/normal_FE.profile Finish/install_recommended_patches.sh model SUNW,UltraSPARC-IIi-cEngine && memsize 1024 && disksize c0t0d0 8192-194560 - Profiles/FE/robust_FE.profile Finish/install_recommended_patches.sh model SUNW,Ultra-80 && memsize 2048-6144 && disksize c0t0d0 8192-194560 - Profil es/BE/robust_BE.profile Finish/install_recommended_patches.sh model SUNW,Ultra-80 && memsize 512-1024 && disksize c0t0d0 8192-194560 - Profile s/BE/normal_BE.profile Finish/install_recommended_patches.sh # any - - Profiles/basic.profile - l- create the generic_profile file install_type initial_install system_type server root_device c0t0d0s0 partitioning explicit filesys rootdisk.s0 3072 / filesys rootdisk.s1 1024 swap filesys rootdisk.s3 9216 /opt filesys rootdisk.s5 3072 /var filesys rootdisk.s6 720 /var/spool filesys rootdisk.s7 128 /export/home geo N_America geo S_America locale en_US cluster SUNWCall package SUNWpmux delete package SUNWpmu delete package SUNWpmr delete package SUNWpmowr delete package SUNWpmowu delete package SUNWpmowm delete (customize with your preferences) m- Check your rules file cd /jumpstart cp /jumpstart/OS/Solaris_8_2001-04/Solaris_8/Misc/jumpstart_sample/check . ./check (this step create a rules.ok file needed for the installation) n- run the add_install_client cd /jumpstart/OS/Solaris_8_2001-04/Solaris/Tools ./add_install_client -e <MAC_client> -i <IP_client> -c <your_ip_jumpstart_server>:/jumpstart <client_machine_name> <platform> o- if the jumpstart configuration is ok in the client side at the boot prompt ok> boot net - install See the apropiates man pages and good luck, and excuse my poor english (I speek spanish) Last edited by hugo_perez; 01-07-2003 at 06:13 AM. |
|||
| Google The UNIX and Linux Forums |