This issue has sat incomplete for more than 60 days now. I'm going to
close it as invalid. Please feel free re-open if this is still an issue
for you. Thank you.
** Changed in: ubiquity (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member o
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.
** Changed in: ubiquity (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs
I am having the same problem with ubuntu 13.10. I can mount the
partitions and installation program recognizes that it needs to unmount
them, but after this stucks in "waiting" mouse pointer. My notebook is a
sony vaio SVE14AFBB.
--
You received this bug notification because you are a member of U
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: parted (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubi
@Phillip: You're right, parted 3.1 also fails with the exact same error.
It's definitely broken. I may be remembered something else, sorry for
the misinformation.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
Are you sure? I'm looking at the upstream git master source code and
it's broken.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubiquity is stuck after "Prepare" step
To manage noti
I know that newer versions of parted don't have this problem: e.g.
parted -l on Fedora/Arch linux always work.
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubiquity is s
It looks like parted's gpt code simply throws out the upper 8 bits of
each 16 bit character, which corrupts non ascii names. Later it tries
to treat this corrupted name as a multi byte string ( which I think
means UTF-8 ) and convert it to a wide character string, and this fails.
I'm not sure how
** Attachment added: "Parttab"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1238446/+attachment/3874718/+files/parttab
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Please run sudo dd if=/dev/sda of=parttab count=34, and attach the
parttab file to the bug report.
** No longer affects: linux (Ubuntu)
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1238
** Attachment added: "Output of "strace parted -l" as root on Kubuntu 13.04
livecd"
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1238446/+attachment/3874044/+files/partedstrace
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
We can read partitions, and parted_server is printing them to us.
We should ignore errors from multi-wide characters, and well continue to be
able to install.
It is curious how come KDE Partition Manager "decodes" the labels correctly and
why parted / parted_server fails to do the same for us.
*
kubuntu@kubuntu:~$ sudo mount /dev/sda1 /mnt/tmp/ -o ro
kubuntu@kubuntu:~$ sudo blkid /dev/sda3
/dev/sda3: UUID="F88C-9896" TYPE="vfat"
kubuntu@kubuntu:~$ ls /mnt/tmp/
EFI
kubuntu@kubuntu:~$ ls /mnt/tmp/EFI/
boot microsoft
kubuntu@kubuntu:~$ sudo umount /mnt/tmp
kubuntu@kubuntu:~$ sudo mount /
Setting status to "Confirmed" as directed by the earlier comment.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubiquity is stuck after "Prepare" step
To manage notifications about t
** Attachment added: "How it looks in KDE partition manager"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1238446/+attachment/3873848/+files/snapshot1.png
** Tags added: apport-collected kubuntu saucy ubiquity-2.15.20
** Description changed:
I am using the Kubuntu Beta 2 Live CD
So, sda4 *does* exist, and it's this:
(270,99,21) (286,180,21)4 2224029696-2358247423
134217728 primary unknown /dev/sda4 Microsoft reserved
partition
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
Note that if I start "kde partition manager" myself, there are no
crashes, and it displays the partitions correctly on both the SSD and
flash drive.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/123844
kubuntu@kubuntu:~$ cat /proc/partitions
major minor #blocks name
70 941900 loop0
80 250059096 sda
81 266240 sda1
821638400 sda2
83 266240 sda3
84 131072 sda4
85 247755776 sda5
8 16762
Wait, nevermind the extended volume business, this is GPT, not MBR...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubiquity is stuck after "Prepare" step
To manage notifications abo
The ringbuffer spew here from the XFS driver when we attempt to mount
something that's not an XFS partition is clearly a kernel bug, but
there's likely also something we can do to make the installer a bit more
robust in this situation.
Note that the "partition" spewing the errors doesn't even cont
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubiquity is stuck after "Prepare" step
To manage notificatio
Parted crashes while trying to print the partition table:
kubuntu@kubuntu:~$ sudo parted /dev/sda
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: ATA M4-CT256M4SSD2 (scsi)
Note that I have tested both Kubuntu Beta 2 and the daily live cd image
of 2013-10-09. Both exhibit the same issue.
Filesystem info:
kubuntu@kubuntu:~$ sudo blkid /dev/sda
kubuntu@kubuntu:~$ sudo blkid /dev/sda1
/dev/sda1: LABEL="SONYSYS" UUID="B68B-3388" TYPE="vfat"
kubuntu@kubuntu:~$ sudo blki
** Attachment added: "casper.log"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1238446/+attachment/3873839/+files/casper.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
** Attachment added: "Partman"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1238446/+attachment/3873743/+files/partman
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238446
Title:
Ubi
** Attachment added: "Files from /var/log/installer"
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1238446/+attachment/3873744/+files/installer.tar.gz
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad
26 matches
Mail list logo