NetBSD/macppc
  CDROM 起動
  全体の流れ (OF3)
  全体の流れ (OF 1/2)
  getting OF
  Boot from CDROM
sysinst
  overall flow
  installboot
  入力が出来ない
区画
  区画方針
  OS X CDROM を使う
  pdisk を使う
  sysinst と区画
  初めての pdisk
    結果
    変更前
    操作
    実際の操作
    pdisk/help
sysinst 後
  check the partition #
  first boot
  regular boot with CDROM
  /etc/rc.conf
    root login refused
boot-device
  hfsutils
  OF boot
    CDROM
    after install
X11
  X11R6.6+XF86
    binary
    source
      20061211
      for 4.99.1 (gcc-4.1.2)
      for 3.99.17
      3.99.8
      3.99.9
    XF86Config
  xorg
packages
  binary
  pkgsrc
  bulk build
  chroot
    準備
    実行
  bulk build 実際
status
  20070724 4.99.
  20070526 4.99.20
  20070203 4.99.9
  20061008 4.99.3
  20060822 4.99.1
  20060702 3.99.21
  20060527 3.99.20
  20060506 3.99.x
  20060407 3.99.17
  20060101 3.99.15
  20050928 3.99.9
  20050918 3.99.9
    packages
  20050829 3.99.8
  pkgsrc
    meta-pkg
    gimp
    gdb on Emacs
    FireFox
    rtk
    tlp
  20050707
  20050605
  20050416
  20050405
  tips for mini
URL
  

Software 入口 | NetBSD 解説 | pkgsrc 各論 | macppc | TsubaiBSD 絹/software/全文検索

NetBSD/macppc

Last Update: "2005/07/01 09:50:01 makoto"

sysinst 後

check the partition #

# pdisk /dev/wd0c Edit /dev/wd0c - Command (? for help): P Partition map (with 512 byte blocks) on '/dev/wd0c' #: type name length base ( size ) 1: Apple_partition_map Apple 63 @ 1 2: Apple_HFS ofwboot 8192 @ 64 ( 4.0M) 3: Apple_UNIX_SVR2 root 2097152 @ 8256 ( 1.0G) S0 RUFS k0 / 4: Apple_UNIX_SVR2 swap 2097152 @ 2105408 ( 1.0G) S1 SFS k0 (swap) 5: Apple_UNIX_SVR2 usr 16777216 @ 4202560 ( 8.0G) S2 UFS k0 /usr 6: Apple_UNIX_SVR2 export 135321712 @ 20979776 ( 64.5G) S2 UFS k0 /usr Device block size=512, Number of Blocks=156301488 (74.5G) DeviceType=0x0, DeviceId=0x0 Command (? for help):
In this case, the partition # for root(/) is '3'.

first boot

regular boot with CDROM

> boot cd:,ofwboot.elf hd:3/netbsd
The fisrt argument is boot-device, the second one is for boot-file, see ofwboot(8). Then you will see
.... boot device: wd0 root on wd0a dumps on wd0b root file system type: ffs /etc/rc.conf is not configured. Multiuser boot aborted. Enter pathname of shell or RETURN for /bin/sh: We recommend creating a non-root account and using su(1) for root access. No entry for terminal type "dumb"; using dumb terminal settings. #

/etc/rc.conf

# mount -a # ed /etc/rc.conf 515 /NO/ # Use program=YES to enable program, NO to disable it. program_flags are / rc_configured=NO s/NO/YES/ w 516 q # reboot
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08