Debian Wheezy, UEFI / EFI, GPT, RAID1, encryption, LVM, ZFS (zfs-on-linux)

Debian Wheezy, UEFI / EFI, GPT, RAID1, encryption, LVM, ZFS (zfs-on-linux)

movax20h

11 лет назад

20,118 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jlone1378
@jlone1378 - 24.10.2021 23:24

super

Ответить
@vasa862
@vasa862 - 20.03.2020 05:00

you are making a special partition for /boot, but why not to put it on LVM?

Ответить
@trubadyr99
@trubadyr99 - 28.09.2018 06:15

"A-a-a" and "a-a-a", "a-a-a" again, then some more "a-a-a"...
Couldn't you control yourself?
Are you trying to ruin the excellent impression people have watching your cool guide?

Ответить
@Iverass
@Iverass - 24.08.2018 18:07

Friendly warning: This kind of setup fails when upgrading to debian 8 or 9.... There is no /etc/init.d/mdadm-raid script to build and assemble the md2 array

Ответить
@ashgupta854
@ashgupta854 - 28.08.2014 03:12

This would be a great video if only you could go through the menu options more slowly. You were going a bit too fast for me.

Ответить
@bayaoussena
@bayaoussena - 19.04.2014 19:51

great video thank you.. The accent was fine too :-), do not worry ..

Ответить
@Iverass
@Iverass - 30.01.2014 03:30

Great tutorial! Thanks a bunch!

Ответить
@koga1330
@koga1330 - 25.07.2013 17:05

I''m having a problem with EFI too. After restarting the machine I get the following from grub: error: file not found grub rescue>

Ответить
@mrwhitebp
@mrwhitebp - 02.06.2013 13:41

i think grub still looking for sda(x) and because sda doesn't exist that is why sdb doesn't boot I guess

Ответить
@mrwhitebp
@mrwhitebp - 02.06.2013 13:37

after time I followed your tutorial everything works fine except EFI. I did the steps after the installation dd if=/dev/sda1 so on so on....I compare both partition sda1 and sdb1 and I got the same result as you. I build the md2 it works fine after the reboot so everything looks exactly like your tutorial except for one thing. I expect after erase disk sda from the VMachine the system boots without problem but it doesn't, any clue?. I mean your tutorial make sense for me but sdb doesn't boot

Ответить
@mrwhitebp
@mrwhitebp - 30.05.2013 20:04

hi I request a tutorial about RAID administration! things like faulures and assembles, snapshots, rezise LVM etc etc :)

Ответить
@movax20h
@movax20h - 09.05.2013 03:53

flash works for me (but I try to not use it most of the time, I just do not like it). I never had problems with codecs for years now (most time using smplayer/mplayer for videos, sometimes vlc or totem, for audio I use mpd+sonata). Steam is a bit more problematic, but possible. I am using small Ubuntu schroot to keep steam and all games, and it works with some tweaks to graphics drivers. I think I will create a steam install tutorial for Debian soon. I am very happy with Debian in general :)

Ответить
@mrwhitebp
@mrwhitebp - 08.05.2013 14:29

yeah but what about proprietary software such as flash, codecs ans steam?

Ответить
@movax20h
@movax20h - 07.05.2013 23:42

Debian wheezy obviously :) Debian testing or sid if you want having more fun.

Ответить
@mrwhitebp
@mrwhitebp - 06.05.2013 18:58

which distrbution do you like as a main opratve system bro?

Ответить
@mrwhitebp
@mrwhitebp - 03.05.2013 07:40

wow!! man this is the best tutorial I've ever seen!! keep doing tutorials! where are you from buddy? I say "hi" from Canada but I'm from Mexico :)

Ответить
@movax20h
@movax20h - 11.04.2013 02:49

When creating new partion table you need to select EFI (GPT), then you should be able to create efi boot partition. Is your hard drive empty (brand new), or it is reinstall / dual booting? Are you sure you booted your image using efi and not bios (legacy mode)? What motherboard you have? You may try checking on console (ALT-F2, then enter for shell), by 'dmesg | grep efi' (without quotes), if it shows something it means you are using efi, if it displayes nothing, you are using BIOS for booting.

Ответить
@movax20h
@movax20h - 26.02.2013 20:21

Few not mentioned things, I noticed later. When doing zpool, add -O ashift=12, so it will use 4096 sectors, even if device or encrypted device lays about sectors. All other layers (luks, dm, lvm), should properly align embeded data. If you are using SSD, you may however change "luks", to "luks,discard" in /etc/crypttab. This way TRIM support will be supported, for a small decress in security. For repeating password, use key=/root/secret.txt (random password), chmod og-rwx it, and backup it!

Ответить