ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade

Note: Ubuntu users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. The dkms package can be installed through the Synaptic Package manager or through the following command: “sudo apt-get install dkms”

Tagged , , | Leave a comment

The blog is finally stable

After about one week of being down, the website is finally stable!

Posted in Uncategorized | Tagged | Leave a comment

I’ll be extremely busy the next few weeks!

Well, I’m preparing for my wedding next month, which means I’m extremely busy, which means that I’ll be writing too little posts in the next few weeks!

Posted in Uncategorized | Tagged | 2 Comments

Hello world!

Welcome to WordPress.com. This is the first post after moving from blogspot.

Tagged | 1 Comment

New Primary HDD: A full Ubuntu backup & restoration experience (Draft)

Steps:

  1. Use “SystemRescueCD”
  2. “fsarchiver savefs”
  3. “fsarchiver restfs”
  4. mount /dev/sda1 /mnt
    mount /dev/sda2 /mnt/boot  #skip this if don’t have a separate /boot partition
  5. grub2-install –root-directory=/mnt/ /dev/sda

Operation Stats:

  • Original Disk Space used on the HDD to backup: 45 GB
  • Size of the backup images using “fsarchiver” default settings: 30 GB
  • Time taken to restore the whole HDD: around 45 min.
  • Bootloader restoration (grub2): 1 min.

Impression: Very fast, very little disk space used, very happy 🙂

Tagged , , , , | Leave a comment