Debian Installation :: Graphic Installer Encrypted LVM

Nov 30, 2014

I want to install debian 7.7 to a laptop with encrypted LVM, but some how i can't install inside the LVM a separate /home and swap partition. Graphic Installer says i cannot change anymore after i made a encrypted LVM. When i make the separate partitions before making an LVM, i can encrypt them but i have to enter for every partition my passphrase. How I can create a LVM with /, /home and swap without entering three times my passphrase.

View 7 Replies


ADVERTISEMENT

Debian Installation :: Installer Incorrectly Setting Crypttab For Encrypted Swap?

Oct 29, 2014

Setting up a randomly passworded swap partition in Debian installer with the default settings (aes-xts-plain64 w/ AES-256 key strength) gives the following line in /etc/crypttab:

Code: Select all####_crypt /dev/#### /dev/urandom cipher=aes-xts-plain64,size=256,swap

However according to cryptsetup manpage when using XTS mode the key size must be doubled so in effect the 'size=256' parameter above is actually resulting in AES-128 strength, no? To get 256 bit key length the size option should be set to 512. Quote from cryptsetup manpage:

For XTS mode (a possible future default), use "aes-xts-plain" or better "aes-xts-plain64" as cipher specification and optionally set a key size of 512 bits with the -s option. Key size for XTS mode is twice that for other modes for the same security level.

View 3 Replies View Related

Fedora Installation :: Anaconda Graphic Installer Does Not Work In F11

Oct 21, 2009

I tried to install Fedora 11 on computer with Windows XP as the primary partition, and Fedora 11 as a logical partition. The version of anaconda that ships with Fedora 11 has a bug in the graphical installer, the GUI. The text version of the installer starts up but does not let the user use logical partitions.I have installed Fedora 6 using the graphical installer, and logical partitions.Is there a new version of anaconda for Fedora 11? or Could I use the Fedora 6 anaconda to install Fedora 11?

View 2 Replies View Related

Ubuntu Installation :: Update Graphic Driver - It Keeps Saying Graphic Card Is Outdated?

Mar 30, 2010

So I finally got ubuntu..I wanted to play team fortress 2.Runs great in wine etc.But 1 problem.It keeps saying my graphic card is outdated.I cant see anything.So I downloaded the driver from nvidia website.Followed some instructions.But it says cannot open binary file or something.Is there any other way to update graphic drivers.Cause I realy still want to play some windows games.Mount&blade, Atlantica online,team fortress 2 etc

View 1 Replies View Related

Ubuntu Installation :: Graphic Driver - Enemy Territory It Comes Back With Error On Graphic Card

Nov 8, 2010

i justy got me a dedi box and there is no graphic driver installed on it, or it dont work :/ VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] but wen i try installing enemy territory it comes back with error on graphic card

[Code]....

View 9 Replies View Related

Debian :: Installation Graphic Card HD 6750 Formula With Ubuntu

Sep 5, 2011

However I have problem to install my graphics card Asus ATI Radeon HD 6750 Formula....

View 4 Replies View Related

Debian Installation :: No Graphic Desktop By A New Installation?

Apr 1, 2010

I have just installed Lenny but I can not see any graphic Desktop. I got only a movil window with the message:Input not supported. Because of it I think the resolution my screen is not fixed right.I tried to re-configure with:# dpkg-reconfigure xserver-xorgbut I can not reconfigure the screen.

View 2 Replies View Related

Fedora Installation :: Messed Up Strips Graphics (its Not Due To Graphic Card, Graphic Card Is Supported 7600gt)?

Apr 8, 2009

In Fedora 10, I cannot get to the installer because it shows these messed up strips graphics (its not due to my graphic card, my graphic card is supported 7600gt) in non-quiet install it shows logical errors and i/o errors.

View 12 Replies View Related

Debian Installation :: Create An Encrypted Partition During Installation?

Jul 30, 2010

