Griffin
Jump to navigation
Jump to search
Installed Operating System
System
Hardware
See also hardware page on this wiki.
- Laptop HP EliteBook Mobile Workstation 8540w (review on NotebookCheck.net
Graphics
- NVidia
- Kernel modules: nvidia
sudo lspci -v
01:00.0 VGA compatible controller: nVidia Corporation GT216 [Quadro FX 880M] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 1521
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 5000 [size=128]
[virtual] Expansion ROM at d3080000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information: Len=14 <?>
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Kernel driver in use: nvidia
Kernel modules: nvidia-current, nouveau, nvidiafb
Wireless
- Wireless card: Intel Corporation Centrino Ultimate-N 6300 (intel page)
lspci -s 44: -v
# 44:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
# ...
# Kernel driver in use: iwlagn
sudo lshw -C network
# configuration: broadcast=yes driver=iwlagn driverversion=2.6.35-28-generic firmware=9.221.4.1 build 25532 latency=0 link=yes multicast=yes wireless=IEEE 802.11abg
modinfo iwlagn
# filename: /lib/modules/2.6.35-28-generic/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
# ...
# firmware: iwlwifi-6000-4.ucode
Log
- [2011-01-14] Info - Original partition:
- [2011-01-14] Disk - (Ubuntu USB) Gparted — Resize partition /dev/sda1 to 61440 MiB (60GiB), align to Cylinder.
- [2011-01-14] Disk - (Ubuntu USB) Gparted — Setting partitions as shown below.
- [2011-01-14] Backup - (Ubuntu USB) Resize and backup windows system partition:
|
sudo dd if=/dev/sda of=griffin-sda-20110114.mbr bs=512 count=2048 sudo sfdisk -l -uS /dev/sda >griffin-sfdisk-20110114.txt sudo sfdisk -d /dev/sda >griffin-sda-20110114-sfdisk.dump sudo ntfsclone --force --save-image -o - /dev/sda3 | gzip -c > griffin-sda1-ntfs-resized-20110114.img.gz
- [2011-05-17] VirtualBox — W2K Virtual machine Phoenix:
- Base Memory 1536 MB, 1 cpus, IO APIC disabled, PIIX3 chipset, VT-x/AMD-V enabled, Nested Paging enabled
Disable IO APIC support because it slows down the VM. This requires changing the Windows HAL to Standard PC (which is uniprocessor architecture). - Video memory 32 MB, 1 monitors, 3D accel enabled (but not supported in W2K), 2D accel enabled
- Storage: chipset PIIX4,
- Primary master: phoenix-w2k.vdi (fixed, 9.1GB), imported original /dev/sda1 W2K partition from Phoenix (see Migrating Windows 2000)
- Primary slave: phoenix-w2k-d.vdi (dynamic, max 1GB)
- Audio host driver PulseAudio, controller ICH AC97
- Network PCnet-FAST III, bridged, eth0
- Machine folder: permanent, full access, /data/DV as DV
- Default layout: fullscreen mode
- Base Memory 1536 MB, 1 cpus, IO APIC disabled, PIIX3 chipset, VT-x/AMD-V enabled, Nested Paging enabled
sfdisk -l -uS /dev/sda
# Disk /dev/sda: 60801 cylinders, 255 heads, 63 sectors/track
# Units = sectors of 512 bytes, counting from 0
#
# Device Boot Start End #sectors Id System
# /dev/sda1 * 2048 976771119 976769072 7 HPFS/NTFS
# /dev/sda2 0 - 0 0 Empty
# /dev/sda3 0 - 0 0 Empty
# /dev/sda4 0 - 0 0 Empty
Partition
Extended partition is aligned to cylinder so that to DOS/Linux both reports the same size (warning from sfdisk)
Linux dev | Windows dev | Type | Label | Size | Type | Linux Options | Linux Mount |
---|---|---|---|---|---|---|---|
/dev/sda1 | \Device\Harddisk0\Partition1 | primary | WINDOWS | 60 GiB | ntfs | /win/c | |
/dev/sda2 | \Device\Harddisk0\Partition? | primary | SWAP | 4 GiB | swap | ||
/dev/sda3 | \Device\Harddisk0\Partition? | primary | BOOT | 150 MiB | ext2 | /boot | |
/dev/sda5 | \Device\Harddisk0\Partition? | logical | ROOT | 10 GiB | reiserfs | notail,noatime | / |
/dev/sda6 | \Device\Harddisk0\Partition? | logical | HOME | 20 GiB | reiserfs | notail,noatime | /home |
/dev/sda7 | \Device\Harddisk0\Partition? | logical | DATA | 351.60 GiB | ext4 | /data | |
/dev/sda8 | \Device\Harddisk0\Partition? | logical | WIN_DATA | 20 GiB | ntfs | /win/d |