LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-17-2017, 08:31 AM   #46
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242

Quote:
Originally Posted by Mystified View Post
I posted the wrong blkhid

Code:
v/sda1: UUID="77ab926f-c77a-469f-8134-e722c25f4f25" TYPE="ext4" PARTUUID="a6d6bf1d-01"
/dev/sda2: UUID="b56e4753-28f1-407e-a0df-b9986100c4c3" TYPE="ext4" PARTUUID="a6d6bf1d-02"
/dev/sda3: UUID="90fa9a24-fb49-4e2b-8758-5b04b9510d0c" TYPE="ext4" PARTUUID="a6d6bf1d-03"
/dev/sda5: LABEL="swap" UUID="d53328cd-859e-4c2b-b5ec-ccc6bb166855" TYPE="ext4" PARTUUID="a6d6bf1d-05"
/dev/sda6: UUID="be050510-5966-47b5-83e4-aa264a742025" TYPE="swap" PARTUUID="a6d6bf1d-06"
/dev/sda7: UUID="7de6d7ba-8091-445f-b972-d3f2d2f5eb0f" TYPE="ext4" PARTUUID="a6d6bf1d-07"
/dev/sda8: UUID="80c67928-8f7f-4844-b714-80c4d60560a0" TYPE="ext4" PARTUUID="a6d6bf1d-08"
/dev/sdb5: UUID="488fede3-4689-44fc-967f-3b3a716bb296" TYPE="ext4" PARTUUID="8826210f-05"
fstab does not have the same uuid number plus as you can see I have two swaps. how do I fix that?
I already told you in post #42

if you know which ones are your swap partitions then just delete one. then add your same UUID for the swap partition to both fstabs the same rule applies for every install after this. When it asks you during install where to put your swap or if it creates another swap automatically .. when you should be in "expert mode" or advanced mode during install to manually take over the partitioning and selecting of partitions to tell it the mount points.

this is getting ahead a little but when that install process shows you that is has created a swap . see if you can change it. so you can just set it to the one you already have established. I am sure that this is how you ended up with two swaps.

being in expert or advanced mode you should be able to change that, it shows you every partition and empty space and every medium that can be counted as a hard drive connected to your system. Some like Ubuntutututu and such that use a similar install GUI window that has them little check boxes and such to make changes. they're a little bit of a bother (for me anyways) but you just need to slow down and read and look over everything in that window to see what it is doing. then see if you can change it if needed. nothing is going to get screwed up if now commit has been had. (nothing has been written to the hdd in the form of partition changes)


So if you want to use sdb5 as your swap then just make it so that not only both of these fstabs have that UUID for swap in it but every sequential install afterwards.
 
Old 02-17-2017, 08:48 AM   #47
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Mystified,

I think that your blkid and /etc/fstab files should read like this:


Code:
/dev/sda1: UUID="77ab926f-c77a-469f-8134-e722c25f4f25" TYPE="ext4" PARTUUID="a6d6bf1d-01"
/dev/sda2: UUID="b56e4753-28f1-407e-a0df-b9986100c4c3" TYPE="ext4" PARTUUID="a6d6bf1d-02"
/dev/sda3: UUID="90fa9a24-fb49-4e2b-8758-5b04b9510d0c" TYPE="ext4" PARTUUID="a6d6bf1d-03"
/dev/sda5: UUID="d53328cd-859e-4c2b-b5ec-ccc6bb166855" TYPE="ext4" PARTUUID="a6d6bf1d-05"
/dev/sda6: UUID="be050510-5966-47b5-83e4-aa264a742025" TYPE="swap" PARTUUID="a6d6bf1d-06"
/dev/sda7: UUID="7de6d7ba-8091-445f-b972-d3f2d2f5eb0f" TYPE="ext4" PARTUUID="a6d6bf1d-07"
/dev/sda8: UUID="80c67928-8f7f-4844-b714-80c4d60560a0" TYPE="ext4" PARTUUID="a6d6bf1d-08"
/dev/sdb5: UUID="488fede3-4689-44fc-967f-3b3a716bb296" TYPE="ext4" PARTUUID="8826210f-05"
Code:
# / was on /dev/sda2 during installation
UUID=b56e4753-28f1-407e-a0df-b9986100c4c3 /               ext4    errors=remount-ro      0    1 

