FreeAntivirus

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label boot. Show all posts
Showing posts with label boot. Show all posts

Sunday, November 1, 2009

Changing the Plymouth Theme in Fedora 11 Leonidas

Posted on 10:17 PM by Unknown
Plymouth is the new graphical boot system introduced with the release of Fedora 10 Cambridge. It replaced the rhgb (RedHat Graphical Boot) with a snazzier boot screen that supported cool animations. The first version of Plymouth that shipped with Cambridge used a plugin system where each graphical boot animation had to be coded from scratch - something that did not encourage many people to create
Read More
Posted in boot, Fedora, How to ..., Themes, trickz n tipz, TweakZ | No comments

Thursday, October 29, 2009

Ubuntu Karmic : Changes between Grub 1.x and Grub2

Posted on 1:43 AM by Unknown
Grub Legacy is not present in Karmic. People who upgrade from earlier versions may have the option of keeping Grub Legacy or upgrade to Grub2.

If you upgrade from Jaunty to Karmic you may get an option to keep Grub Legacy.

If you do a new install of Karmic you may install it (Grub2) on the partition instead of MBR and chainload it from existing Grub Legacy.

But I suggest everyone to just learn
Read More
Posted in boot, How to ..., ubuntu | No comments

Sunday, September 20, 2009

Increase the booting speed of Fedora

Posted on 1:41 AM by Unknown
Initng is a full replacement of the old and in many ways deprecated sysvinit tool. It is designed with speed in mind, doing as much as possible asynchronously. In other words: It will boot your unix-system much faster, and give you more control and statistics over your system.The basic premise is that startup commands can be launched as soon as their dependencies are met. This limits the effect
Read More
Posted in boot, Fedora | No comments

Thursday, September 3, 2009

Auto reboot after kernel panic

Posted on 1:21 AM by Unknown
When a kernel encounters certain errors it calls the "panic" function which results from a unrecoverable error. This panic results in LKCD (Linux Kernel Crash Dump) initiating a kernel dump where kernel memory is copied out to the pre-designated dump area. The dump device is configured as primary swap by default. The kernel is not completely functional at this point, but there is enough
Read More
Posted in boot, Kernel | No comments

Saturday, August 15, 2009

HowTo create Ubuntu Bootable USB Flash Drive - uSbuntu

Posted on 12:56 AM by Unknown
uSbuntu Live Creator is a free program for windows will allow users to easily create a bootable USB key with Ubuntu on it.uSbuntu Live Creator also offers an exclusive option of automatic virtualization to launch directly Ubuntu in Windows without any configuration nor installation.Anybody can use uSbuntu Live Creator. It's really easy to use and you don't have to be a computer geekFeatures of
Read More
Posted in boot, How to ..., ubuntu | No comments

Tuesday, February 17, 2009

Alternative Boot Loaders

Posted on 9:04 PM by Unknown
If you do not wish to use a boot loader, you have several alternatives: LOADLIN You can load Linux from MS-DOS. Unfortunately, this requires a copy of the Linux kernel (and an initial RAM disk, if you have a SCSI adapter) to be available on an MS-DOS partition. The only way to accomplish this is to boot your
Read More
Posted in boot | No comments

Saturday, February 14, 2009

HowTo boot the system into Resuce/Single-User or Emergency Mode

Posted on 9:23 PM by Unknown
Booting into Rescue ModeRescue mode provides the ability to boot a small Linux environment entirely from CD-ROM, or some other boot method, instead of the system's hard drive.As the name implies, rescue mode is provided to rescue you from something. During normal operation, your Linux system uses files located on your system's hard drive to do everything — run programs, store your files, and
Read More
Posted in boot, How to ... | No comments

Tuesday, February 10, 2009

HowTo get the firstboot screen again in Fedora/RedHat

