Articles tagged with: boot
Uncategorized »

Intel Corporation announced today that its award-winning Intel® Solid-State Drives (SSDs) are now available in 800 Best Buy* stores across the country and on BestBuy.com.
SSDs can replace or complement a traditional hard drive in a notebook or desktop PC and deliver noticeably faster computer performance when booting up, opening files and running software applications. With …
Uncategorized »

If you have Windows Mobile (6.1 or 6.5) smartphone and want to use Android on it, you can do so more easily than before using a software that has been recently launched.
Called Gen.Y DualBOOT, is a free application and has been published on the xda-developer forum.
In this forum you can read all the instructions you need …
Uncategorized »

After OpenSuSE 11.2 is out, i have download the distro to try it out. Unfortunately there is a problem to install at that time due to the MD5 checksum failed during installation. I have made MD5 checksum on the iso, i found that the MD5 is not same. Perhaps the DVD corrupted during download.
Once again I download the OpenSuSE, this …
Uncategorized »

Recently i have try to install Redhat 5.3 on a system that is running on Sata disk. Ufortunately i’m unable to install it since the disk was not detected. The simplest solution is to disable “msi”
When you insert the DVD, in the boot option dont just press enter. Just put
linux pci=nomsi
Then you can proceed with the instalation. This method already …
Uncategorized »
Tiny core Linux is very small. It only 10MB and considered as minimal Linux Desktop. This distro based on 2.6 kernel, use Busybox, Tiny X, Fltk and Jwm. The core run in RAM and boots very quickly.
It is not a complete desktop as what we can expect inside the 10MB and not all hardware is supported. It just enough to …
Uncategorized »
objektif:
-menambah support terhadap sesuatu perkakasan misalnya bagi membenarkan kernel mencapai failsistem ntfs
Compile
1) download kernel baru “linux2.X.X.tar.gz”
2) mv linux2.X.X.tar.gz /usr/src/
3) tar xpvfz linux2.X.X.tar.gz
4) cd linux2.X.X
5) make mrproper
6) make xconfig
6) make dep
7) make clean make bzImage
9) make modules
10) make modules_install
11) cd arch/i386/boot dan cp bzImage /boot/vmlinuz
12) edit /etc/lilo.conf
13) run lilo yang sudah di editkan /sbin/lilo
14) Reboot / shutdown -r now
Patch
1. letak patch-2.4.x.tar.bz2 …