efinf:blc2016:linuxundruby

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
efinf:blc2016:linuxundruby [2016/08/25 20:10]
Ivo Blöchliger [Linux Installation auf einem Stick mit UEFI Boot]
efinf:blc2016:linuxundruby [2016/11/12 08:11] (current)
Ivo Blöchliger
Line 4: Line 4:
 ==== Ruby Kurs ==== ==== Ruby Kurs ====
 {{ :efinf:blc2016:rubycourse.pdf |Ruby Kurs}} Hinweis: Dieser Kurs benötigt etwas Überarbeitung und ist noch ziemlich provisorisch. {{ :efinf:blc2016:rubycourse.pdf |Ruby Kurs}} Hinweis: Dieser Kurs benötigt etwas Überarbeitung und ist noch ziemlich provisorisch.
 +
 +[[efinf:blc2016:ruby|Ruby Kurs auf dem Wiki]]
 ==== Linux ==== ==== Linux ====
 +http://jvns.ca/blog/2016/11/10/a-few-drawings-about-linux/
 === Fundamentale Konzepte === === Fundamentale Konzepte ===
 == Alles ist eine Datei == == Alles ist eine Datei ==
Line 50: Line 53:
 Partitionsempfehlungen: https://help.ubuntu.com/community/DiskSpace Partitionsempfehlungen: https://help.ubuntu.com/community/DiskSpace
  
 +
 +Partition verkleinert und verschoben (eventuell nutzlos, weil EFI ist nicht sdx1)
 +<code bash>
 +mkdir /mnt/{root,efi}
 +mount /dev/sdc2 /mnt/efi #Waeare wohl besser wenn es sdc1 wäre)
 +mount /dev/sdc1 /mnt/root
 +apt-get install --reinstall grub-efi
 +grub-install -d /usr/lib/grub/x86_64-efi/ --force --removable --no-floppy --boot-directory=/mnt/root/boot --efi-directory=/mnt/efi /dev/sdc
 +apt-get install --reinstall grub-pc
 +</code>
  • efinf/blc2016/linuxundruby.1472148637.txt.gz
  • Last modified: 2016/08/25 20:10
  • by Ivo Blöchliger