Posted on 9:15 PM by Unknown
The first time the system boots, the /sbin/init program calls the /etc/rc.d/init.d/firstboot script, which in turn launches the Setup Agent. This application allows the user to install the latest updates as well as additional applications.The /etc/sysconfig/firstboot file tells the Setup Agent application not to run on subsequent reboots. To run it the next time the system boots, remove /etc/
Read More
Posted in boot, Fedora, How to ... | No comments

Wednesday, January 21, 2009

Make USB pen drive as a bootable device (RedHat)

Posted on 8:58 AM by Unknown
If you cannot boot from the DVD/CD-ROM drive, but you can boot using a USB device, such as a USB pen drive, the following alternative boot method is available:To boot using a USB pen drive, use the dd command to copy the diskboot.img image file from the /images/ directory on the DVD or CD-ROM. For example:dd if=diskboot.img of=/dev/sda Your BIOS must support booting from a USB device in
Read More
Posted in boot, pendrive | No comments

Saturday, January 17, 2009

Boot Process Performance Visualization

Posted on 9:26 PM by Unknown
Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization and process information are collected during the boot process and are later rendered in a PNG, SVG or EPS encoded chart.Bootchart provides a shell script to be run by the kernel in the init phase. The script will run in background and collect process information, CPU
Read More
Posted in boot | No comments

Wednesday, January 14, 2009

Booting Linux in 5 seconds

Posted on 8:47 PM by Unknown
At the Linux Conference, Arjan van de Ven, Linux developer at Intel and author of PowerTOP, and Auke Kok, another Linux Developer at Intel's Open Source Technology Center, demonstrated a Linux system booting in five seconds. The hardware was an Asus EEE, which has solid-state storage, and the two developers beat the five second mark with two software loads: one modified Fedora and one modified
Read More
Posted in boot, Linux | No comments

Tuesday, January 6, 2009

Fedora 10 Graphical Bootloader - Plymouth

Posted on 10:20 PM by Unknown
Plymouth is a new and amazing Graphical Boot loader for Fedora 10. In order to see the graphical boot and not just the text loader, you must enable a mode setting for your video: [basil@IceWalker ~]$ sudo nano /boot/grub/grub.conf, and add ‘vga=0x318‘ to the end of the kernel line:title Fedora (2.6.27.7-134.fc10.i686)root (hd0,2)kernel /boot/vmlinuz-2.6.27.7-134.fc10.i686 ro root=UUID=9ae10394-
Read More
Posted in boot, Fedora | No comments

How to remove/uninstall Lilo/Grub?

Posted on 6:23 AM by Unknown
If you want to remove the Lilo or Grub boot loader from your system (if you are uninstalling linux etc) follow the procedures below:For Windows 95/98 etc:Use a dos boot disk and at the command prompt type:fdisk /mbrFor Windows XP:Boot off the XP Installation CD and go into rescue mode. From there run the command:fixmbr
Read More
Posted in boot, How to ... | No comments

Sunday, January 4, 2009

Posted on 12:09 PM by Unknown
Repair a Corrupt MBR and boot into Linux (fedora) There are times when you inadvertently overwrite your Master Boot Record. The end result being that you are unable to boot into Linux. This is especially true when you are dual booting between windows and Linux OSes. Once when I was working in Windows XP, I accidentally clicked the hibernate button instead of shutdown. And windows somehow
Read More
Posted in boot, Fedora | No comments

What to do if Linux refuses to boot after a power failure?

Posted on 12:00 PM by Unknown
SolutionThere are a few things that you can try to get Linux back on track.. 1. While rebooting, Linux may print a message saying that there is a problem with the filesystem and it might force a check. It would do this for all
Read More
Posted in boot | No comments

Disable unnecessary services in Ubuntu - Boot-Up Manager

