Create Solaris bootable floppy disk

Q. I need to create a boot floppy from Solaris DVD image. How do I create a floppy under another Solaris box? Is it possible to create a boot disk under Linux?

A. You can create a boot floppy using image called d1_image located under Solaris_10/Tools DVD/CD directory.

You need to use dd command to write to floppy disk. Use fdformat to format floppy diskette.

Procedure

You must login as the root user.

Step #1: Insert floppy disk and type the command

Run volcheck to mount floppy
# volcheck
Format the disk (if required):
# fdformat -d -U

Step #2: Insert Solaris DVD/CD

Run volcheck to mount DVD/CD
# volcheck

Step #3: Copy disk image to floppy

Copy image to the floppy disk
# dd if=/cdrom/cdrom0/Solaris_10/Tools/d1_image of=/vol/dev/aliases/floppy0 bs=36k

Step #4: Unmount both floppy and DVD/CD

# eject cdrom
# eject floppy

Create a boot floppy in Linux

If you copy /cdrom/cdrom0/Solaris_10/Tools/d1_image file to Linux system you can use dd command itself again:
# dd if=d1_image of=/dev/fd0 bs=36k

 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值