Note for the absurdly sharp-eyed: Yes, my question is cross-posted from http://unix.stackexchange.com/questions/197814/installing-opensuse-cannot-format-partitions. In my defense, it’s been weeks now. I’m beginning to lose hope.
SO. Trying to install SUSE v13.2 on a 120GB Kingston SSD. The drive is empty. It has no partitions and no data that I am aware of. I have tried to install multiple version of Linux, but all of them seem to fail in a similar way. Oddly, Windows has no such problem. It installs without issues.
So I’ll walk you through my installation proccess.
-
Accept Installation Agreement
-
Ethernet adapter and wireless dongle are detected. Neither are configured. I configure them.
-
Yast takes its sweet time probing my hard disks
-
Select “Include Add-on Products from Separate Media”
-
OKAY. Partitioning time. SUSE wants to use btrfs on my root drive, but I don’t want to do that. I click “Create Partition Setup” and select the 120GB SSD. I set the root partition and the home partition to ext4
Now the partition setup is as follows:
Device ---- Size ------- Type --------- FSType Mount Point
/dev/sdb1 - 156.88 MiB - EFI Boot ----- FAT – /boot/efi
/dev/sdb2 — 2.01 GiB - Linux Swap — Swap - swap
/dev/sdb3 - 20.00 GiB – Linux Native - Ext4 - /
/dev/sdb4 - 89.63 GiB – Linux Native - Ext4 - /home -
Set Time Zone to Central
-
Select CD drive for additional content
-
Change desktop environment to XFCE
-
Set up username and password
-
Open SSH port and enable SSH service. Grit teeth. Click install.
http://i.imgur.com/4yclGfV.jpg?1
I am immediately set upon by errors of all shapes, colors, and national origins. I have recorded them here.
Failure occurred during the following action:
Setting disk label of /dev/sdb to GPT
System error code was: -1007
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary fat32 0 19:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Creating volume /dev/sdb2
System error code was: -1007
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary linux-swap 20 281:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Creating volume /dev/sdb3
System error code was: -1007
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 282 2892:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Creating volume /dev/sdb4
System error code was: -1007
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
And here it kinda stops for a bit and prepares a new wave of errors
Failure occurred during the following action:
Formatting partition /dev/sdb1 (156.88 MiB) with vfat
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Formatting partition /dev/sdb2 (2.10 GiB) with swap
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Formatting partition /dev/sdb3 (20.00 GiB) with ext4
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Formatting partition /dev/sdb4 (89.63 GiB) with ext4
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Mounting /dev/sdb2 to swap
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Mounting /dev/sdb3 to /
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Mounting /dev/sdb1 to /boot/efi
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
Failure occurred during the following action:
Mounting /dev/sdb4 to /home
System error code was: -3030
/usr/sbin/parted -s --align=optimal "/dev/sdb" unit cyl mkpart primary ext2 2893 14592:
Error: /dev/sdb: unrecognised disk label
At this point, no more error messages show up. The installation continues, packages are installed, though I can’t imagine how SUSE knows WHERE to install the packages.
After a while, I get one more error that I am NOT going to type out
http://i.imgur.com/BynZ9uq.jpg
And then it gets to 95% and just hangs on “Install boot manager”
So this is the stangest thing. OpenSUSE installs just fine on my 3TB HDD, but not on the solid state. Even stranger, Windows will install on the SSD without any problems. I know that there are no bad blocks and the drive is brand new. The DVD is not the problem, because I burned the same image to USB and the same thing happened. The distro is not at fault because I have tried this with several distros now all with similar results.
I am at a loss. What did I do wrong?