Nxl67002: Difference between revisions
Jump to navigation
Jump to search
(Initial template) |
No edit summary |
||
Line 7: | Line 7: | ||
== System == |
== System == |
||
=== Log === |
=== Log === |
||
<ul> |
|||
To be completed |
|||
<li>[<tt>2010-03-19</tt>] '''BIOS''' - '''Virtualization''' - Enabled Virtualization instruction + Virtualization IO</li> |
|||
<li>[<tt>2010-03-19</tt>] '''Info''' - Original partition:</li> |
|||
{| class="wikitable" |
|||
|- |
|||
!Device!!Label!!Size!!Type!!Comment |
|||
|- |
|||
|<tt>/dev/sda1/</tt>|| ||align="right"|298.05 MiB||FAT16||Dell rescue |
|||
|- |
|||
|<tt>/dev/sda2/</tt>||AWS_Data||align="right"|104 GiB||NTFS||Windows D: |
|||
|- |
|||
|<tt>/dev/sda3/</tt>||AWS_System||align="right"|44.76 GiB||NTFS||Windows C: |
|||
|} |
|||
<li>[<tt>2010-03-21</tt>] '''Backup''' - (Ubuntu USB) backup windows system partition: |
|||
{{pl2|<source lang="bash" enclose="prevalid"> |
|||
sudo dd if=/dev/sda of=nxl670002-sda-20100321.mbr bs=512 count=63 |
|||
sudo sfdisk -l -uS /dev/sda >nxl670002-sfdisk-20100321.txt |
|||
sudo ntfsclone --save-image -o - /dev/sda3 | gzip -c > nxl670002-sda3-2010321.img.gz |
|||
</source>}} |
|||
<li>[<tt>2010-03-22</tt>] '''Disk''' - (Ubuntu USB) '''Gparted''' → Deleted partition <tt>/dev/sda2</tt></li> |
|||
<li>[<tt>2010-03-22</tt>] '''Disk''' - (Ubuntu USB) '''Gparted''' → New NTFS partition <tt>/dev/sda2</tt>, '''32212 MiB''', label='''SYSTEM'''</li> |
|||
<li>[<tt>2010-03-22</tt>] '''Disk''' - (Ubuntu USB) Copy <tt>/dev/sda3</tt> to <tt>/dev/sda2</tt></li> |
|||
{{pl2|<source lang="bash" enclose="prevalid"> |
|||
sudo ntfsresize --size 32000M /dev/sda3 |
|||
sudo ntfsclone --force --save-image -o - /dev/sda3 | sudo ntfsclone --restore-image --overwrite /dev/sda2 - |
|||
</source>}} |
|||
<li>[<tt>2010-03-22</tt>] '''Disk''' - (Ubuntu USB) '''Gparted''' → Set boot flag on <tt>/dev/sda2</tt>, delete <tt>/dev/sda3</tt></li> |
|||
<li>[<tt>2010-03-22</tt>] '''Error''' - Booting Windows we have the following error:</li> |
|||
Windows could not start because the following file is missing or corrupt: |
|||
Windows\System32\Hal.dll'' |
|||
<li>[<tt>2010-03-22</tt>] '''Disk''' - (Ubuntu USB) [[Linux NTFS|Mount <tt>/dev/sda2</tt>]], and edit '''boot.ini''' as follows: change <tt>.../partition(3)/...</tt> to <tt>.../partition(2)/...</tt></li> |
|||
<li>[<tt>2010-03-24</tt>] '''Windows''' - '''Install''' Autoruns 9.57 - Saved current configuration to "Autoruns 20100324.txt"</li> |
|||
<li>[<tt>2010-03-24</tt>] '''Windows''' - New hardware profile "Virtual", copy of "Profile 1"</li> |
|||
</ul> |
|||
=== Partition === |
=== Partition === |
||
To be completed |
|||
== 1st Install == |
|||
To be completed |
To be completed |
Revision as of 17:11, 24 March 2010
Installed Operating System
System
Log
- [2010-03-19] BIOS - Virtualization - Enabled Virtualization instruction + Virtualization IO
- [2010-03-19] Info - Original partition:
- [2010-03-21] Backup - (Ubuntu USB) backup windows system partition:
sudo dd if=/dev/sda of=nxl670002-sda-20100321.mbr bs=512 count=63 sudo sfdisk -l -uS /dev/sda >nxl670002-sfdisk-20100321.txt sudo ntfsclone --save-image -o - /dev/sda3 | gzip -c > nxl670002-sda3-2010321.img.gz
- [2010-03-22] Disk - (Ubuntu USB) Gparted → Deleted partition /dev/sda2
- [2010-03-22] Disk - (Ubuntu USB) Gparted → New NTFS partition /dev/sda2, 32212 MiB, label=SYSTEM
- [2010-03-22] Disk - (Ubuntu USB) Copy /dev/sda3 to /dev/sda2
- [2010-03-22] Disk - (Ubuntu USB) Gparted → Set boot flag on /dev/sda2, delete /dev/sda3
- [2010-03-22] Error - Booting Windows we have the following error: Windows could not start because the following file is missing or corrupt: Windows\System32\Hal.dll
- [2010-03-22] Disk - (Ubuntu USB) Mount /dev/sda2, and edit boot.ini as follows: change .../partition(3)/... to .../partition(2)/...
- [2010-03-24] Windows - Install Autoruns 9.57 - Saved current configuration to "Autoruns 20100324.txt"
- [2010-03-24] Windows - New hardware profile "Virtual", copy of "Profile 1"
Device | Label | Size | Type | Comment |
---|---|---|---|---|
/dev/sda1/ | 298.05 MiB | FAT16 | Dell rescue | |
/dev/sda2/ | AWS_Data | 104 GiB | NTFS | Windows D: |
/dev/sda3/ | AWS_System | 44.76 GiB | NTFS | Windows C: |
sudo ntfsresize --size 32000M /dev/sda3
sudo ntfsclone --force --save-image -o - /dev/sda3 | sudo ntfsclone --restore-image --overwrite /dev/sda2 -
Partition
To be completed