Installing Debian on a new laptop and read that Debian-Installer (DI) can create an encrypted partition (/home) during installation.However, when I went through installation and started the manual partitioning (standard, non-lvm) , I am unable to locate the encryption option.

View 8 Replies View Related

Debian Installation :: Custom Encrypted LVM Install

Mar 23, 2015

After my NVIDIA card died I decided it was time to buy an AMD card again (R9 270X), but I didn't think AMD drivers were such a pain in Linux as people said. Of course, in some distros anyway. On Arch, for example, there's no official release because Arch's developers would have to hold Xorg in order to make a closed-source driver available, because AMD's pace isn't in pair with Linux. So in order to install AMD's drivers on Arch I must rely on some guy's unnoficial repositories, but that isn't the whole problem. Even though I'm cool with adding repos and downgrading Xorg, I'm not cool with it not working for a lot of apps, so that's where I decided to try a few distros. Manjaro is a no-go because it installs Flash as default. openSUSE although is a very good distro, is a complete mess when it comes to repositories, specially multimedia ones. Ubuntu/Mint are also a no-go, Ubuntu because after 12.04 they have a spyware by default, and Mint because it contains non-free stuff by default.

So here I come! I ran Debian in the past for a long time (aside from a breaf period last year) and it was lovely, I could easily set up a custom encrypted install, but now I don't remember how to, and it's killing me. I don't like how the installer doesn't show the partitions size as they actually are, and I don't like how the automated encrypted LVM setup doesn't let me chose the encryption algorithm or the timeframe between each passphrase attempt. That's why I must create my install, and here's what I used to do on Arch (the part that really matters), converted to what I use on Debian:

Code: Select all# modprobe dm-mod

(create one 1GB partition for /boot, unencrypted ; create another big 930 GB formatted as "8e" - LVM - on dev/sda2)
Code: Select all# fdisk /dev/sda
(chose my ciphers and iter time)
Code: Select all# cryptsetup -c twofish-xts-plain64 -y-s 512 --iter-time 5000 luksFormat /dev/sda2
(open the luks container on "sda2_crypt")

[Code].....

After this is done, I go to the "partition disks" page where I select each partition/volume to it's correct destination. I then proceed to installing the base system, configuring apt, and all that. Now, before I install Grub I used to execute the following commands on shell:

Code: Select all # nano /etc/crypttab

I used to put something there, but I don't remember what exactly. It's been a long time since I used Debian for long! But here's what I put there:

Code: Select allsda2_crypt /dev/mapper/sda2_crypt none luks

Then I procceeded to instal syslinux (I REALLY don't like GRUB)

Code: Select all# chroot /target
# apt-get install syslinux

But I get the following error:

E: cannot write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory).

View 6 Replies View Related

Debian Installation :: Removing An Encrypted LVM Partition?

May 16, 2011

I installed an old version on accident, I used an encrypted LVM. When I removed the old debian and started the installation of the new version, the encrypted partition could not be used to install, and the drive itself was creating an error message when I tried to mount the installation there. This is probably a vague explanation of what is happening, but does anyone know how to remove these encrypted LVM partitions?

View 2 Replies View Related

Debian Installation :: Can't Boot To Installer

Jul 5, 2015

I've installed Ubuntu lots of times on my UEFI computer without any troubles. The last few days, I've been trying to install Debian Jessie on my computer. I do the steps bellow:

- Download the corresponding iso (amd64).
- Create a UEFI bootable USB drive with Rufus.
- With Safe boot, Fast boot and CSM disabled, I boot to the USB drive.

I expect to see something like this:

But what I get is this:

I'm using an Asus PC. GL550JK. The UEFI version is 205 (from Asus Support website).

Things I've tried:

- Booting with CSM on => Same behaviour. It's not my intention to install debian with CSM on, though.
- Using Wheezy instead of Jessi => Same behaviour.

View 5 Replies View Related

