nope not asked that …
On the “Thank you!” screen , with it “installing the system”… It now popped up with “Somethin g went wrong” screen. It says "We’re sorry, but we’re not sure what the error is. you cna try restarting your computer and start the installation process again. You can also report the issue.
To send an automated bug report including relevant debug information, please run
Sudo ubuntu-bug ubuntu-desktop-bootstrap
In terminal, or from the command console (alt=f2)
it has a show log button and a close button available. I have sent the bug report in the past doing what it told me to do in the terminal.
Would you be willing to rebuild your live usb stick with your Cinnamon iso? I will be looking up some things.
sure I can do that, do I need to wipe the current etched version or can I just re-etche it on this one?
As far as I know you can wipe it while ‘re-etcheing’.
Okay I wil do that, I appreciate all your help!!!
Pleaser check secure boot settings in uefi again. Which options do you have? Secure boot should be on.
Secure Boot Mode is set to “Standard” . I just finished re-etching the Ubuntu Cinnamon. Apparently I etched the wrong Iso file. I redownloaded Ubuntu Cinnamon and etched it to my usb.
Boot mode is set to UEFI… and Secure boot is Enabled.
Your stick is ready? Please boot into live system (not install). Trying to wipe all partitions from your SSDs before trying to install again.
Yep, booting now into Ubuntu Cinnamon… done loading and I just connected to wifi
How do I wipe them and which format?
Please start a terminal and execute sudo parted -l
Output?
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo parted -l
Model: ATA Acer SSD SA100 2 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 1128MB 1127MB fat32 boot, esp
2 1128MB 240GB 239GB ext4
Model: ATA SanDisk SDSSDH3 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 973GB 973GB ext4 ext4 ssd 1 tb sandisk
3 973GB 1000GB 27.6GB linux-swap(v1) swap
Model: SanDisk Cruzer Glide (scsi)
Disk /dev/sdc: 32.0GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 32.8kB 5406MB 5406MB ISO9660 hidden, msftdata
2 5406MB 5411MB 5194kB Appended2 boot, esp
3 5411MB 5411MB 307kB Gap1 hidden, msftdata
4 5413MB 32.0GB 26.6GB ext4
As you wrote before you are ok with wiping sda and sdb?
Then run
sudo fdisk --wipe /dev/sda
sudo fdisk --wipe /dev/sdb
absolutely I am willing to wipe them both
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev sda
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sdb
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$
Please try
sudo fdisk --wipe /dev/sda always
sudo fdisk --wipe /dev/sdb always
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev sda
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sdb
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk - -wipe /dev/sda
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sda
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe/dev/sdb
fdisk: unrecognized option ‘–wipe/dev/sdb’
Try ‘fdisk --help’ for more information.
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sdb
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sda always
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$ sudo fdisk --wipe /dev/sdb always
fdisk: unsupported wipe mode
ubuntu-cinnamon@ubuntu-cinnamon:~$