Loading...

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.
________________________________

0 Comments::