Debian Installation :: Can't Boot Installer With CD Or USB?

Mar 6, 2010

I tried to boot the net installer (debian-504-amd64-netinst.iso) from a flash drive (installed with dd). When I tried to boot that, my BIOS skipped the flash drive, which I had set the flash drive as the first boot device. So, I put it on a CDRW, and got the same result. I also tried the offline installer (debian-504-amd64-CD-1.iso) using both of those methods, with the same results. I verified the MD5SUM of this download. I am installing on a computer with a 64 bit Pentium 4 Prescott, if it matters. I have no other working OS on the computer. What other options do I have? Or am I doing something wrong?

View 8 Replies View Related

Debian Installation :: Make The Installer Use The CD Rather Than The Net?

May 11, 2011

I'm having a problem with my debian installation; I am using the debian testing / wheezy weekly build CD, and despite using the full 650MB CD, and checking the CD to see that X, gnome, etc is all on there, it seems to insist on just downloading every single package from the internet - the CD doesn't even spin up during the 'select and install software' stage

This wouldn't be that much of a problem, except whenever I choose to use the graphical environment, it downloads all the packages, installs half and then says 'an installation step failed'!. And as it has to download the full set of packages from the net (rather than the CD) it gets a bit tiresome waiting 2+ hours for all the packages to download (I have fast internet, but the debian server doesn't feed data that fast).

And, the reason I am installing the graphical environment is that, although the installer recognises the network card, once you boot into the freshly installed system, it doesn't recognise the network card at all, and trying to bring it up just says 'eth0 not ready'!. So I want to get the graphical environment to make wireless easier to install, since the drivers for that are present, but wpa_supplicant isn't!

I'm tempted to just go and get Linux Mint Debian Edition... but I should be able to at least *install* Debian? (on a side note, I can't see what I'm doing wrong, since you can't really go wrong with the installer - it just seems to fail itself each time!).

how to make the installation faster by getting the installer to use the CD full of packages that I downloaded, rather than downloading the from the net each time, and also how to (1) find out *what* happened (the expert mode just says a step failed and that is it), and (2) to either get round it at the time, or prevent it happening somehow?. I installed Debian in 2007 on another laptop and that worked, but I then moved to Ubuntu as I wanted some newer software...... Ubuntu has been great until 11.04 which seems so full of bugs it isn't funny, so it is time to go back to Debian, if only I could get it installed!

View 6 Replies View Related

Debian Installation :: GRUB2 Can't Find Encrypted Device?

Nov 14, 2010

I've installed a Squeeze-based distro - Crunchbang - with an encrypted root partition (no LVM), and it won't boot.

Here's what I get: Loading initial ramdisk. Loading, Gave up waiting for root device ALERT! /dev/mapper/hda5_crypt does not exist. Dropping to a shell!

Here's my partition table:
hda1 - Windows (Truecrypted)
hda2 - GRUB2
hda5 - /
hda6 - unused swap

[Code]...

What should I look for? Where do I go from the initramfs shell? Do I chroot? What then? This might be a Crunchbang issue (although others blame LVM which I didn't use, and it's the original Debian installer after all), but there's gotta be a reason it doesn't boot

View 1 Replies View Related

Debian Installation :: How To Select KDE In Jessie Installer B2

Oct 28, 2014

I wrote the hybrid DVD image for DI b2 (Jessie) on the USB drive and booted from it (UEFI mode). But I don't see KDE there in the advanced options. Was it removed from the image, or desktop environment selection is moved to some late stage now?

View 2 Replies View Related

Debian Installation :: Installer Does Not See Hard Drives

May 20, 2015

I'm trying to install jessie on a new computer, but the installer does not see the hard drives. I copied the DVD-1 iso to a usb stick with dd (also tried the netinstall) and it boots, but when I get to partitioning, it only sees the usb drive. If I go to another virtual console and run dmesg or fdisk -l, all drives are seen correctly.

