![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boot Floppy made in external drive | Texasone | Linux | 4 | 05-13-2008 05:46 PM |
| solaris boot problem boot error loading interpreter(misc/krtld) | johncy_j | SUN Solaris | 0 | 08-17-2005 05:15 AM |
| Cannot boot - Boot : Panic : File size out of range (EWS-UX/V unix) | fredo | UNIX for Advanced & Expert Users | 2 | 05-05-2005 05:42 PM |
| Boot Floppy | spartiate | AIX | 1 | 02-06-2005 08:01 AM |
| red hat linux installation boot floppy disk | linuxpenguin | UNIX for Dummies Questions & Answers | 3 | 11-28-2003 11:10 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello ,
i have sun sparc machine with sunos2.7 , the machine has a cdrom but no floppy drive , it is networked with windows machine , from where i can use ftp and telnet. can i use floppy drive of windows machine and create a boot image(of unix) on that drive, using ftp? thanx raju |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
This is the procedure for creating a bootable floppy:
Procedure for creating a bootable SunOS floppy diskette. 1. Insert floppy in Diskette Drive. 2. newfs /dev/rfd0c 3. mount /dev/fd0 /mnt 4. cp /usr/mdec/bootfd /mnt/bootfd 5. cp /usr/kvm/stand/boot.sun4c /mnt/boot 6. /usr/mdec/installboot /mnt/boot bootfd /dev/rfd0c 7. Copy your vmunix kernel to the floppy. Note: There will only be ~950K remaining so the vmunix will have to be very small. Here is a sample installation session: # newfs /dev/rfd0c /dev/rfd0c: 2880 sectors in 80cylinders of 2 tracks, 18 sectors 1.5MB in 5 cyl groups (16 c/g, 0.29MB/g, 128 i/g) super-block backups (for fsck -b #) at: 32, 640, 1184, 1792, 2336, # mount /dev/fd0 /mnt # cp /usr/mdec/bootfd /mnt # cp /usr/kvm/stand/boot.sun4c /mnt/boot # installboot -v /mnt/boot bootfd /dev/rfd0c Primary boot: bootfd Secondary boot: /mnt/boot Boot device: /dev/rfd0c Bootblock will contain a.out header Boot size: 0x1af40 Boot checksum: 0xf22db98e Boot block installed # ls /mnt boot bootfd lost+found I doubt if you could put all this into some file, ftp it to the p.c., and then put it on the floppy. The problem I see is the newfs command and the installboot command. How to create the floppy with this... And then how to use it even if you did create it since the SUN system does not have a floppy. |
|
#3
|
|||
|
|||
|
thax rtm , i knew above procudure , but was doubtfull only of sending it across ftp , as u also mentioned.
thanx any way. |
|
#4
|
||||
|
||||
|
You do realize you can boot off the cdrom drive into single user and work on your drives, or boot cdrom and install. If you are looking for different ways to be able to get the server up and running (after a problem). Also check out jumpstart.
|
|
#5
|
|||
|
|||
|
The OS cd tht came with system , works fine , but when i say boot cdrom from ok prompt , it says boot failure .
any way i dont have problem yet with system , os is running fine, i waj just trying this. thanx |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|