मुझे १६.०४ के लगातार लाइव उबंटू की आवश्यकता है क्योंकि मुझे १६.०४ के अपने पूरे एन्क्रिप्टेड एचडीडी को बचाने की आवश्यकता है जैसा कि थ्रेड में चर्चा की गई है कि मैं १६.०४ के एनक्रिप्टेड एचडीडी में खुद को सूडो ग्रुप में वापस कैसे जोड़ूं? मैं यहां एक नया लगातार लाइव उबंटू 16.04 बनाता हूं जिसमें विडिओनथ के साथ अंत में वर्णित कुछ कीड़े हैं ।
sudo apt-get install gksu debootstrap
gksudo gparted
।ext4
मुक्त मेमोरी के रूप में केवल 1GB छोड़ने के साथ USB बनाएं और लिनक्स स्वैप के लिए 1GB सेट करें; केवल झंडे का प्रबंधन करेंboot
।USB स्टिक में चलाकर OS तैयार करें
sudo mkdir /mnt/stick sudo mount /dev/sdb1 /mnt/stick/ sudo debootstrap --arch=amd64 xenial /mnt/stick http://de.archive.ubuntu.com/ubuntu/ sudo mount -o bind /dev /mnt/stick/dev sudo mount -o bind /dev/pts /mnt/stick/dev/pts sudo mount -t sysfs /sys /mnt/stick/sys sudo mount -t proc /proc /mnt/stick/proc sudo cp /proc/mounts /mnt/stick/etc/mtab sudo cp /etc/resolv.conf /mnt/stick/etc/resolv.conf sudo chroot /mnt/stick/
प्रॉम्प्ट जैसा दिखता है
root@masi-CM6340:/#
। स्थान निर्धारित करें।%locale-gen en_US en_US.UTF-8 %dpkg-reconfigure locale dpkg-rekonfigure locales % two above commands cause a bug in gnome-terminal; choose here your locales and set environment en_US.UTF-8 dpkg-reconfigure keyboard-configuration localedef -i en_US -c -f UTF-8 en_US.UTF-8
apt-get install linux-image-generic
। आपको मिलता है/dev/sda [NotThisOne, your HDD], 2 /dev/sdb (31474 MB; ???) 2b - /dev/sdb1 (30398 MB; /)
। चुनें/dev/sdb1
और/dev/sdb
। यहां लिनक्स लिनक्स कर्नेल है जो आपको पसंद है। मैं लिनक्स कर्नेल 4.6 को सबसे स्थिर रखता हूं जिसे आप शरीर के अंत में बताए अनुसार डाउनलोड कर सकते हैं।apt-get install vim wget
blkid
, क्लिपबोर्ड में कॉपीvim /etc/fstab
।sda
लाइनों को केवल दोsdb
पंक्तियों को हटा दें । पसंद करने के लिए संपादित करें उन्हेंUUID="..." swap swap defaulst 0 0
औरUUID="..." / ext4 defaults 0 1
।फ़ाइल में निम्न पेस्ट करें
/etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://de.archive.ubuntu.com/ubuntu/ xenial main restricted # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://de.archive.ubuntu.com/ubuntu/ xenial universe # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial universe deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://de.archive.ubuntu.com/ubuntu/ xenial multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse # deb-src http://de.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu xenial partner deb http://security.ubuntu.com/ubuntu xenial-security main restricted # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe # deb-src http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
करना
dpkg-divert --local --rename --add /sbin/initctl ln -s /bin/true /sbin/initctl apt-get update % Comment this out if ubuntu-desktop is wanted apt-get install ubuntu-desktop % Comment out if ubuntu-server is wanted % apt-get install ubuntu-server adduser --home /home/masi masi
masi
मौजूदा समूहों में जोड़ेंusermod -aG adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare masi
जहां आप बाहर जा सकते हैंsambashare
।ड्राइवरों को अनदेखा करें क्योंकि USB छड़ी एक पीसी के लिए नहीं बनाई गई है।
एन्क्रिप्टेड एचडीडी को पुनर्प्राप्त करने के लिए, उन पैकेजों को स्थापित करें
apt-get ecryptfs-utils schroot testdisk
जहांtestdisk
डिस्क तैयार करने के लिए और अन्य दो पूरी डिस्क एन्क्रिप्टेड उबंटू 16.04 को पुनर्प्राप्त करने के लिए।sudo echo 'GRUB_DISABLE_OS_PROBER="true"' >> /etc/default/grub
;update-grub
इंस्टॉल को अंतिम रूप दें। करना
rm /sbin/initctl dpkg-divert --local --rename --remove /sbin/initctl
लगातार लाइव Ubuntu 16.04 की अपनी स्थापना का परीक्षण करें [अल्फ़ा]
अपना नया स्थायी उबंटू शुरू करें। टर्मिनल में, करते हैं
sudo true
। अगर मिलता हैUnable to resolve host * Connection refused
, तो करो# /ubuntu//q/59458/25388 sudo vim /etc/hostname masi sudo vim /etc/hosts 127.0.0.1 localhost.localdomain masi [...]
संभावित जटिलता: उबंटू $ (इनट्राम्राम्स) $ में शुरू होता है। करना ...
परिणाम: यूएसबी उबंटू डेस्कटॉप जीयूआई और यूआई शुरू करता है
- आप लिबर ऑफिस, फ़ायरफ़ॉक्स, ... खोल सकते हैं
masi
सुडो समूह में है; समूह सही।- जब
chroot
छड़ी करने के लिए स्थान सही ढंग से सेट । - यदि आपके पास सूक्ति-टर्मिनल में एक बग है या इसे GUI में खोलना है, तो
sudo dpkg-rekonfigure locales
TTY1 में फिर से करें। यह मामले को हल करता है।
कीड़े जो वीडियोनौथ को बताए गए हैं
परीक्षण करने में हमेशा अपडेट-और-अपग्रेड सिस्टम sudo apt-get update && sudo apt-get upgrade
:।
- उबंटू का इंटरनेट ब्राउज़र। इसे लॉन्च करने से सिस्टम क्रैश हो जाता है। माउस केवल काम करता है लेकिन TTY को कोई संकेत नहीं भेजा जा सकता है।
- फ़ायरफ़ॉक्स। इसे लॉन्च करने पर [प्रोफाइल मौजूद है] के बारे में एक चेतावनी देता है ताकि खुल न सके।
rm -r ~/.mozilla && rm -r ./.cache/mozilla
केवल एक सत्र के लिए अस्थायी सुधार । समस्या हर लॉगिन पर बनी रहती है। बेहतर काम कर ठीक:sudo mv -v /home/masi /home/masi_backup
,sudo mkdir -v /home/masi
,sudo chown masi:masi /home/masi
,sudo chmod 755 /home/masi
औरsudo reboot
क्योंकि घर-फ़ोल्डर में से कुछ स्वामित्व बग का कारण बनता है। स्रोत का आदेश चलाएँ और आपको निम्न अंतर मिलते हैं /etc/hostname
/etc/hosts
कुछ समय बाद मिलान करने में विफल रहता है- कभी-कभी, शुरू होता है
(inittramsfs)
का आउटपुट vimdiff <(find /home/masi -printf "%P %u:%g %m\n" | sort) <(find /home/masi_backup -printf "%P %u:%g %m\n" | sort)
%LHS-file
.bash_history masi:masi 600
.cache/compizconfig-1/animation.pb masi:masi 664
.cache/compizconfig-1/commands.pb masi:masi 664
.cache/compizconfig-1/compiztoolbox.pb masi:masi 664
% here many files not existing in the RHS
%RHS-file (fresh installation)
.bash_history root:root 600
.bash_logout masi:masi 664
.bashrc masi:masi 644
.cache root:root 700
जहां मुझे समझ नहीं आ रहा है कि किस कारण से बग हुआ।
लिनक्स कर्नेल 4.6 पर अपग्रेड करें
यहाँ निर्देशानुसार करें । लिनक्स कर्नेल 4.4 में फिर से शुरू / निलंबित के साथ एक सार्वभौमिक बग है। 4.6 में अपग्रेड करना इसे हल करता है और सिस्टम को काफी बेहतर बनाता है।
सिस्टम: 14.04, 16.04
लिनक्स कर्नेल: 4.4 - 4.6