# /home was on /dev/sda3 during installation
UUID=90fa9a24-fb49-4e2b-8758-5b04b9510d0c /home           ext4    defaults               0    2 

# swap was on /dev/sda6 during installation
UUID=be050510-5966-47b5-83e4-aa264a742025 none            swap    sw                     0    0

Last edited by beachboy2; 02-17-2017 at 09:05 AM.
 
Old 02-17-2017, 08:54 AM   #48
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,784

Rep: Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214
Quote:
Originally Posted by Mystified View Post
I posted the wrong blkhid

Code:
v/sda1: UUID="77ab926f-c77a-469f-8134-e722c25f4f25" TYPE="ext4" PARTUUID="a6d6bf1d-01"
/dev/sda2: UUID="b56e4753-28f1-407e-a0df-b9986100c4c3" TYPE="ext4" PARTUUID="a6d6bf1d-02"
/dev/sda3: UUID="90fa9a24-fb49-4e2b-8758-5b04b9510d0c" TYPE="ext4" PARTUUID="a6d6bf1d-03"
/dev/sda5: LABEL="swap" UUID="d53328cd-859e-4c2b-b5ec-ccc6bb166855" TYPE="ext4" PARTUUID="a6d6bf1d-05"
/dev/sda6: UUID="be050510-5966-47b5-83e4-aa264a742025" TYPE="swap" PARTUUID="a6d6bf1d-06"
/dev/sda7: UUID="7de6d7ba-8091-445f-b972-d3f2d2f5eb0f" TYPE="ext4" PARTUUID="a6d6bf1d-07"
/dev/sda8: UUID="80c67928-8f7f-4844-b714-80c4d60560a0" TYPE="ext4" PARTUUID="a6d6bf1d-08"
/dev/sdb5: UUID="488fede3-4689-44fc-967f-3b3a716bb296" TYPE="ext4" PARTUUID="8826210f-05"
fstab does not have the same uuid number plus as you can see I have two swaps. how do I fix that?
You have just one swap partition, /dev/sda6. On /dev/sda5 you have an ext4 partition that has for some reason been given the label "swap". It's confusing to you, but harmless. If /etc/fstab mounts that partition by its UUID rather than by label, you can safely use tune2fs to change or delete that label. (None of your other filesystem partitions have labels.)
 
Old 02-17-2017, 09:27 AM   #49
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by rknichols View Post
Quote:
Originally Posted by Mystified
I posted the wrong blkhid

Code:

v/sda1: UUID="77ab926f-c77a-469f-8134-e722c25f4f25" TYPE="ext4" PARTUUID="a6d6bf1d-01"
/dev/sda2: UUID="b56e4753-28f1-407e-a0df-b9986100c4c3" TYPE="ext4" PARTUUID="a6d6bf1d-02"
/dev/sda3: UUID="90fa9a24-fb49-4e2b-8758-5b04b9510d0c" TYPE="ext4" PARTUUID="a6d6bf1d-03"
/dev/sda5: LABEL="swap" UUID="d53328cd-859e-4c2b-b5ec-ccc6bb166855" TYPE="ext4" PARTUUID="a6d6bf1d-05"
/dev/sda6: UUID="be050510-5966-47b5-83e4-aa264a742025" TYPE="swap" PARTUUID="a6d6bf1d-06"
/dev/sda7: UUID="7de6d7ba-8091-445f-b972-d3f2d2f5eb0f" TYPE="ext4" PARTUUID="a6d6bf1d-07"
/dev/sda8: UUID="80c67928-8f7f-4844-b714-80c4d60560a0" TYPE="ext4" PARTUUID="a6d6bf1d-08"
/dev/sdb5: UUID="488fede3-4689-44fc-967f-3b3a716bb296" TYPE="ext4" PARTUUID="8826210f-05"

fstab does not have the same uuid number plus as you can see I have two swaps. how do I fix that?
You have just one swap partition, /dev/sda6. On /dev/sda5 you have an ext4 partition that has for some reason been given the label "swap". It's confusing to you, but harmless. If /etc/fstab mounts that partition by its UUID rather than by label, you can safely use tune2fs to change or delete that label. (None of your other filesystem partitions have labels.)
Good catch I wasn't looking that far over. Just matching numbers.
 