Back up a little - at first I tried the on-board raid, but when the installer couldn't see the drives, I went back into the bios and reset the sata mode to ahci. I've got it set to use bios/legacy OS, or whatever it's called, fast boot is disabled. Even if only one drive is connected, the debian installer does not see it. Then I read up on the fake raid I was trying to use and decided to go with software raid. Can't do that if there's no hard drives listed in the partitioner.

My own installer (refractainstaller) does work, and I've installed jessie with it a couple of times onto one drive, but I really wanted to use raid and lvm, and my installer doesn't do either of those things. No optical drive, but if that's the only way to install, I'll pull the one from my current box and use it for the install. I think I still have a blank CD or DVD lying around.

Hardware:
ASUS H97-PLUS LGA 1150
Intel core i3 (the cheapest one at newegg)
WD Black 1TB drives (2)
GSkill cheap memory, which already passed a memtest.

View 4 Replies View Related

Debian Installation :: 6 Installer Failed In Scan Hd For An ISO

Feb 6, 2011

I'm trying to install stable Squeeze from HD "!! Scan hard drives for an installer ISO image. The quick scan for installer ISO images, which look only in common places, did not find an installer ISO image, but it may take a long time. Do full search for installer iSO image? [YEs} No kernel modules were found. This probably is due to a mismatch between the kernel Version available in the archive If you're installing from a mirror, you can work around this problem by choosing to install a different version of Debian. The install will probably fail to work if you continue without kernel modules"

[Code]....

View 1 Replies View Related

Debian Installation :: Squeeze Installer Is Stalling

Jun 20, 2011

I have 2 machines packardbell p3/733 and a Gigabyte p4/1.9Ghz both are running well with Lenny.The Lenny installer (debian-500-i386-netinst.iso ) works fine on both machines.The all the copies of squeeze installer ( debian-6.0.1a-i386-netinst.iso ) work on the P4 but on the P3 it locks up / crashes video card / ??? when I select Graphical install.I have re downloaded the file and use gnomebaker to burn the iso image.could it be a hardware incompatibility ?

View 4 Replies View Related

Debian Installation :: Live System Working With Encrypted Persistence

Oct 28, 2014

I tried a while getting a live system working with encrypted persistence. The command

Code: Select alllive-persistence activate /dev/sdx2

works perfect, but boot time persistence works only for unencrypted storage. 'Cause I can not append the boot-log as file the most important part here:

Code: Select all+ tailpid=123
+ tail -f boot.log
+ cat /proc/cmdline
+ LIVE_BOOT_CMDLINE=BOOT_IMAGE=/live/vmlinuz boot=live noeject keyboard-layouts=de components persistence persistence-encryption=luks,none initrd=/live/initrd.img debug=true
+ Cmdline_old
+ PERSISTENCE=true
+ export PERSISTENCE

[Code] ....

The most confusing line is "Warning: cryptsetup is unavailable" - I took a look into the scripts, it checks if cryptsetup and askpass is executable if not this message. But:

I mounted the hdd-img file local and took a look: all binaries there.

So I tried a lot getting it working on boot time. I tried it with live-tools from testing, from wheezy and last but not least installed and pinned live-tools to unstable. Always the same. askpass isn't executable on boot time before mounting the persistence.

Config is
Code: Select alllb config noauto
    --apt apt
    --bootstrap debootstrap
    --binary-images iso-hybrid
    --distribution testing
    --mirror-bootstrap http://ftp.debian.de/debian/

[Code] .....

(tried with binary-images=hdd, too)

and yes, cryptsetup is inside package-list (otherwise live-persistence from within running machine with crypted partitions would not work). Live tools I used for last run is 4.0.3-1 from unstable, before tried with 4.0.2-1 from testing.

Whats going wrong in boot system?

View 12 Replies View Related

Debian Installation :: Boot Freezes After Install On Encrypted Volume

Jan 1, 2016

