<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>openSUSE Lizards &#187; Masim Sugianto</title>
	<atom:link href="http://lizards.opensuse.org/author/vavai/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org</link>
	<description></description>
	<pubDate>Mon, 21 Jul 2008 21:08:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Atheros AR 5007 EG on openSUSE 11.0</title>
		<link>http://lizards.opensuse.org/2008/07/14/atheros-ar-5007-eg-on-opensuse-110/</link>
		<comments>http://lizards.opensuse.org/2008/07/14/atheros-ar-5007-eg-on-opensuse-110/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 03:21:28 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[AR-5007]]></category>

		<category><![CDATA[Atheros]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=95</guid>
		<description><![CDATA[openSUSE 11.0 failed detect this hardware and wrong identifying the device as AR242x 802.11abg Wireless PCI Express Adapter. I usually uses madwifi driver for Atheros chipset instead of ath5k but the standard madwifi driver could not be applied for the device. After Googling for a while, I could make it works with the special AR [...]]]></description>
			<content:encoded><![CDATA[<p>openSUSE 11.0 failed detect this hardware and wrong identifying the device as AR242x 802.11abg Wireless PCI Express Adapter. I usually uses <a href="http://madwifi.org">madwifi</a> driver for Atheros chipset instead of ath5k but the standard madwifi driver could not be applied for the device. After Googling for a while, I could make it works with the special AR 5007 EG madwifi driver, <a href="http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz">http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz</a>.</p>
<p>How to make it works ?</p>
<ol>
<li>Disable or blacklist ath5k driver by add the <strong>blacklist ath5k</strong> to /etc/modprobe.d/<strong>blacklist</strong></li>
<li>Open konsole or terminal</li>
<li>Install the driver</li>
<p><code>su<br />
zypper in kernel-source make gcc gcc-c++<br />
wget -c <a href="http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz">http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz</a><br />
tar -zxvf madwifi-ng-r2756+ar5007.tar.gz<br />
cd madwifi-ng-r2756+ar5007<br />
make<br />
make install<br />
modprobe ath_pci<br />
reboot<br />
</code></ol>
<p>After reboot, you should be configure the wifi from YAST | Network Devices | Network Settings</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/07/14/atheros-ar-5007-eg-on-opensuse-110/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extract and Compress Right Click Menu on KDE4</title>
		<link>http://lizards.opensuse.org/2008/07/12/extract-and-compress-right-click-menu-on-kde4/</link>
		<comments>http://lizards.opensuse.org/2008/07/12/extract-and-compress-right-click-menu-on-kde4/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 02:41:59 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[KDE]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[KDE4]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Unrar]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=94</guid>
		<description><![CDATA[One of the functional menu that make my life more easier with KDE 3 are the Compress and Extract Menu. With this function, I could make an archive or extract zip file with Konqueror without opening Ark for manually extract or compress the file. Now, I enjoy the KDE 4 on openSUSE 11.0, with Kwin [...]]]></description>
			<content:encoded><![CDATA[<p>One of the functional menu that make my life more easier with KDE 3 are the Compress and Extract Menu. With this function, I could make an archive or extract zip file with Konqueror without opening Ark for manually extract or compress the file. Now, I enjoy the KDE 4 on openSUSE 11.0, with Kwin desktop effect and a lot improvement in various area, but I still missing the above menu.</p>
<p>How to add the similar function to KDE 4 so we could compress some file or folder, or extract a zip file both in Dolphin and Konqueror ? Here is the tips :</p>
<ol>
<li>Download the plugin here :<br />
<a href="http://www.kde-apps.org/content/download.php?content=84206&amp;id=1&amp;tan=96989998" target="_blank">http://www.kde-apps.org/content/download.php?content=84206&amp;id=1&amp;tan=96989998</a></li>
<li>Open konsole / terminal</li>
<li>Extract the plugin</li>
<li>Go to the extract folder</li>
<li>Copy all of .desktop file into /usr/share/kde4/services/ServiceMenus</li>
<li>Copy the content of script folder into /usr/bin</li>
<li>Test with dolphin or kde4</li>
</ol>
<p><img src="http://www.vavai.com/blog/uploads/extract.jpeg" alt="Compress and Extract" width="450" height="558" /></p>
<p>The above tips will make a system wide configuration. If you wish to make a local changes, just execute INSTALL_1.0.sh on the extract folder.</p>
<p>NOTE : The programs p7zip, bunzip2, bzip2, gzip, rar, unrar, tar, zip and unzip must be installed.</p>
<p>I don&#8217;t know if the function will be added into KDE 4.1 by default, but I hope so <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/07/12/extract-and-compress-right-click-menu-on-kde4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Make openSUSE 11.0 GM Live USB</title>
		<link>http://lizards.opensuse.org/2008/06/20/how-to-makeopensuse-110-gm-version-live-usb/</link>
		<comments>http://lizards.opensuse.org/2008/06/20/how-to-makeopensuse-110-gm-version-live-usb/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 17:32:59 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[LiveUSB]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=75</guid>
		<description><![CDATA[openSUSE 11.0 with tons of impovement has been announced on June 19, 2008. Since then it was a busiest day for me : setting up a local mirror providing iso image for openSUSE fans in Indonesia, arrange openSUSE 11.0 release party and preparing Indonesian openSUSE community regular meeting on Saturday, June 21, 2008. We have [...]]]></description>
			<content:encoded><![CDATA[<p>openSUSE 11.0 with <a href="http://news.opensuse.org/2008/06/19/sneak-peeks-at-opensuse-110-a-plethora-of-improvements/">tons of impovement</a> has been <a href="http://news.opensuse.org/2008/06/19/announcing-opensuse-110-gm/">announced</a> on June 19, 2008. Since then it was a busiest day for me : setting up a local mirror providing iso image for openSUSE fans in Indonesia, arrange openSUSE 11.0 release party and preparing <a href="http://www.opensuse.or.id">Indonesian openSUSE community</a> regular meeting on Saturday, June 21, 2008. We have planned all of these since last month but I must updated the planning with latest news and preparation.</p>
<p>Beside the planning, I also read some comments that noticed me with problem regarding <a href="http://lizards.opensuse.org/2008/05/31/making-opensuse-110-liveusb-the-easiest-and-fastest-way/">openSUSE LiveUSB tutorial</a>. The tutorial used openSUSE 11.0 RC1 and the modified initrd as noticed on the tutorial doesn&#8217;t fit with the GM version.</p>
<p><span id="more-75"></span>I have updated the initrdud that *should be*  applied with openSUSE 11.0 GM. I got it succeeded with my 2 GB USB Flash Disk. The overall process to make openSUSE 11.0 GM LiveUSB are same as described on the previous tutorial with RC1. The different thing is initrdud file.</p>
<p><img src="http://opensuse.or.id/wp-content/uploads/opensuse-11-gm-liveusb1.jpg" alt="openSUSE 11.0 LiveUSB sysinfo" width="500" height="490" /></p>
<p><img src="http://opensuse.or.id/wp-content/uploads/opensuse-11-gm-liveusb2.jpg" alt="openSUSE 11.0 LiveUSB Partitioner" width="500" height="236" /></p>
<p>Download the modified initrd file (called initrdud) from <a href="http://opensuse.or.id/wp-content/uploads/2008/06/initrdud">this link</a>.</p>
<p><strong>How to Modify the Initrd</strong></p>
<p>Initrd modification needed to add <strong>nls_cp437.ko</strong>, module for mount vfat partition that commonly used by USB flash disk<strong>.</strong></p>
<ol>
<li>Preparing your LiveUSB ISO. In this example, I used <strong>openSUSE-11.0-KDE4-LiveCD-i386.iso</strong>. Change with your downloaded LiveCD ISO instead</li>
<li>Preparing, Extract and update the initrd</li>
<p><code>su<br />
mkdir unpacked<br />
mkdir /mnt/iso<br />
mkdir /mnt/squash<br />
mount -o loop <strong>openSUSE-11.0-KDE4-LiveCD-i386.iso</strong> /mnt/iso/<br />
cd unpacked<br />
gzip -dc /mnt/iso/boot/i386/loader/initrd | cpio -i<br />
mount -o loop /mnt/iso/openSUSE-*read-only.* /mnt/squash/<br />
cp /mnt/squash/lib/modules/*/kernel/fs/nls/nls_cp437.ko lib/modules/*/kernel/fs/nls/<br />
cp /mnt/squash/lib/modules/*/kernel/fs/nls/nls_iso8859-1.ko lib/modules/*/kernel/fs/nls/<br />
cp -r /mnt/squash/lib/modules/*/kernel/fs/vfat lib/modules/*/kernel/fs/<br />
cp -r /mnt/squash/lib/modules/*/kernel/fs/fat lib/modules/*/kernel/fs/<br />
</code></p>
<li>Edit the linuxrc file and change <strong>/bin/sh</strong> on top of the file with <strong>/bin/sh -x</strong>. This used for verbose option while boot, every command will be display before executed so if there is a problem, it will more easier to resolve.</li>
<li>Modify the <strong>include</strong> file and change (replace) the function CDDevice with below code. This will change LiveCD to LiveUSB.</li>
<pre>function CDDevice {
	# /.../
	# changed this function so that it finds config.isoclient on vfat disks, e.g. USB drives
	# ----
	find /lib/modules/*/kernel/fs/nls/nls* -exec insmod {} \; # needed for vfat filesystem
        find /lib/modules/*/kernel/fs/*fat/*.ko -exec insmod {} \; # needed for vfat filesystem
        insmod /lib/modules/*/kernel/drivers/usb/storage/usb-storage.ko # needed for USB
	sleep 5 # fixme; do this in a proper way
	cddevs=`/usr/sbin/hwinfo --disk | grep sd | grep "Device File:" | cut -f2 -d: | cut -f2 -d " "` # looks for disks instead of CDs
	echo cddevs $cddevs
	for i in $cddevs;do
		i=$i"1" # fixme; looks on the first partition only
		echo i $i
		if [ -b $i ];then
			test -z $cddev &amp;&amp; cddev=$i || cddev=$cddev:$i
			echo cddev $cddev
		fi
	done
	if [ -z $cddev ]; then
		systemException \
			&#8220;Failed to detect CD drive !&#8221; \
		&#8220;reboot&#8221;
	fi
}
</pre>
<li>Repack the initrd. We will place the initrdud in root of cureent folder :</li>
<pre>find . | cpio -o -H newc | gzip -9 &gt; ../initrdud
</pre>
</ol>
<p>Hope the above process solve the problem while making openSUSE 11.0 GM LiveUSB. Don&#8217;t forget to place a comment if you got any problem regarding this tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/20/how-to-makeopensuse-110-gm-version-live-usb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the Official openSUSE Forums !</title>
		<link>http://lizards.opensuse.org/2008/06/10/welcome-to-the-official-opensuse-forums/</link>
		<comments>http://lizards.opensuse.org/2008/06/10/welcome-to-the-official-opensuse-forums/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 02:35:39 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[Forums]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=54</guid>
		<description><![CDATA[After announced on March 11, 2008, official openSUSE forums has been established and starting work for providing better support for openSUSE community on June 09, 2008. Forums merges 3 existing openSUSE forums, suseforums.net, suselinuxsupport.de and the openSUSE support forums at forums.novell.com.

You could use single sign-on login with your Novell/openSUSE account. It&#8217;s also should be work [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://news.opensuse.org/2008/03/11/announcing-the-official-opensuse-forums/">announced</a> on March 11, 2008, <a href="http://forums.opensuse.org/">official openSUSE forums</a> has been established and starting work for providing better support for openSUSE community on June 09, 2008. Forums merges 3 existing openSUSE forums, <a href="http://www.suseforums.net/">suseforums.net</a>, <a href="http://www.suselinuxsupport.de/">suselinuxsupport.de</a> and the openSUSE support forums at <a href="http://forums.novell.com/opensuse-support-forums/">forums.novell.com.</a></p>
<p><a href="http://forums.opensuse.org/"><img src="http://www.vavai.com/blog/uploads/opensuse-forums.jpg" alt="openSUSE forums" width="550" height="334" /></a></p>
<p>You could use single sign-on login with your Novell/openSUSE account. It&#8217;s also should be work with your existing account at existing forums but I didn&#8217;t try it ;-), so, please try to login before create another new account.</p>
<p>Thanks for all of Novell staff and openSUSE community members who make the dream come true. Quoting what <a href="http://news.opensuse.org/2008/04/25/people-of-opensuse-michael-loffler/">Michael</a> said last 3 month : &#8220;a big gain for the whole openSUSE Community !&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/10/welcome-to-the-official-opensuse-forums/feed/</wfw:commentRss>
		</item>
		<item>
		<title>openSUSE Training at State Ministry for Youth Affairs and Sports</title>
		<link>http://lizards.opensuse.org/2008/06/09/opensuse-training-at-state-ministry-for-youth-affairs-and-sports/</link>
		<comments>http://lizards.opensuse.org/2008/06/09/opensuse-training-at-state-ministry-for-youth-affairs-and-sports/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:13:30 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[OpenSUSE-ID]]></category>

		<category><![CDATA[Promo]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=51</guid>
		<description><![CDATA[
Last week, me and 2 Indonesian openSUSE members : Bonnie Kurniawan &#38; M Herry Nurdin holds a training session at Grha Pemuda &#38; Olah Raga (Youth Fellow &#38; Sports Building), State Ministry for Youth Affairs and Sports of the Republic of Indonesia, Senayan, Jakarta.
Training focused on openSUSE server  function and  administration, with an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vavai.com/blog/uploads/training-menpora.jpg"><img src="http://www.vavai.com/blog/uploads/training-menpora-kecil.jpg" alt="Training1" width="550" height="413" /></a></p>
<p>Last week, <a href="http://www.vavai.com/blog/index.php">me</a> and 2 <a href="http://www.opensuse.or.id">Indonesian openSUSE</a> members : Bonnie Kurniawan &amp; M Herry Nurdin holds a training session at Grha Pemuda &amp; Olah Raga (Youth Fellow &amp; Sports Building), State Ministry for Youth Affairs and Sports of the Republic of Indonesia, Senayan, Jakarta.</p>
<p>Training focused on openSUSE server  function and  administration, with an overview about openSUSE 11.0 features and capability. There are totals 20 audiences on first and second day, and 40 audiences on third day, came from sub dept of State Ministry for Youth Affairs and Sports and they will administer openSUSE server on their office. Most of the audiences are newbie for Linux but they have no problem with openSUSE administration. They looks a quite bit worried when we got an introduction about Command Line Interface, but after a few minutes, they&#8217;re enjoy the training.</p>
<p><span id="more-51"></span>Training taking full 3 days to complete, started on June 07 2008 until June 09, 2008. I gave a presentation and practical guide for openSUSE installation (hey, it&#8217;s pretty nice to show off openSUSE installation process. It needs a few step only, with yes, no and next <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ), domain controller and active directory with samba, Apache Web Server and Virtual Host and an introduction about YAST usability.</p>
<p><a href="http://www.vavai.com/blog/uploads/training-menpora2.jpg"><img src="http://www.vavai.com/blog/uploads/training-menpora2-kecil.jpg" alt="Training2" width="550" height="413" /></a></p>
<p>I have a small discussion about Indonesian openSUSE community with Edy Purwanto, IT administrator for State Ministry for Youth Affairs and Sports office, and he promised to helped us setting up and provide openSUSE mirror by using dedicated server and dedicated internet access in his office. Well, it&#8217;s a good news for upcoming openSUSE 11.0 release on June 19, 2008. We will set up this server for ISO image and repository download services.</p>
<p><a href="http://www.vavai.com/blog/uploads/training-menpora3.jpg"><img src="http://www.vavai.com/blog/uploads/training-menpora3-kecil.jpg" alt="Training3" width="550" height="413" /></a></p>
<p>We also distributed openSUSE 11.0 RC1 free CD and DVD plus a set of tutorial for the audiences and told them to contact us if they have any problem with openSUSE implementation at their office units.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/09/opensuse-training-at-state-ministry-for-youth-affairs-and-sports/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making openSUSE 11.0 LiveUSB : The Easiest (and Fastest) Way</title>
		<link>http://lizards.opensuse.org/2008/05/31/making-opensuse-110-liveusb-the-easiest-and-fastest-way/</link>
		<comments>http://lizards.opensuse.org/2008/05/31/making-opensuse-110-liveusb-the-easiest-and-fastest-way/#comments</comments>
		<pubDate>Sat, 31 May 2008 05:12:11 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[LiveUSB]]></category>

		<category><![CDATA[OpenSUSE-ID]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=38</guid>
		<description><![CDATA[
In earlier post, I&#8217;m writing &#8220;How to build openSUSE LiveUSB with Kiwi&#8221; tutorial guide and thinking how to get same results with more easier tips.  Another distro came with easy trick to make a bootable LiveUSB and I think openSUSE should be  . Kiwi is a great tools for making openSUSE liveUSB, QEMU [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vavai.com/blog/uploads/liveusb-2.png"><img src="http://www.vavai.com/blog/uploads/liveusb-1.jpg" alt="LiveUSB desktop" width="500" height="333" /></a></p>
<p>In earlier post, I&#8217;m writing &#8220;<a href="http://lizards.opensuse.org/2008/05/21/opensuse-liveusb-with-kiwi/">How to build openSUSE LiveUSB with Kiwi</a>&#8221; tutorial guide and thinking how to get same results with more easier tips.  Another distro came with easy trick to make a bootable LiveUSB and I think openSUSE should be <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Kiwi is a great tools for making openSUSE liveUSB, QEMU Image, VMWare Image, XEN Image and LiveCD Image but it would not fit with any situation.</p>
<p>I&#8217;ve search various topics and found some of them looks pretty interesting to try. After reviewing some tips, here is a tutorial guide to make openSUSE 11.0 LiveUSB with the easiest way :</p>
<h3><strong><strong>BENEFIT</strong></strong></h3>
<ol>
<li>Tutorial can be used on Linux or Windows</li>
<li>Do not need to install openSUSE onto hard disk for making LiveUSB as it was with KIWI. Just download the LiveCD ISO image and a tools for make an extract of ISO content (7-zip on Windows and mount -o loop tips on Linux)</li>
<li>Can used FAT 32 file system for interoperability (marketing hype <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) and mobility of data. Flash disk could be accessing by various OS</li>
<li>Simple, only need a few step</li>
<li>Fast process, required a few minutes for copying ISO image and initrd process</li>
</ol>
<h3><span id="more-38"></span><strong>PREPARATION</strong></h3>
<ol>
<li>Preparing USB Flash Disk, 1 GB or more</li>
<li>If using Windows for making LiveCD, download latest version of <a href="//www.kernel.org/pub/linux/utils/boot/syslinux">syslinux</a></li>
<li>Download modified initrd - called initrdud - from <a href="ftp://ftp.emc.com/incoming/suse/">this link</a>. (it&#8217;s free ftp server which deleted any contents every 2 week. You could find another location from <a href="http://www.vavai.com/uploads/opensuse/initrdud">my personal blog uploads folder</a>). The modified initrd contains modification from LiveCD boot into LiveUSB boot and addon for NLS modules (code page and character set) for FAT32 file system on USB. NOTED : for openSUSE 11.0 GM, please used <a href="http://opensuse.or.id/wp-content/uploads/2008/06/initrdud">this initrdud</a> instead. Take a look on <a href="http://lizards.opensuse.org/2008/06/20/how-to-makeopensuse-110-gm-version-live-usb/#more-75">this post</a> for the reason.</li>
</ol>
<h3><strong><strong>MAKE A BOOTABLE LIVEUSB</strong></strong></h3>
<ul>
<li><strong>ON WINDOWS</strong></li>
</ul>
<ol>
<li>Run your Windows OS</li>
<li>Plug in USB Flash Disk</li>
<li>Extract syslinux on Windows folder</li>
<li>Open DOS Prompt (Command Prompt)</li>
<li>Navigate into win32 folder on syslinux folder</li>
<li>run syslinux -ma driver-letter-of-flash-disk, eg : <code>syslinux -ma E: </code> if E is your USB Flash Disk. Note : The process need a few second to make a bootable USB disk with syslinux, so don&#8217;t wait the process finished for 1 minutes or more <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </li>
</ol>
<ul>
<li><strong>ON LINUX</strong>
<ol>
<li>Find your USB disk with <code>df -h</code> on konsole.</li>
<li>Install syslinux and run <strong>syslinux /dev/sdx</strong> from konsole where /dev/sdx is your USB device</li>
<li>If the above process failed for making bootable USB disk, try <a href="http://en.opensuse.org/SuSE_install_from_USB_drive#Make_the_USB_drive_bootable">another tips</a></li>
</ol>
</li>
</ul>
<h3>PROCESSING THE IMAGE</h3>
<ol>
<li>Plug in bootable USB disk</li>
<li>Create temporary folder for mounting LiveCD ISO Image <code>mkdir liveiso</code></li>
<li>Mount ISO image into specified folder <code>mount -o loop openSUSE-11.0-RC1-KDE4-LiveCD-i386.iso liveiso/</code> (I&#8217;m currently using openSUSE 11.0 RC1 KDE. Make a proper changes to your ISO image)</li>
<li>Copying all of liveiso content (mounted ISO content) into USB disk</li>
<li>Copying all of content on boot/i386/loader folder into root folder of USB disk</li>
<li>Rename isolinux.cfg on root folder of USB disk into syslinux.cfg</li>
<li>copying initrdud into root folder of usb disk</li>
<li>Make a few modification into syslinux.cfg, so, USB live will boot with initrdud. Make a change to this line : <code>append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts</code> into <code>append initrd=initrdud kiwidebug=1 ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts</code> kiwidebug=1 option will log any error while booting LiveUSB</li>
</ol>
<h3>TESTING</h3>
<ol>
<li>Boot your computer with USB HDD as top of boot device priority or make a hot boot change by pressing F12, F8, F9 or any key according to your computer</li>
<li>While booting, just press ENTER on boot option. Typing Live-System as mentioned on boot message will failed <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> regarding kernel image</li>
</ol>
<p><a href="http://www.vavai.com/blog/uploads/liveusb-1.png"><img src="http://www.vavai.com/blog/uploads/liveusb-2.jpg" alt="LiveUSB Sysinfo" width="500" height="333" /></a></p>
<h3>LIVEUSB INSTALLATION SCREENSHOT</h3>
<p>Below are some LiveUSB installation screenshot.</p>
<p><a href="http://www.vavai.com/blog/uploads/liveusb-3.png"><img src="http://www.vavai.com/blog/uploads/liveusb-3.jpg" alt="LiveUSB Installation Screen" width="500" height="371" /></a></p>
<p><a href="http://www.vavai.com/blog/uploads/liveusb-4.png"><img src="http://www.vavai.com/blog/uploads/liveusb-4.jpg" alt="LiveUSB Installation Screen" width="500" height="371" /></a></p>
<p><a href="http://www.vavai.com/blog/uploads/liveusb-5.png"><img src="http://www.vavai.com/blog/uploads/liveusb-5.jpg" alt="LiveUSB Installation Screen" /></a></p>
<h3>CREDIT</h3>
<p>Thanks to <a href="http://www.suseforums.net/index.php?s=d7a69cd0371561b0907600e2757d5ab9&amp;showuser=47359">Manivas</a> for <a href="http://suseforums.net/index.php?showtopic=50712">great idea &amp; tutorial</a>.</p>
<h3>FUTURE IDEA</h3>
<p><a href="http://en.opensuse.org/User:Coolo">Coolo</a> was <a href="http://lists.opensuse.org/opensuse-factory/2008-05/msg00455.html">discarded his experimental test</a> for making openSUSE liveUSB. The above process should be fine and *I think* quite enough to provide openSUSE LiveUSB for 11.0 released. By automating overall process and making a nice GUI, it should be increasing openSUSE 11.0 features. (if you asked me, &#8220;Why don&#8217;t you create automated process tools by yourself&#8221;, my answer is : &#8220;Yes, I will. I just thinking that it may need a less than a day for experience openSUSE developers for making the tools rather than waiting my C++ &amp; QT course finished <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> )</p>
<p>In 10.3, it was need a month after official release of 10.3 on October 04, 2008 for releasing LiveCD version of openSUSE. With this experience, is this possible to make this features included on openSUSE 11.0 ?</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/31/making-opensuse-110-liveusb-the-easiest-and-fastest-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Preparation for openSUSE Booth on IGOS Summit 2</title>
		<link>http://lizards.opensuse.org/2008/05/27/preparation-for-opensuse-booth-on-igos-summit-2/</link>
		<comments>http://lizards.opensuse.org/2008/05/27/preparation-for-opensuse-booth-on-igos-summit-2/#comments</comments>
		<pubDate>Tue, 27 May 2008 10:55:40 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[OpenSUSE-ID]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=34</guid>
		<description><![CDATA[Martin Lasarsch looks quite busy with his project, preparing openSUSE booth on Linux Tag at Berlin  , and so do with us here in Indonesia, preparing openSUSE booth for IGOS Summit 2 event. IGOS stand for Indonesia goes Open Source and IGOS Summit 2  dedicated for  open source promo and community building.

This [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.opensuse.org/User:Mlasars">Martin Lasarsch</a> looks quite busy with his project, preparing <a href="http://news.opensuse.org/2008/05/26/linuxtag-t-2/">openSUSE booth on Linux Tag</a> at Berlin <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> , and so do with us here in Indonesia, preparing openSUSE booth for IGOS Summit 2 event. IGOS stand for Indonesia goes Open Source and IGOS Summit 2  dedicated for  open source promo and community building.</p>
<p><img src="http://www.vavai.com/blog/uploads/opensuse-igos-summit-2.jpg" alt="Preparation for IGOS summit 2" width="500" height="333" /><br />
<span id="more-34"></span>This is our first event for openSUSE promo on shopping mall <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> . We invited by Ministry of Information &amp; Technology of the Republic of Indonesia and we had a booth for free of charge <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>I have a big problem for this event. It&#8217;s my personal problem, not with the community et all. The event hold on working day (Tuesday to Wednesday, May 27-28, 2008) and I cannot take any guarantee for attending the event due to my jobs and responsibility at work. I will take a moment for attending the event but it would be for a few hour only <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Unfortunately, I got various support from community member. Some of them told me that they could help for booth set up and act as promotional guys. A friend of mine, Imron  from <a href="http://www.airputih.or.id/">Yayasan Air Putih</a> lend us a set of PC server, Acces point and LCD monitor. Another member supported us by donating some cash for enclosed daily activity cost.</p>
<p>Thank you for helping us to make a successful booth on IGOS Summit 2. See you there&#8230;</p>
<p><img src="http://www.vavai.com/blog/uploads/igos-summit.jpg" alt="IGOS Summit 2" width="500" height="375" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/27/preparation-for-opensuse-booth-on-igos-summit-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Indonesian openSUSE Monthly Meeting-May 2008</title>
		<link>http://lizards.opensuse.org/2008/05/27/indonesian-opensuse-monthly-meeting-may-2008/</link>
		<comments>http://lizards.opensuse.org/2008/05/27/indonesian-opensuse-monthly-meeting-may-2008/#comments</comments>
		<pubDate>Tue, 27 May 2008 09:34:49 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[meeting]]></category>

		<category><![CDATA[OpenSUSE-ID]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=33</guid>
		<description><![CDATA[
Last week, Indonesian openSUSE community (openSUSE-ID) had a regular monthly meeting on Saturday, May 24, 2008. for promotional and marketing benefit, we choose Detik.com-currently biggest online newspaper in Indonesia) office at Aldevco Octagon Building Jakarta  as our location for meeting. This is our sixth regular meeting since November 2007.
As scheduled on my previous post, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="800px" src="http://www.vavai.com/blog/uploads/kopdar6-1.jpg" alt="" /></p>
<p>Last week, Indonesian openSUSE community (openSUSE-ID) had a regular monthly meeting on Saturday, May 24, 2008. for promotional and marketing benefit, we choose Detik.com-currently biggest online newspaper in Indonesia) office at Aldevco Octagon Building Jakarta  as our location for meeting. This is our sixth regular meeting since November 2007.</p>
<p>As scheduled on <a href="http://lizards.opensuse.org/2008/05/23/today-agenda-opensuse-id-monthly-meeting/">my previous post</a>, this meeting covering up some agenda, ie : openSUSE 11.0 features preview, knowledge share about zypper package manager, our preparation for booth on IGOS Summit 2 event, openSUSE 11.0 release party and openSUSE on Live USB demo.<span id="more-33"></span></p>
<p><img src="http://www.vavai.com/blog/uploads/vavai.jpg" alt="Vavai on presentation" width="512" height="384" /></p>
<p>Meeting started on 09.30 am (GMT+7), opening by <a href="http://www.vavai.com/blog/index.php">Vavai</a> from openSUSE-ID and <a href="http://andryshuzain.com/">Andry S Huzain</a> from Detik.com. Vavai describing about community in general, overview and next plan in 2008. Andry told us about the implementation of Linux project on Detik.com, beside his activity with Mac OS.</p>
<p><img style="800px" src="http://www.vavai.com/blog/uploads/kopdar6-2.jpg" alt="" /></p>
<p>Next session fill in by Donnie S Bhayangkara (Poepil). He gave a presentation about zypper usage, from adding, modifying and removing repos to package modification with zypper. He show the different style between yast, smart and zypper and told us about zypper improvement on openSUSE 11.0.</p>
<p><img src="http://www.vavai.com/blog/uploads/donnie.jpg" alt="Donnie - Poepil on presentation" width="512" height="384" /></p>
<p>Vavai enclosed the meeting with preview of OpenSUSE 11.0 features and <a href="http://lizards.opensuse.org/2008/05/21/opensuse-liveusb-with-kiwi/#more-28">OpenSUSE LiveUSB</a> creator with KIWI.</p>
<p><img style="800px" src="http://www.vavai.com/blog/uploads/kopdar6-3.jpg" alt="" /></p>
<p>Session of meeting activity could be found <a href="http://picasaweb.google.co.id/a.yulandi/KopdarOpenSuse6">here</a> and <a href="http://picasaweb.google.co.uk/indrayana.mb/OpenSUSEKopdar624Mei2008?authkey=LS_7MZK0HzU">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/27/indonesian-opensuse-monthly-meeting-may-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Today Agenda : openSUSE-ID Monthly Meeting</title>
		<link>http://lizards.opensuse.org/2008/05/23/today-agenda-opensuse-id-monthly-meeting/</link>
		<comments>http://lizards.opensuse.org/2008/05/23/today-agenda-opensuse-id-monthly-meeting/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:40:38 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[OpenSUSE-ID]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=31</guid>
		<description><![CDATA[Today (Saturday, May 24, 2008), Indonesian openSUSE Community (openSUSE-ID) have a regular monthly meeting. Meeting for this month will be held on detik.com office, Jakarta.
We got about 30-40 registered members will be attending the meeting. It would reach more than 30 members because some of our regular meeting members didn&#8217;t submit their registration. The registration [...]]]></description>
			<content:encoded><![CDATA[<p>Today (Saturday, May 24, 2008), Indonesian openSUSE Community (openSUSE-ID) have a regular monthly meeting. Meeting for this month will be held <a href="http://lizards.opensuse.org/2008/05/15/indonesian-opensuse-community-monthly-meeting-on-detikcom/">on detik.com office, Jakarta</a>.</p>
<p>We got about 30-40 registered members will be attending the meeting. It would reach more than 30 members because some of our regular meeting members didn&#8217;t submit their registration. The registration process itself only counted how much the attendees for better meeting room preparation.</p>
<p>This month, the agenda of meeting will cover up some discussion topics : openSUSE 11.0 features and highlight preview, presentation about zypper package manager, openSUSE on USB Live Stick demo, preparation for <a href="http://summit.foss-id.web.id">IGOS Summit 2 event</a> (The event looks similar with FOSDEM in Europe. We have openSUSE booth at the event) and openSUSE 11.0 release party.</p>
<p>I&#8217;ll be update with some picts of our monthly meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/23/today-agenda-opensuse-id-monthly-meeting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>openSUSE LiveUSB with KIWI</title>
		<link>http://lizards.opensuse.org/2008/05/21/opensuse-liveusb-with-kiwi/</link>
		<comments>http://lizards.opensuse.org/2008/05/21/opensuse-liveusb-with-kiwi/#comments</comments>
		<pubDate>Wed, 21 May 2008 04:51:19 +0000</pubDate>
		<dc:creator>Masim Sugianto</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[KDE]]></category>

		<category><![CDATA[LiveUSB]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=28</guid>
		<description><![CDATA[
As mentioned on previous post, today I&#8217;m playing with LiveUSB creation. Coolo, our lovely (and busy  ) openSUSE project manager discard his experimental test of making LiveUSB due to various specific problem with the USB.
I released factory snapshots of USB and CD images - the USB shows just too many USB specific problems to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="LiveUSB Sysinfo" href="http://www.vavai.net/uploads/liveusb-sysinfo.png"><img src="http://www.vavai.net/uploads/liveusb-sysinfo-kecil.jpg" alt="liveusb sysinfo" width="400" height="372" /></a></p>
<p>As mentioned on <a href="http://lizards.opensuse.org/2008/05/19/playing-with-opensuse-on-liveusb-stick/">previous post</a>, today I&#8217;m playing with LiveUSB creation. <a href="http://en.opensuse.org/User:Coolo">Coolo</a>, our lovely (and busy <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) openSUSE project manager discard his experimental test of making LiveUSB due to various specific problem with the USB.</p>
<blockquote><p>I released factory snapshots of USB and CD images - the USB shows just too many USB specific problems to be worthy, so I kind of decided to kill this idea again ;( <a href="http://lists.opensuse.org/opensuse-factory/2008-05/msg00455.html">More&#8230;</a></p></blockquote>
<p>Before taking <a href="http://klik.atekon.de/wiki/index.php/CustomizeSUSELive">the tutorial</a> mentioned by Luiz Fernando, I&#8217;m trying with <a href="http://en.opensuse.org/Live_USB_stick">KIWI LiveUSB stick tutorial</a>. I&#8217;ve followed the tutorial last month but the process unfinished yet due to the complaining from KIWI that the image doesn&#8217;t fit on my 2 GB USB Flash Disk. At the moment, I was stopped the process and planned to continue after buying another bigger flash disk. I take this conclusion with the assumption KIWI need more than 2 GB of USB disk.</p>
<p>Today I used same tutorial with another assumption <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> , probably the problem occurred due to the annoying bug with KIWI in earlier version, not with the size of USB disk. KIWI using same image used by LiveCD (about 700 MB), so, 2 GB of USB disk should be fit with the requirement of KIWI for building live USB stick.</p>
<p><span id="more-28"></span>With this assumption, I&#8217;m trying KIWI once again for building live USB stick with same device (2 GB of USB flash disk), and now the process ended successfully. I could make a running USB Live stick with KIWI Wiki guidance for making USB live stick. Below is the summary of guidance :</p>
<ol>
<li>Install openSUSE with standard option. The easiest way is using openSUSE liveCD installation <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> , but you still needed an installation DVD or DVD iso image as base installation source.</li>
<li>Copying the entire content of installation DVD  to specified folder as installation source. If you used iso image, you could mount the iso into specified folder with this command : <code>mount -o loop name-of-iso-image specified-folder</code>ex : <code>mount -o loop openSUSE-10.3-GM-DVD-i386.iso /mnt/iso</code></li>
<li>Add the KIWI installation source.</li>
<p><code>zypper sa http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_10.3 kiwi</code></p>
<li>Installing kiwi component :</li>
<p><code>zypper in kiwi kiwi-desc-livesystem kiwi-desc-usbboot</code></p>
<li>Make proper changes to usbboot config.xml files on /usr/share/kiwi/image/usbboot/suse-10.3/config.xml and replace following lines with your local repos :</li>
<p><code>&lt;repository type="yast2" status="replaceable"&gt;<br />
&lt;source path="/image/CDs/full-10.3-i386"/&gt;<br />
&lt;/repository&gt;<br />
</code>
<li>Make proper changes to livecd config.xml /usr/share/kiwi/image/kwliveCD-suse-10.3/config.xml and replace this portion xml code to your local repos :</li>
<p><code>&lt;repository type="yast2"&gt;<br />
&lt;source path="/mounts/dist/install/SLP/openSUSE-10.3-GM-DVD/i386/DVD1/"/&gt;<br />
&lt;/repository&gt;<br />
&lt;repository type="rpm-md"&gt;<br />
&lt;source path="http://download.opensuse.org/repositories/openSUSE:/10.3:/Testing/openSUSE_10.3/"/&gt;<br />
&lt;/repository&gt;<br />
&lt;repository type="rpm-md"&gt;<br />
&lt;source path="http://download.opensuse.org/update/10.3/"/&gt;<br />
&lt;/repository&gt;<br />
</code>
<li>Newer version of KIWI complaining about the version number on config.xml (it should be version number, major and minor changes), so, change this line : <code> &lt;version&gt;2.5&lt;/version&gt; </code> with something like <code>&lt;version&gt;2.5.0&lt;/version&gt;</code></li>
<li>Remove file .checksum.md5 on /usr/share/kiwi/image/usbboot/suse-10.3/ (it&#8217;s hidden file, so make a deal with your display on file manager preferences, ie : show hidden files on konqueror)</li>
<li>Clean up temporary folder for kiwi processing</li>
<p><code>rm -rf /tmp/kiwi*</code></p>
<li>Run the kiwi command (replace KDE with Gnome if you more preferred with GNOME desktop manager)</li>
<p><code>kiwi --prepare /usr/share/kiwi/image/kwliveCD-suse-10.3 --root /tmp/kiwi-tmp --add-profile KDE --logfile terminal</code></p>
<li>Kiwi will processing and building the image. It should be ended with the information  <em>&#8220;KIWI exited successfully   done&#8221;</em>. If you get an error exception, please make a deal with the error <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Create the compressed image. The process will produces the image named openSUSE-10.3.i686-2.5.0 on /tmp/kiwi-image/</li>
<p><code>mkdir /tmp/kiwi-image<br />
kiwi <strong>&#8211;type usb</strong> &#8211;create /tmp/kiwi-tmp -d /tmp/kiwi-image &#8211;logfile terminal</code></p>
<li>Plugin your USB flash disk and specifies the location of your USB flash on /dev folder (ls /dev/sd* will display your USB flash disk at the end of the list)</li>
<li>Umount (ie : umount /dev/sdc1)</li>
<li>Create a bootable LiveUSB stick with openSUSE 10.3 by run the command :</li>
<p><code>kiwi --bootstick /tmp/kiwi-image/initrd-usbboot-suse-10.3.i686-2.1.1.splash.gz --bootstick-system /tmp/kiwi-image/openSUSE-10.3.i686-2.5.0</code></p>
<li>Try your LiveUSB stick by rebooting with USB boot as your first device boot priority.</li>
</ol>
<p><a href="http://www.vavai.net/uploads/liveusb-partition.png"><img src="http://www.vavai.net/uploads/liveusb-partition-kecil.jpg" alt="LiveUSB partition" /></a></p>
<p>The above procedure using openSUSE 10.3 as base installation but the overall process *should be* work with openSUSE 11.0 or newer version with a small modification. Please change the process path  according your openSUSE version.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/21/opensuse-liveusb-with-kiwi/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