Posted on 10:58 AM by Unknown
The startup scripts located in /etc/init.d are part of the bootup sequence of every Debian-like distro. Very often Ubuntu's documentation and guides have suggested - in order to deactivate init scripts - to change the permissions of the scripts in /etc/init.d, making them non-executable. This will have the following consequences: * You'll get an error message at boot time (to avoid it you
Read More
Posted in boot, Linux, ubuntu | No comments

Friday, November 28, 2008

iPhone Dev Team successfully boots Linux on iPhone

Posted on 6:29 PM by Unknown
A milestone has been reached in iPhone firmware modification on Friday with the first alternative operating system for the hardware, Linux, now running on the device.iPhone Linux Demonstration Video from planetbeing on Vimeo.The first build created by Dev Team is now running on iPhone, iPhone 3G, and the original iPod touch in what's considered a "draft" version.The software primarily includes
Read More
Posted in boot, Linux, Linux embedded Devices, mobile, News | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Google introduced new Voice and Video Chat !!
    Google today launched Gmail voice and video chat, making it simple for people around the world to chat in high-quality video for free right ...
  • UNP a Universal File Unpacking Utility for Ubuntu / Debian
    Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, ch...
  • Google's G1 phone : Reviews
    The T-Mobile G1 Android-powered phone is the first mobile phone with the operating system (OS) designed by Google.Given Google's reputat...
  • Reducing load on web server by using reverse proxy - squid
    Many large organizations use caching proxy servers to save on network bandwidth utilization (and costs) and improve browsing response times...
  • File Access Permissions on Linux
    File protection with chmod chmod 400 file    To protect a file against accidental overwriting.chmod 500 dir     To protect yourself from acc...
  • Linux for Kids
    LinuxKidX was, until recently, a Brazilian-only Linux distribution, but, as of March 20th 2009, it is also available in English, so a lot mo...
  • Convert text files to MP3 under Linux
    First we would need to install festival. We can install festival with the following command :sudo apt-get install festivalNow we need to ins...
  • Visual Browser for Wikipedia
    No matter what you think about the quality and nature of Wikipedia articles, there is no denying that the encyclopedia provides an immense ...
  • How to recover/repair lost/damage partitions
    TestDisk is a powerful free data recovery software ! It was primarily designed to help recover lost partitions and/or make non-booting disks...
  • Install Themes and Emerald in Ubuntu
    You see cool themes on almost all screenshot of Ubuntu all over the internet but don't know how to do it. No worries, it can be done in ...

Categories

  • administration
  • Antivirus
  • Apache
  • Apple
  • AppZ
  • Blog
  • boot
  • CentOS
  • Communication
  • Database
  • disc
  • Download
  • Drivers
  • Editor
  • encryption
  • Fedora
  • File management
  • Filesystem
  • Font
  • Fun
  • gaming
  • Gnome
  • Google
  • Gossips
  • How to ...
  • internet
  • KDE
  • Kernel
  • Kidz
  • laptop
  • Linux
  • Linux embedded Devices
  • Mail
  • Media centre
  • Memory
  • mobile
  • MS
  • multimedia
  • network
  • News
  • Oracle
  • PDF
  • pendrive
  • Perl
  • processor
  • Programming
  • proxy
  • Reviews
  • script
  • security
  • sql
  • Squid
  • ssh
  • Supercomputer
  • SuSe
  • Themes
  • trickz n tipz
  • TweakZ
  • ubuntu
  • Video
  • Video editing
  • Virus
  • zip

Blog Archive

  • ▼  2010 (62)
    • ▼  June (1)
      • How to prevent redirection to motive.bsnl.co.in wh...
    • ►  May (6)
    • ►  April (28)
    • ►  March (11)
    • ►  February (5)
    • ►  January (11)
  • ►  2009 (367)
    • ►  December (16)
    • ►  November (23)
    • ►  October (45)
    • ►  September (44)
    • ►  August (35)
    • ►  July (1)
    • ►  June (20)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (151)
  • ►  2008 (69)
    • ►  December (31)
    • ►  November (38)
Powered by Blogger.

About Me

Unknown
View my complete profile