Home

THIS WEBSITE WILL SOME DAY DESCRIBE HOW TO MAKE AN USB-STICK THAT BOOTS A FULL INSTALLATION OF UBUNTU 14.04 ON ANY MAC OR PC (+ encrypted /home)

BUT THIS VERY SHORT EXPLANATION DOES NOT WORK ANYMORE!

THE SITE WILL BE UPDATED WHEN I FIND TIME.

OLD STUFF:
1) format usb fat32

Ububtu Live CD:
2) custom install:
first partition: fat32, boot (100mb) + exchange files (any size you desire)
second partition: ext4, rest of the the drive, mount /
(if 1mb is kept empty at start, reformat drive to fat32 until is doesn’t happen anymore)
3) install ubuntu, encrypt home

Boot Repair:
(Paste = middle mouse button = appeltje + mouse click)
4) boot repair grub on fat32
Soms boot flag op EFI

VM/Ubuntu:
5) copy /boot + EFI to separte thing cp -rf “boot/.” “Locatie”
6) sudo blkid + maak foto
7) again format to fat32

Ubuntu Live CD:
8) reinstall the exact same way

VM/Ubuntu:
9) copy EFI replace /boot
10) change UUID to original
Sudo tune2fs /dev/sdb5 -U [uuid]
11) change UUID in fstab

Optimize:

https://sites.google.com/site/easylinuxtipsproject/ssd

- Disable log -> system settings (remove storing recent files)
- Firefox in private mode and cache to RAM, Adblock, Firebug
- gedit disable autosave and make it a source editor
- add FTP folder with connect to server.. And bookmark for later
- Install Gparted
- nonfree linux kernel drivers if wifi does not work
- restricted package with flash, java, truetype, etc
- /tmp to RAM
- noatime in fstab
- TRIM ? (Alleen SSD na 2010 - werkt in 14.04)
- never hibernate

Leave a comment