Zyratastic: Difference between revisions

From miki
Jump to navigation Jump to search
Line 3: Line 3:
* [[{{PAGENAME}} - Windows|Windows]]
* [[{{PAGENAME}} - Windows|Windows]]
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
* [[{{PAGENAME}} - (DISTRIBUTION_NAME)|(DISTRIBUTION_NAME)]]
* [[{{PAGENAME}} - Ubuntu|Ubuntu]]
** [[{{PAGENAME}} - (DISTRIBUTION_NAME) - Files|Configuration files]]
** [[{{PAGENAME}} - Ubuntu - Files|Configuration files]]


== System ==
== System ==

Revision as of 17:47, 8 December 2013

Installed Operating System

Current OS Log

System

Hardware

To be completed

References

  • Install Ubuntu alongside Windows 8: Detailed blog entry, detailed answer on askubuntu.
    Suggestions:
    • Turn off fast startup
      If fast startup is turned on, Windows keeps a snapshot of the system when it boots up, which gets corrupted or lost when installing Ubuntu
      Option is available via Control Panel → Power Options → Choose what the power button does → click on "Change settings that are currently unavailable" !
    • Disable secure boot
      Although Ubuntu is compatible with secure boot, secure boot is still the part that creates most dual boot issues.
    • Disable UEFI Boot
      Also called enable CSM boot (CSM means Compatibility Support Module). This restores the old usual boots, but requires GRUB to boot Windows 8
      Q? Will recovery via F9 continue to work?
  • Info on UEFI
  • Access to BIOS might be disabled if PC boots Windows 8 in Secure Boot mode.
    To access BIOS, go to Windows 8 power off options, and click Restart while holding SHIFT. Then, select Troubleshoot, and UEFI Firmware Settings.

References

  • Boot in Windows 8, let update runs, etc.
  • In BIOS, disable fast boot, disable secure boot, enable CSM boot
  • In Windows 8, disable fast startup
  • In Windows 8, Shrink C: to 188GB, and delete / create new D: 184GB right after C: (this leaves ~500GB for Linux)
  • Boot USB with Ubuntu 13.04 64-bit

To be completed

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

Total disk size: 931.39GB. Original partition, from Windows 8:

  • 300MB — EFI System Partition
  • 900MB — Recovery Partition
  • 372.60GB — OS (ntfs)
  • 537.60GB — DATA (ntfs)
  • 20.01GB — Recovery Partition

1st Install

To be completed