I just installed Debian Testing on an encrypted partition (using the encryption feature in the installer). Problem is when I boot I enter the passphrase and then Debian starts to load a bit and then it stops and won't move again. During a normal boot the boot stops after : EDAC sbridge : Couldn't find mci handler Then do a recovery mode boot from grub loader so more information is displayed during the boot time and it stops after : [12.513770] fb: switching to nouveaufb from simple it stops there I can't type anything, I can reboot the computer with ctrl+alt+del tho

I was booting just fine in a previous installation on a MBR-partitioned disk (now it's GPT-partitioned). I have to add that during installation I added a second encrypted volume on a HDD (while / is on a SSD) that mounts to /data. When few days ago I installed it on the MBR-partitioned disk it asked me for the /data passphrase pretty fast, now it just seems to boot and asks me only one passphrase until it freezes.

View 1 Replies View Related

Debian :: Recovering Grub After Windows Installation - Encrypted Partitions And LVM

Nov 4, 2010

I'm running Debian Squeeze AMD64 with full disk encryption and LVM. After reinstalling Windows 7 I lost GRUB from the MBR. I managed to install GRUB after following this guide and using an Ubuntu 10.04 graphical installation disc, but I only get to a GRUB CLI when booting, so I can't actually choose an OS there.

I tried following this guide but I'm stuck after "# Mount the partitions to /mnt/root" and don't know what to do.

Does anyone know how I can fix GRUB so I get to choose between Debian and Windows 7 there?

View 6 Replies View Related

Debian Installation :: Lose Setup In Network Installer

Aug 12, 2014

I am using mini.iso to install Jessie from network and I need lose setup command that is required by cryptsetup for mounting the detached header of an encrypted volume. Is there a way to get losetup from network during installation? For example by means of anna-install? Does any package from udeb.list contain losetup?

View 0 Replies View Related

Debian Installation :: Wheezy - Installer Failed On Grub

Nov 23, 2014

I am installing Whezzy and the installer failed to install grub on the MBR of /dev/sda

My disks are
- /dev/sda : the flash drive with the debian ISO
- /dev/sbd : a small SSD for the / partition (sdb1)
- /dev/sdc + /dev/sdd : a software RAID-1 array with LVM for /home, ...

Grub fails to install on /dev/sda which makes sense since this is the flash drive containing the Debian ISO so no MBR.

I already tried to run grub-update manually on /dev/sdb (with chroot /target grub-install --no-floppy --force "/dev/sdb" ).

It works but the system is not directly bootable. I had access to a second PC to read the grub documentation so was able to boot and to fix my system but this is annoying.

Is it normal to see my flash drive as /dev/sda? Could it be that my flash drive is incorrectly detected as a HD?

Is there a way to force the installer to install grub on /dev/sdb?

View 2 Replies View Related

Debian Installation :: Install Only XFCE With Graphical Installer

Apr 27, 2015

I'd like to do a fresh install of newly released Jessie with only Xfce in a graphical installer. When I come to the point where i have to select the DE to install, there are options: Debian desktop environment, and then ...GNOME, ...Xfce, ...Lxde etc.

I guess that with the first option, it's like in Wheezy - it installs the default, which is gnome. But if i choose the ...xfce option, do i have to keep the 'debian desktop environment' option checked, or will that just install gnome alongside Xfce? Do i have to check only Xfce as an option?

View 2 Replies View Related

Debian Installation :: Setup Installer Boot Parameters

Jul 16, 2015

I'm making some tests with Debian Setup.

As reported by the docs [URL] .... there are some boot parameters available for the Debian Installer.

I would like to try a setup setting the base-installer/install-recommends to false.

This can be done via preseeding, but I'd like to try it out setting the boot parameter.

I've tried several combinations but no one has been effective.

What is the syntax for setting the base-installer/install-recommends parameter to false at boot time?

View 3 Replies View Related

Debian Installation :: Creating And Booting Jessie Installer

Aug 15, 2015

I am installing Jessie to a dual-boot Dell Inspiron 1150 laptop currently booting Windows XP + Ubuntu 9.04. I downloaded the small installation image:

Code:
Select all//cdimage.debian.org/debian-cd/8.1.0/i386/iso-cd/debian-8.1.0-i386-netinst.iso
and created a live dvd using growisofs.

The Jessie install documentation says: "If you downloaded an iso image, check that the md5sum of that image matches the one listed for the image in the MD5SUMS file that should be present in the same location as where you downloaded the image from." For the downloaded image this produced the result

Code:
Select all~$ md5sum debian-8.1.0-i386-netinst.iso
095a83b715e1b74b6d30b2259275f4af  debian-8.1.0-i386-netinst.iso

There is no MD5SUMS file in the download directory. There is an md5sum.txt file included in the iso image: this lists the md5sum of every file in the image, but not that of the image itself. The check for the burned dvd was successful :

Code:
Select all~$ dd if=/dev/cdrom | head -c `stat --format=%s debian-8.1.0-i386-netinst.iso` | md5sum
645120+0 records in
645120+0 records out
330301440 bytes (330 MB) copied, 1.28047 s, 258 MB/s
095a83b715e1b74b6d30b2259275f4af  -

Is this a documentation error ? I next booted the laptop from the live installer dvd. After generating a number of messages, it stopped displaying a message along the lines of: "Invalid video mode - press Enter to select a mode".

I assumed it would wait for me but it soon rushed on, producing screeds of segmentation fault error messages, eventually slowing down to a rythmic display of:

Code: Select all*** Error in Xorg:free() invalid pointer: 0xb7101ce3

***Surely it should have waited for me to press Enter?

View 3 Replies View Related

Debian Installation :: Installer Reboots When Selecting Install

Aug 22, 2015

I'm trying to install Debian 8.1 LXDE 64bit on a Toshiba Chromebook cb30 from usb. When I select 'install' the laptop restarts and gets me back to the installer menu. I removed 'quiet' from the boot options and it seems that the reboot happens after initrd.gz is read. I previously installed the 32bit version on the chromebook and the installation process worked pretty much without any issues. I might have added 'mem=1024m' to the boot options, though even if I did, this doesn't do anything to my current attempt.

The chromebook processor according to `uname -a` is x86_64 Intel Celeron 2955U. how I could install the image or start debugging the issue?

View 2 Replies View Related

Debian Installation :: Laptop Unbootable After Running Installer

Apr 3, 2016

I was running Windows 10 on MSI GT70 2OD-064US hoped to dual boot first had three primary partitions shrunk largest one and ran debian-8.3.0-amd64-netinst.iso chose guided install with remaining free space, didn't force UEFI asked if I wanted to install GRUB after finding Windows Vista (loader) I went ahead and installed. Couldn't boot afterwards with dark screen saying no install media, changed BIOS to legacy mode and got grub prompt followed tutorial and entered these commands:

grub> set root=(hd0,5)
grub> linux /vmlinuz root=/dev/sda5
grub> initrd /initrd.img
grub> boot

This caused it to boot without GUI I ran grub-update and restarted back at grub> again. How to get debian to boot or even windows 10 again?

View 5 Replies View Related

Debian Installation :: Squeeze Installer Yaboot Failure

May 13, 2010

The installer for powerpc is broken in Squeeze. If yaboot is installed, it will break the whole boot process. I don't know exactly what goes wrong but it is a serious bug. I tried many times until I found out that yaboot is broken in Squeeze. In Lenny it still works luckily, so I could get something back after a complete sweep of my hard disk (the Lenny installer could not do anything with the ext4 partition of Squeeze as it is not supported in Lenny, so trying to put yaboot back did not work from there). Let this be a warning to people and a reminder for developers that there is a serious bug in yaboot.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved