Loading...
Showing posts with label genunix. Show all posts
Showing posts with label genunix. Show all posts

2009-04-15

Makeup LiveUSB with OpenSolaris preview 2009.06, build snv_111

Tue Apr 07 2009 OpenSolaris preview 2009.06, based on build 111, is available!
Several iso images and usb images are able to download from GENUNIX site.
1. Download osol-0906-111-x86.usb
  $ mkdir ~/DVD_CD-Image
  $ mkdir ~/DVD_CD-Image/osol-0906-b111
  $ cd ~/DVD_CD-Image/osol-0906-b111
  $ wget http://www.genunix.org/distributions/indiana/osol-0906-111-x86.usb
  $ wget http://www.genunix.org/distributions/indiana/md5sums_111.txt
  $ ls
  md5sums_111.txt osol-0906-111-x86.usb
2. Checksum the downloaded file.
 $ md5sum osol-0906-111-x86.usb
  d6548ae861d23f1f4e984b56b2911892 osol-0906-111-x86.usb  : checksum okey!
3. Copy osol-0906-111-x86.usb file to my pkging drectory.
 $ cp -p osol-0906-111-x86.usb ~/src-pkg/
4. Download distro_constructor.
  $ cd src-pkg
 $ hg clone ssh://anon@hg.opensolaris.org/hg/caiman/distro_constructor
 The authenticity of host 'hg.opensolaris.org (72.5.123.5)' can't be established.
 RSA key fingerprint is 63:b9:7a:f3:dc:a4:47:a7:a5:50:ef:05:78:39:8d:ad.
 Are you sure you want to continue connecting (yes/no)? yes
 remote: Warning: Permanently added 'hg.opensolaris.org,72.5.123.5' (RSA) to the list of known hosts.
 destination directory: distro_constructor
 requesting all changes
 adding changesets
 adding manifests
 adding file changes
 added 107 changesets with 575 changes to 415 files
 updating working directory
 45 files updated, 0 files merged, 0 files removed, 0 files unresolved
5. Comfirm the downloaded distro_constructor
 $ ls
 distro_constructor osol-0906-111-x86.usb
 $ cd distro_constructor
 $ ls
 README new packages src test_data tools usr
 $ cd tools
 $ ls
 listusb proc_slist.pl proc_tracedata usbcopy usbgen
 $ ls ../../
 distro_constructor osol-0906-111-x86.usb
6. Insert a USB Pen Dive ( > 1GB) to one of USB ports.
  $ export LANG=C
7. Makeup LiveUSB image file to the USB Pen Drive.
  Execute usbcopy script.
  $ pfexec ./usbcopy ../../osol-0906-111-x86.usb
  Found the following USB devices:
  0: /dev/rdsk/c7t0d0p0 SAMSUNG CDRW/DVD SN-324S U306
  1: /dev/rdsk/c9t0d0p0 952.5 MB USB Storage Device
  Enter the number of your choice: 1

  WARNING: All data on your USB storage will be lost.
  Are you sure you want to install to
  USB Storage Device, 952 MB at /dev/rdsk/c9t0d0p0 ? (y/n) y
  Copying and verifying image to USB device
  Finished 786 MB in 420 seconds (1.8MB/s)
  0 block(s) re-written due to verification failure
  Installing grub to USB device /dev/rdsk/c9t0d0s0
  Completed copy to USB

 $ cd ~
 $ pfexec reboot
8. Startup from the LiveUSB, then Select the BIOS boot menu: start from USB Storage.
________________________________
* Environment: 

    Dell Latitude D410, Pentium-M1.6, 2048MB (533MHz), 40GB/160GB HDD.
    Triple Boot System: Osol-0906-b109, Windoz XP, Ubuntu 9.04 beta.
________________________________

2009-04-06

OpenSolaris preview 2009.06, based on build 110 is now available.

OpenSolaris preview 2009.06 Rlease, Build snv_110
kernel snv_109 からコマンドラインで # pkg image-update して snv_110にアップデートしたとき、
デスクトップログイン後にアプリケーションを起動すると、例外なく画面がフリーズして、数秒後に自動的にシステムダウンし、再起動してしまう。 これでは実用に耐えないので、以前の BE (snv_109) で運用中だ。

GENUNIX サイトで OpenSolaris preview 2009.06 snv_b110 が入手できる。
ここからは、すべてのビルドを閲覧し、ダウンロードできる。
ISO Universal x86 / osol-0906-110-x86.iso をダウンロードして、My NoteBook PC に クリーン
インストールしてみる。 Live CD を起動して、インストール作業は問題なく完了した。

環境: Dell Latitude D410, Intel Pentium-M1.6GHz, RAM 2048MB (533Mhz)
Windoz XP NTFS : /dev/sda1, /dev/sda2, Total 60GB (Primary)
Solaris Partition : /dev/sda3 40GB (Primary)
Linux Partition : /dev/sda4 60GB (Extended, Logical)
Ubuntu (Ext3) : /dev/sda5, /dev/sda6, /dev/sda7, /dev/sda8

$ uname -a
SunOS xxxxxx 5.11 snv_110 i86pc i386 i86pc Solaris

$ more /etc/release
OpenSolaris 2009.06 snv_110 X86
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 19 March 2009

Repository (http://pkg.opensolaris.org/dev) を追加して、これを有効(preferred) にする。
$ pfexec pkg set-authority -P -O http://pkg.opensolaris.org:80/dev/ osol.develop
$ pfexec pkg authority
PUBLISHER   TYPE   STATUS   URI
osol.develop (preferred) origin online http://pkg.opensolaris.org:80/dev/
opensolaris.org origin online http://pkg.opensolaris.org:80/release/

インストール完了後にシステムを再起動して、GDM ログインは問題なくできた。
しかし、GNOME Desktop 上で Panel メニューやアイコンをマウスでクリックする度に、フリーズしてしまい、 数秒後にシステムが勝手にシャットダウン、再起動してしまう。 snv_b110 は MyNoteBook D410 では実用に耐えない。 回避策はあるのかな?