[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Adam Conrad
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1238446 Title: Ubiquity is stuck after Prepare step Status in

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Adam Conrad
Wait, nevermind the extended volume business, this is GPT, not MBR... -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1238446 Title: Ubiquity is stuck after Prepare step Status in

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Adam Conrad
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

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
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

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
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 16

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Adam Conrad
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 Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
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 Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
** 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

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
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

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Dmitrijs Ledkovs
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. **

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Rohan Dhruva
** 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 Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1238446] Re: Ubiquity is stuck after Prepare step

2013-10-11 Thread Phillip Susi
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 Kernel Packages, which is subscribed to linux in Ubuntu.