chrisspeck.com

Chris' random ramblings

How to chroot from a Ubuntu LiveCD

For the sake of posterity, the following commands will allow you to login to an otherwise unbootable Linux install and run commands from the install on the hard drive:

sudo fdisk -l
sudo mount /dev/sda6 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt /bin/bash

With thanks to this part of the Ubuntu wiki.

For those are are interested, I managed to break my 64 bit install of Karmic 10.04 on my brand new Asus laptop by activating the proprietary (Nvidia) drivers when the install offered. After Usplash I see now is a black screen, however the system is working. Installing the version from Nvidia’s website did not help. Deleting xorg.conf (and forcing the system to use the fall-back VESA driver) worked.

posted by specky in Uncategorized and have No Comments

July 2010 Laptop Comparison

I often get asked “what laptop should I buy?”. This really comes down to your requirements. For me, they are:

  • light weight
  • good battery life
  • small size – I don’t want to be forced to buy any new carry bags because of it, I want it to be a replacement of my old one
  • powerful – I want it to be more like a full sized computer and less like a sluggish netbook

I settled on the Asus PL30JT-RO025X, which can be had for just under $1500. For those who are interested my comparison of several similar contenders is below:

posted by specky in Uncategorized and have Comments (2)