Old 02-17-2017, 10:13 AM   #50
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
I've tried everything suggested. the uuid numbers match there is only one swap. I dont know what else to do.
 
Old 02-17-2017, 10:41 AM   #51
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Mystified View Post
I've tried everything suggested. the uuid numbers match there is only one swap. I dont know what else to do.
ok repeat what is it NOT doing and whatever and all errors / and warnings being sent out to the term.

so everyone can review it and rethink it and take it one step at at time until we get that bugger Debian doing that it is suppose to be doing. Unless you want to practice installing a system again. (parish the thought?)
 
Old 02-17-2017, 10:58 AM   #52
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
OK, one last thing and then a re-install. I think swap is working now but I still can't get in because of the following:

Code:
systemcyl status systemh10gid.service
I think that's correct. I honestly have a hard time reading my own handwriting. I checked in the log directory but I'm not sure which one to check. thanks for all the help and patience,
 
Old 02-17-2017, 11:24 AM   #53
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
ok I'm just going to reinstall wish me luck
 
Old 02-17-2017, 11:29 AM   #54
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Mystified View Post
ok I'm just going to reinstall wish me luck
well ok then I personally have no idea of what that is "systemcyl status systemh10gid.service"
I was hoping someone else would chime in on it to help you out.

it may or may not fix your problem by reinstalling it.
 
Old 02-17-2017, 11:58 AM   #55
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
I'm keeping my fingers crossed since I've never had that problem before.
 
Old 02-17-2017, 12:34 PM   #56
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,691
Blog Entries: 4

Rep: Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947
Why not just use Virtual Machines, and be done?

However: in the standard partition-table there are only four slots. So, it is customary that the fourth slot be used to define (one ...) extended-partition in which all other partitions live. Don't expect an operating system to be prepared for there to somehow be "more than one" extended partition.

And I repeat – if you just want to play with Linuxes, grab VirtualBox ... it's free, and supported by none other than Oracle Corporation, and it works on any host.
 
Old 02-17-2017, 01:24 PM   #57
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
I can do that but i want to install gentoo for sure since I was a long time user.

Good news and bad news. I can boot into debian but no wifi. I downloaded the firmware first and installed it through the debian realtek package. That didn't work so I added non free to sources list and did firmare-realtek and I got lastest package installed. I've tried every command I can think of.

when I boot it says no firmware found! screams loudly
 
Old 02-17-2017, 01:34 PM   #58
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
Mystified,

Try using the Debian Unofficial non-free images including firmware packages:
http://cdimage.debian.org/cdimage/un...ding-firmware/

http://www.linuxquestions.org/questi...er-4175542680/


You could always create an extra partition (as sda1) for Debian Jessie-based antiX-16.1 and having Debian on sda? but antiX may have the same problem:

http://antix.mepis.org/index.php?title=Main_Page

antiX-16.1 FAQs:
http://download.tuxfamily.org/antix/...FAQ/index.html

To enable wifi after installation on antiX-16.1:

Menu > Control Centre > Network > Network Interfaces (ceni) > wlan0 > follow wizard and give SSID/network name and wifi password.

Last edited by beachboy2; 02-17-2017 at 02:20 PM.
 
Old 02-17-2017, 01:54 PM   #59
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
Sorry but most of your links don[t work. It's a moot point now because my cursor is jumping all over the screen. I can;t do anything and I am NOT re-installing. I.m typing this from my trusty chromebook
 
Old 02-17-2017, 02:19 PM   #60
Mystified
Member
 
Registered: Mar 2002
Distribution: Debian, Kubuntu
Posts: 311

Original Poster
Rep: Reputation: 20
Well I unlugged and my mouse is working,
 
  


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
primary and extended partitions nwtlnxqstns Linux - Newbie 4 10-13-2008 01:40 PM
/boot size and primary vs. extended partitions Seiken Slackware 8 03-02-2005 10:49 PM
partitions -- primary vs. extended pH* Linux - General 1 04-06-2004 01:56 PM
Primary and Extended Partitions Flossie Linux - Newbie 2 03-16-2004 12:25 PM
Primary and Extended Partitions batman Linux - Software 1 10-18-2000 01:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:38 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