Zyratastic: Difference between revisions

From miki
Jump to navigation Jump to search
Line 11: Line 11:


=== Log ===
=== Log ===
* Install Ubuntu alongside Windows 8: [http://www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html Detailed blog entry], [http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported detailed answer on askubuntu]
* Install Ubuntu alongside Windows 8: [http://www.everydaylinuxuser.com/2013/09/install-ubuntu-linux-alongside-windows.html Detailed blog entry], [http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported detailed answer on askubuntu].<br/>Suggestions:
** '''Turn off fast startup''' (Control Panel &rarr; Power Options &rarr; Choose what the power button does &rarr; click on "Change settings that are currently unavailable")<br/>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)
** '''Disable secure boot'''<br/>Although Ubuntu is compatible with secure boot,
** '''Disable UEFI Boot'''<br/>Also called '''enable CSM boot''' (CSM means Compatibility Support Module). This restores the old usual boots, but requires GRUB to boot Windows 8<br/>'''Q?''' Will recovery via {{kb|F9}} continue to work?
* Info on [https://help.ubuntu.com/community/UEFI UEFI]
* Info on [https://help.ubuntu.com/community/UEFI UEFI]
* [http://support.asus.com/Troubleshooting/detail.aspx?SLanguage=en&m=N550JV&p=3&s=529&os=&hashedid=dad5aYI8mC6sfoNV&no=1775 ASUS Recovery] &mdash; press {{kb|F9}} at boot to go to recovery console, and restore from RECOVERY partition.
* [http://support.asus.com/Troubleshooting/detail.aspx?SLanguage=en&m=N550JV&p=3&s=529&os=&hashedid=dad5aYI8mC6sfoNV&no=1775 ASUS Recovery] &mdash; press {{kb|F9}} at boot to go to recovery console, and restore from RECOVERY partition.

Revision as of 20:04, 5 December 2013

Installed Operating System

Current OS Log

System

Hardware

To be completed

Log

  • Install Ubuntu alongside Windows 8: Detailed blog entry, detailed answer on askubuntu.
    Suggestions:
    • Turn off fast startup (Control Panel → Power Options → Choose what the power button does → click on "Change settings that are currently unavailable")
      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)
    • Disable secure boot
      Although Ubuntu is compatible with secure boot,
    • 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
  • ASUS Recovery — press F9 at boot to go to recovery console, and restore from RECOVERY partition.

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

1st Install

To be completed