I'm encountering this same issue with the 10.10 Alternate installer
(amd64). In my case, I'm trying to install to existing encrypted lvms
on an existing RAID5. The installer can't seem to handle the RAID
either ( I have to assemble myself from the shell). It also fails to
unlock ( I have to do
Thanks, but I only need continued reports of this problem if they're
occurring on a daily build that postdates my fix, in which case details
of which build and log files are necessary.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bu
Then it freezes after it offers me to go back to the partitioning
options screen.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
I got the same type of error.
"The attempt to mount a file system with type swap in /dev/sda3 at none
failed." (or similar)
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, whic
James, your description doesn't really match the original description of
this bug, so it may not be the same thing. However, of course it's
possible that my fix will cover your problem as well. I'd encourage you
to test beta-2 once released, and if you're still having problems please
file a new b
This bug was fixed in the package partman-base - 139ubuntu3
---
partman-base (139ubuntu3) lucid; urgency=low
* parted 2.1 changed the semantics of ped_disk_clobber: it now zeroes out
the first few and last few sectors of the disk, regardless of whether
there appears to be a
Hi,
I've been trying to install Lucid Server 64bit Beta 1 with the following
config:
8Gb usb flash --> ext4 on /boot
3 x 500gb SATA --> RAID5 --> lvm --> ext4 on / & 8G swap.
The install would lock the machine completely after finishing creating
the ext4 filesystem on vg_main, lv_root.
I can c
** Branch linked: lp:~ubuntu-core-dev/partman-base/ubuntu
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bug
** Package changed: debian-installer (Ubuntu Lucid) => partman-base
(Ubuntu Lucid)
** Changed in: partman-base (Ubuntu Lucid)
Status: Confirmed => Triaged
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because
** Changed in: debian-installer (Ubuntu Lucid)
Assignee: (unassigned) => Colin Watson (cjwatson)
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
** Changed in: debian-installer (Ubuntu Lucid)
Milestone: None => ubuntu-10.04-beta-2
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
I was trying to set up LVM on RAID0 without encryption and it didn't work
either. It was failing with the same "Unable to find swap-space signature"
error.
I had to set up 3 RAID0 devices instead in order to not to use LVM.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launc
Another workaround similar to Sebasitan's is to choose "Yes" when you
get the error message to go back to the summary screen. Select the swap
partition, hit Enter to modify it, choose "swap" as the type and hit
Enter again. Then scroll down and select "Finish" to complete the
installation. It seems
** Tags added: glucid
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubu
I managed to work around this bug by letting the installer set up full-disk
encryption as usual. When the error message came, I chose "Yes" to display the
partitioning scheme already created by the installer. Here I changed the type
of the swap partition from "swap" to "do not use". The installa
Thanks for all your comments. I can reproduce this bug myself, so there
is no need to post further comments about how it can be reproduced or
listing other affected images.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notificat
Also seen on Ubuntu Studio Alternate i386 (20100317)
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
Via the menus, I am able to successfully, manually partition the disk
and do all the steps.
This is a bit long, and credit goes to other postings in the past, but here is
what I did, to
create a non-encrypted /boot partition and an encrypted / (root) partition.
I've attached it as a Microsoft Wo
Also seen on Ubuntu 32bit Alternate install...
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
Same for me on x86 64 in VM with same message error
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@list
This is happening to my install with today's 3/17/2010 LucidLynx 64 bit build.
On a Dell Latitude E6400, Intel Core 2 d...@2.534 GHz, 4 GB Memory, and 80.0 GB
ATA Hitachi HTS72328 hard drive.
(Encrypting with HardyHeron worked on Monday September 29th, 2009)
(This same operation worked on a diffe
When I strace this, it goes away, so I think it must be a race. Argh.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
The installer's log claims that it successfully mounts the root
filesystem, so it's partitioning fine. It's on the mount of swap that
it has on error.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a
Actually, that isn't right - I can see the CREATE_FILE_SYSTEM command
happening. Something stranger is afoot.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
I think what's happening is that nothing ever commits the partitioning
before we try to swapon. I haven't quite figured out exactly where the
commit ought to go yet, though.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notifica
Also failing on standard server install. Error in syslog: Unable to find
swap-space signature.
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
This is also failing on Xubuntu using the lucid-alternate-i386.iso dated
2010-03-16.1. I can confirm the bug report using Hardware test; 400 MHz
P2; 384MB RAM; NVidia/SGS Thomsom Riva 128 w/4MB memory
** Changed in: debian-installer (Ubuntu Lucid)
Status: New => Confirmed
--
Setting up sw
** Also affects: debian-installer (Ubuntu Lucid)
Importance: Undecided
Status: New
** Changed in: debian-installer (Ubuntu Lucid)
Importance: Undecided => High
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notificat
This basically blocks my real ability to test Lucid. My current install
is not encrypted now, and so I don't have any desire to do anything of
value on my system. I figure I'll have to re-install when this is
fixed.
Can we please make this bug critical?
--
Setting up swap fails when setting lv
** Tags added: iso-testing
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
** Attachment added: "/var/log/media-info"
http://launchpadlibrarian.net/40971196/media-info
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Attachment added: "/var/log/partman"
http://launchpadlibrarian.net/40971109/partman
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
** Attachment added: "/var/log/syslog (w/ debconf debugging enabled)"
http://launchpadlibrarian.net/40970929/syslog
--
Setting up swap fails when setting lvm+encryption
https://bugs.launchpad.net/bugs/539324
You received this bug notification because you are a member of Ubuntu
Bugs, which is
33 matches
Mail list logo