免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: wosl2001
打印 上一主题 下一主题

[OpenBSD] 最新玩具 sun fire T1000 [复制链接]

论坛徽章:
0
151 [报告]
发表于 2014-07-26 19:49 |只看该作者
硬盘好像还是没变化启动的时候提示:Using drive 0,partition 3 下面一个杠一闪一闪的就不动了回复 150# door10000


   

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
152 [报告]
发表于 2014-07-26 21:23 |只看该作者
回复 151# tzhxbg
  1. boot /pci@7c0/pci@0/pci@8/scsi@2/disk@1,0
复制代码
在ok模式输入这个.
   

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
153 [报告]
发表于 2014-07-26 21:28 |只看该作者
回复 151# tzhxbg
  1. dd if=miniroot55.fs of=/dev/rsd0b bs=64b
复制代码
openbsd官方是这样的.你再试试看.

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
154 [报告]
发表于 2014-07-26 21:29 |只看该作者
回复 151# tzhxbg
  1. Creating a bootable hard disk using SunOS, Solaris or other Un*x-like system:

  2.         If you don't have a floppy drive you can copy the miniroot
  3.         "miniroot55.fs" onto the hard disk you intend to boot on.
  4.         Traditionally, the way to do this is to use dd(1) to place the
  5.         bootable filesystem image in the "swap" partition of the disk
  6.         (while running in single user mode), and then booting from that
  7.         partition.

  8.         Using the "b" partition allows you to boot without overwriting
  9.         any useful parts of the disk; you can also use another partition,
  10.         but don't use the "a" or "c" partition without understanding the
  11.         disk label issues described below under "incompatible systems".

  12.         This requires that you be running SunOS, Solaris, OpenBSD, or NetBSD,
  13.         which have a compatible view of SunOS disk labels and partitions.

  14.         Use the dd(1) utility to copy the file to the hard drive.
  15.         The command would likely be, under SunOS:
  16.                 dd if=miniroot55.fs of=/dev/rsd0b bs=64b
  17.         and under Solaris:
  18.                 dd if=miniroot55.fs of=/dev/rdsk/c0t0d0s1 bs=64b

  19.         The blocksize is arbitrary as long as it's a multiple of 512-bytes
  20.         and within the maximum supported by the driver, i.e. bs=126b may
  21.         not work for all cases.  Again, device/partition names may vary,
  22.         depending on the OS involved.

  23.         If you are preparing the hard drive on an incompatible system or
  24.         don't care about the hard disk contents, you can also install the
  25.         bootable image starting at the beginning of the disk. This lets
  26.         you prepare a bootable hard-drive even if don't have a working
  27.         operating system on your machine, but it is important to understand
  28.         that the bootable image installed this way includes a "disk label"
  29.         which can wipe out any pre-existing disklabels or partitioning for
  30.         the drive.
复制代码
官方的原文.

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
155 [报告]
发表于 2014-07-26 21:32 |只看该作者
我在freebsd下写入的映像在sparc下启动异常顺利的.一次ok.看看是不是块大小出错了,bs为64b不是64k.

论坛徽章:
0
156 [报告]
发表于 2014-07-26 22:38 |只看该作者
把硬盘接到T1000上开机提示
WARNING:/pci@7c0/pci@0/pci@8/scsi@2/sd@1,0{sd0}:
               Corrupt label; wrong magic number回复 155# door10000


   

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
157 [报告]
发表于 2014-07-27 01:25 |只看该作者
boot /pci@7c0/pci@0/pci@8/scsi@2/disk@1,0
不是你那个sd@1,0吧?

论坛徽章:
0
158 [报告]
发表于 2014-07-27 08:39 |只看该作者
是的 好像还是没有做好启动盘的问题   我把东芝160G先挂在 openbsd5.5下 盘符是wd1 执行以下步骤:
1: fdisk -i wd1
2:  disklabel -Aw wd1
3:  newfs /dev/rwd1c
4:  dd if=/home/miniroot55.fs of=/dev/rwd1c bs=64b (我把miniroot55.fs复制到/home 下了)
执行以上步骤时没提示任何错误 可怎么好像没写入呢  我用这块盘在别的机器(安装openbsd5.5的那台)上也试了 还是不能启动
回复 157# door10000


   

论坛徽章:
0
159 [报告]
发表于 2014-07-27 08:52 |只看该作者
网络安装多省心 做启动盘太麻烦了

论坛徽章:
2
摩羯座
日期:2014-05-26 12:02:462015年辞旧岁徽章
日期:2015-03-03 16:54:15
160 [报告]
发表于 2014-07-27 10:36 |只看该作者
tzhxbg 发表于 2014-07-27 08:39
是的 好像还是没有做好启动盘的问题   我把东芝160G先挂在 openbsd5.5下 盘符是wd1 执行以下步骤:
1: fd ...
难道openbsd下要整个写入/dev/wd1?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP