ZAVCXL0005: Difference between revisions

From miki
Jump to navigation Jump to search
(Template)
 
m (Mip moved page ZAVCWL0035 to ZAVCXL0005: Machine renamed)
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
== System ==
== System ==
=== Hardware ===
=== Hardware ===
* Laptop '''[[HP EliteBook 840]]'''.
To be completed
* SSD '''256GB'''.


=== Log ===
=== Log ===
<ul>
To be completed
<li>Original partition:</li>
<source lang=bash>
sudo sfdisk -uS -l /dev/sda
</source>
<source lang=text>
Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
Units = sectors of 512 bytes, counting from 0

Device Boot Start End #sectors Id System
/dev/sda1 2048 499470335 499468288 7 HPFS/NTFS/exFAT
/dev/sda2 * 499470336 500084735 614400 7 HPFS/NTFS/exFAT
/dev/sda3 0 - 0 0 Empty
/dev/sda4 0 - 0 0 Empty
</source>
<li>Backup:</li>
<source lang=bash>
sudo dd if=/dev/sda of=zavcwl0035-20150605-sda.mbr bs=512 count=2048
</source>
<li>Resize partitions with gparted.</li>
<li>Install Ubuntu 14.10 via USB boot image. New partition table:</li>
<source lang=text>
Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
Units = sectors of 512 bytes, counting from 0

Device Boot Start End #sectors Id System
/dev/sda1 2048 125831167 125829120 7 HPFS/NTFS/exFAT
/dev/sda2 * 125831168 126445567 614400 7 HPFS/NTFS/exFAT
/dev/sda3 126445568 127475711 1030144 83 Linux # 500 MiB - /boot ext3
/dev/sda4 127477758 500117503 372639746 5 Extended
/dev/sda5 127477760 169420799 41943040 83 Linux # 20480 MiB - / reiserfs
/dev/sda6 169422848 177233919 7811072 82 Linux swap / Solaris # 4096 MiB - swap
/dev/sda7 177235968 500117503 322881536 83 Linux # - /home ext4
</source>
Note: root partition first installed as ext4, then converted to reiserfs.
</ul>


=== Partition ===
=== Partition ===
Line 24: Line 62:
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|xx.xxGiB||reiserfs||<tt>/</tt>||?||?||<tt>drwxr.xr.x</tt>
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|xx.xxGiB||reiserfs||<tt>/</tt>||?||?||<tt>drwxr.xr.x</tt>
|}
|}

== 1st Install ==
To be completed

Latest revision as of 04:42, 19 June 2015

Installed Operating System

Current OS Log

System

Hardware

Log

  • Original partition:
  • sudo sfdisk -uS -l /dev/sda
    
    Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
    Units = sectors of 512 bytes, counting from 0
    
       Device Boot    Start       End   #sectors  Id  System
    /dev/sda1          2048 499470335  499468288   7  HPFS/NTFS/exFAT
    /dev/sda2   * 499470336 500084735     614400   7  HPFS/NTFS/exFAT
    /dev/sda3             0         -          0   0  Empty
    /dev/sda4             0         -          0   0  Empty
    
  • Backup:
  • sudo dd if=/dev/sda of=zavcwl0035-20150605-sda.mbr bs=512 count=2048
    
  • Resize partitions with gparted.
  • Install Ubuntu 14.10 via USB boot image. New partition table:
  • Disk /dev/sda: 31130 cylinders, 255 heads, 63 sectors/track
    Warning: extended partition does not start at a cylinder boundary.
    DOS and Linux will interpret the contents differently.
    Units = sectors of 512 bytes, counting from 0
    
       Device Boot    Start       End   #sectors  Id  System
       /dev/sda1          2048 125831167  125829120   7  HPFS/NTFS/exFAT
       /dev/sda2   * 125831168 126445567     614400   7  HPFS/NTFS/exFAT
       /dev/sda3     126445568 127475711    1030144  83  Linux                       #   500 MiB - /boot       ext3
       /dev/sda4     127477758 500117503  372639746   5  Extended
       /dev/sda5     127477760 169420799   41943040  83  Linux                       # 20480 MiB - /           reiserfs
       /dev/sda6     169422848 177233919    7811072  82  Linux swap / Solaris        #  4096 MiB - swap
       /dev/sda7     177235968 500117503  322881536  83  Linux                       #           - /home       ext4
    

    Note: root partition first installed as ext4, then converted to reiserfs.

Partition

Device Label Size Type Mount uid gid permissions
/dev/sda1/ OS xx.xxGiB ntfs /windows/c ? ? drwxrwx---
/dev/sda2/ SWAP xx.xxGiB linux-swap swap ? ?
/dev/sda3/ UBUNTU xx.xxGiB reiserfs / ? ? drwxr.xr.x