Hardware

  • Manufacturer: IBM
  • Model: Thinkpad T22
  • RAM: 512 MiB
  • HDD: 18.63 GiB

lshw(1) output: lshw

Network

  • eth0: DCHP
  • ath0: DCHP

Software

  • OS: Ubuntu (GNU/Linux)
  • OS release/version: 7.10

Setup

BIOS

Hit F1 during POST. When the BIOS screen loads, press F9 to load the default configuration. Select Yes.

  • Config
    • Serial Port: [Disabled] -> [Enabled]

Hit F10 to save the changes. Select Yes.

Partitioning

Primary:

$ sudo fdisk -l /dev/sda

Disk /dev/sda: 20.0 GB, 20003880960 bytes
15 heads, 63 sectors/track, 41344 cylinders
Units = cylinders of 945 * 512 = 483840 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       33070    15625543+  83  Linux

Extended:

$ sudo sfdisk -d /dev/sda
# partition table of /dev/sda
unit: sectors

/dev/sda1 : start=       63, size= 31251087, Id=83
/dev/sda2 : start=        0, size=        0, Id= 0
/dev/sda3 : start=        0, size=        0, Id= 0
/dev/sda4 : start=        0, size=        0, Id= 0