Griffin: Difference between revisions
Jump to navigation
Jump to search
(→Log) |
(→Log) |
||
Line 34: | Line 34: | ||
<li>[<tt>2011-05-17</tt>] '''VirtualBox''' — '''W2K''' Virtual machine '''Phoenix''': |
<li>[<tt>2011-05-17</tt>] '''VirtualBox''' — '''W2K''' Virtual machine '''Phoenix''': |
||
* Base Memory '''1536 MB''', {{red|'''1'''}} cpus, '''IO APIC''' {{red|disabled}}, '''PIIX3''' chipset, VT-x/AMD-V '''enabled''', Nested Paging '''enabled'''<br/>Disable IO APIC support because it slows down the VM. This requires changing the Windows HAL to ''Standard PC'' (which is uniprocessor architecture). |
* Base Memory '''1536 MB''', {{red|'''1'''}} cpus, '''IO APIC''' {{red|disabled}}, '''PIIX3''' chipset, VT-x/AMD-V '''enabled''', Nested Paging '''enabled'''<br/>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 ''' |
* Video memory '''32 MB''', '''1''' monitors, 3D accel '''enabled''' (but not supported in W2K), 2D accel '''enabled''' |
||
* Storage: chipset '''PIIX4''', |
* Storage: chipset '''PIIX4''', |
||
** Primary master: <tt>phoenix-w2k.vdi</tt> (fixed, 9.1GB), imported original <tt>/dev/sda1</tt> W2K partition from [[Configuration Gryphon|Phoenix]] (see [[VirtualBox#Migrating_Windows_2000|Migrating Windows 2000]]) |
** Primary master: <tt>phoenix-w2k.vdi</tt> (fixed, 9.1GB), imported original <tt>/dev/sda1</tt> W2K partition from [[Configuration Gryphon|Phoenix]] (see [[VirtualBox#Migrating_Windows_2000|Migrating Windows 2000]]) |
Revision as of 21:25, 17 May 2011
Installed Operating System
System
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 |