LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-08-2018, 12:10 AM   #1
Coop_012
Member
 
Registered: Jan 2018
Location: US
Distribution: Debian 9.6 Stretch
Posts: 97

Rep: Reputation: Disabled
Question Ubuntu Install to flashdrive (the creation of swap space in partition #3 of SCSI2 (0,0,0) (sdc) failed?


So the weird thing is it doesn't matter in the order I make the partitions or what the partition is, I've tried to install Ubuntu LTS 16.04.4 multiple times and burned the image multiple times even with clean checksums, but I always get the same error code no matter the partition, any help would be appreciated! at the end of the iso it says amd even though im running Intel (i386 i think)

Code:
Error mounting /dev/sdb2 at /media/cooper/Ubuntu 16.04.4 LTS amd641: Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sdb2" "/media/cooper/Ubuntu 16.04.4 LTS amd641"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb2,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

Last edited by Coop_012; 04-08-2018 at 12:16 AM. Reason: addedin
 
Old 04-08-2018, 04:38 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
What have you done exactly?
Downloaded the iso image from here http://releases.ubuntu.com/ ?
Then written the iso image with a writer from some linux OS ?
And then tried to install from USB stick ?
 
Old 04-08-2018, 05:09 AM   #3
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
These may help.

https://help.ubuntu.com/community/BurningIsoHowto
https://help.ubuntu.com/community/In...n/FromImgFiles
https://help.ubuntu.com/community/In...n/FromUSBStick
 
Old 04-08-2018, 08:04 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
If you have verified the download, are you burning the iso as an image to a DVD? or are you trying to create a bootable usb drive? If the latter, what operating system are you using and what software are you using to create the bootable usb?

The error shows an incorrect attempt to mount the Ubuntu iso on sdb2 which doesn't look right. You can boot the Ubuntu iso from a specific partition if you have a correct entry in the installed systems Grub menu. I doubt you have that.

Quote:
at the end of the iso it says amd even though im running Intel (i386 i think)
The iso you downloaded is 64bit and if you do have 32 but hardware, it won't work. Best verify what your hardware is and post details on how you have tried to make the iso bootable.
 
Old 04-08-2018, 12:51 PM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If the iso has amd at the end of the name, it's probably an amd64 platform disk. If you want the i386/i686 disk, download that one.
 
Old 04-08-2018, 02:07 PM   #6
Coop_012
Member
 
Registered: Jan 2018
Location: US
Distribution: Debian 9.6 Stretch
Posts: 97

Original Poster
Rep: Reputation: Disabled
Okay and my goodness I think I figured it out lol, I was trying to install it to my boot drive instead of another flash drive...
 
Old 04-08-2018, 04:40 PM   #7
Coop_012
Member
 
Registered: Jan 2018
Location: US
Distribution: Debian 9.6 Stretch
Posts: 97

Original Poster
Rep: Reputation: Disabled
even when I have plugged in a 4GB live boot drive and my 128 gb drive (the target) I still get the same error, I need to have this ready by tomorrow for a family member, I dont get what Im doing wrong.

Last edited by Coop_012; 04-08-2018 at 04:41 PM. Reason: spelling
 
Old 04-08-2018, 04:54 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
You were asked a number of questions by previous posters and haven't answered any of them so there isn't much help you can get. If you burned the iso to a DVD or used proper software to create a bootable flash drive, there is no way you would get an error like that as there would be no reason to be mounting sdb2.
 
Old 04-08-2018, 05:00 PM   #9
Coop_012
Member
 
Registered: Jan 2018
Location: US
Distribution: Debian 9.6 Stretch
Posts: 97

Original Poster
Rep: Reputation: Disabled
Ive tried the things above. It’s a 64 bit system, so I’m using the amd64, as the i386 didn’t work (I tried it) I put the iso on a flash drive and downloaded the iso from the source above. I also read fatmac’s suggestions and followed the steps. I ended up making an ext4 partition for my root on my mint machine using gparted because that is where the live installer tripped up, and I’m trying to install it again (it’s going through the process) I’ll let you know how it goes

Shoot, I clearly forgot to specify that the code I put up there is from when I plugged it into my Mint install to take a look at the partitioning, the error code I received in the live install is the title, sorry for the confusion

Last edited by Coop_012; 04-08-2018 at 05:07 PM. Reason: addition
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Questions on Swap Partition, How did Anyone Pass This Along? Next Ubuntu No Swap Partition happydog500 Linux - Software 18 12-25-2016 12:37 PM
swap partition creation itpmohabbot Linux - General 0 03-21-2012 04:13 AM
Possibility to create swap partition if extended partition is out of space? bhavisavla Linux - Newbie 1 09-12-2011 06:39 AM
Creation Of Swap Partition During Ubuntu 9.10 Installation cbl48 Linux - Newbie 2 03-26-2010 10:59 PM
getgrnam failed for$Enabling swap space rhonneil Linux - Networking 0 09-15-2003 09:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration