LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-07-2019, 05:51 AM   #271
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593

post the output of
Code:
blkid | grep mmcblk0p3
and
Code:
cat /etc/initramfs-tools/conf.d/resume
 
Old 08-07-2019, 06:10 AM   #272
Klaas Vaak
Member
 
Registered: Feb 2019
Distribution: Mint
Posts: 253

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by colorpurple21859 View Post
post the output of
Code:
blkid | grep mmcblk0p3
Output:
Quote:
/dev/mmcblk0p3: LABEL="swapantiX" UUID="de9d2a53-48e1-43d7-b6e2-ddc5e3e9d5cf" TYPE="swap" PARTLABEL="primary" PARTUUID="4b674d55-821c-4978-9f8f-07dd3580b1bf"
Quote:
and
Code:
cat /etc/initramfs-tools/conf.d/resume
Output:
Quote:
No such file or directory
 
Old 08-07-2019, 07:43 AM   #273
bodge99
Member
 
Registered: Oct 2018
Location: Ashington, Northumberland
Distribution: Artix, Slackware, Devuan etc. No systemd!
Posts: 368

Rep: Reputation: 66
Hi,

colorpurple21859:
Looks like the resume setting isn't there at this stage... I see what you're looking for here..

Klaas:

If I'm correct and you do indeed have a "squiffy" partition table then I strongly recommend wiping the drive.

Do you have any other external USB storage available?? Even another flashdrive of sufficient capacity would do.
You could sacrifice and reuse the upgraded Mint flashdrive if that's better for you.

I recommend this action for two reasons:

If the kernel can see three ms partitions then the firmware will see them also. Without disassembling your firmware, I can't categorically state that there is no interaction between the firmware and what it "thinks" is contained in these ms partitions.

A manual re-creation of your partition structure will **guarantee** that there is nothing "screwy" here.

What I propose is this:

If you have an external USB HDD that you use for Linux (with a Linux filesystem on it) then we can use this directly.
If you want to use a flashdrive then format it to EXT4 and copy the contents of the system and EFI partitions across. You don't need to copy the swap partition as we'll just recreate it.
I'll give info so you can boot from the flashdrive Mint installation.

Next, use gparted to create a GPT drive and to create and format the required three partitions on the eMMC drive.

Finally, copy everything back, set a few flags and alter the UUID's in the fstab and initial grub.cfg.

I think this has arisen from your early experimentation with creating partition types using AntiX..

I'll give a step by step list of instructions for you to follow if you want me to..

How do you wish to proceed?

Bodge99

Last edited by bodge99; 08-07-2019 at 08:27 AM.
 
Old 08-07-2019, 08:12 AM   #274
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
The rootdelay is at the grub menu, press e for edit and add it to the line that starts with linux
 
Old 08-07-2019, 08:13 AM   #275
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
That may fix the partition oddness seen during boot
 
Old 08-07-2019, 08:25 AM   #276
Klaas Vaak
Member
 
Registered: Feb 2019
Distribution: Mint
Posts: 253

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by bodge99 View Post
Hi,

Can you boot from the upgraded Mint flashdrive installation, re-run gparted and see exactly what is shown with this. The live AntiX is slightly non-standard.
I just tried, but the tablet does not detect the Mint flash USB drive. I tried the AntiX one, and it does detect it, so I don't know what is going on with the Mint one.

I am going to be busy with something completely different for the next few days so will not be able to spend a lot of time on this. Therefore, rather than doing it in a distracted way, I'd rather get back on this next week.

BTW, this new procedure to start from scratch, as I understand it, seems simple compared to what we went through over the past week. Out of interest: with the benefit of hindsight and 20-20 vision, could we have followed this proposed procedure 1st?
 
Old 08-07-2019, 08:29 AM   #277
Klaas Vaak
Member
 
Registered: Feb 2019
Distribution: Mint
Posts: 253

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by colorpurple21859 View Post
The rootdelay is at the grub menu, press e for edit and add it to the line that starts with linux
I would really like to implement this, but if you look at my comment #262 you'll see that I explained to Bodge99 that I cannot alter anything in that screen. Please read that comment.
Is there another way to get at it.
 
Old 08-07-2019, 08:31 AM   #278
Klaas Vaak
Member
 
Registered: Feb 2019
Distribution: Mint
Posts: 253

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by colorpurple21859 View Post
That may fix the partition oddness seen during boot
Wow, that would be great. Like I said in my previous reply to you, I cannot enter grub from its menu. Is there another way to access it e.g. from within Mint itself?
 
Old 08-07-2019, 08:43 AM   #279
bodge99
Member
 
Registered: Oct 2018
Location: Ashington, Northumberland
Distribution: Artix, Slackware, Devuan etc. No systemd!
Posts: 368

Rep: Reputation: 66
Hi,
Klaas:
Quote:
Following this comment I quickly googled Bay Trail and saw an article about the Bay Trail CPU not being able to support 64-bit apps and not even Linux. MS supposedly provided a patch for Windows. Left me scratching my head, so I decided to leave it to the real expert ;-)
This is the kind of totally misinformed rubbish that the Linux community has to endure.. (Not you.. the article!! I've seen this stuff before.).
I think what they are referring to is this. When Bay Trail hardware was first released, Microsoft couldn't come up with a 64bit UEFI firmware in time for the product launch dates. Yes, MS couldn't manage to write (or buy in) a tiny bit of code in time!! They forced the hardware manufacturers to use a 32bit UEFI firmware. This is why the early windows tablets etc. ran 32bit windows 8.

Of course you can run 64bit software on a Bay Trail.. You can even run a 64bit OS on a machine with a 32bit UEFI firmware.. I know this as I've done it!..

Bodge99

Last edited by bodge99; 08-07-2019 at 08:46 AM.
 
Old 08-07-2019, 08:45 AM   #280
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
I think it is /boot/grub/grub.cfg but not for sure
or at the grub menu press c for a grub prompt
Code:
Linux (hd0,2)/vmlinuz root=/dev/mmcblk0p2 rootdelay=5 splash quiet
initrd (hd0,2)/initrd.img
 
Old 08-07-2019, 08:47 AM   #281
bodge99
Member
 
Registered: Oct 2018
Location: Ashington, Northumberland
Distribution: Artix, Slackware, Devuan etc. No systemd!
Posts: 368

Rep: Reputation: 66
Klaas:

Sorry, I edited post regarding booting the Mint installed flashdrive.. Of course.. there is no populated EFI partition. Sorry for the confusion.

Bodge99
 
Old 08-07-2019, 08:54 AM   #282
bodge99
Member
 
Registered: Oct 2018
Location: Ashington, Northumberland
Distribution: Artix, Slackware, Devuan etc. No systemd!
Posts: 368

Rep: Reputation: 66
Hi,

I see what colorpurple21859 is looking at.. I don't think that a boot delay will affect how the kernel sees the eMMC here.

You can add kernel parameters to the Grub configuration files from within Mint. If they happen to cause problems then you would have to bypass them from your Grub menu (which you cannot do yet) or boot from your flashdrive and edit files manually.

Bodge99
 
Old 08-07-2019, 09:02 AM   #283
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Quote:
I see what colorpurple21859 is looking at.. I don't think that a boot delay will affect how the kernel sees the eMMC here.
Maybe true, but I like to say afterward, "At least I know what it isn't"
 
Old 08-07-2019, 09:06 AM   #284
bodge99
Member
 
Registered: Oct 2018
Location: Ashington, Northumberland
Distribution: Artix, Slackware, Devuan etc. No systemd!
Posts: 368

Rep: Reputation: 66
Quote:
Originally Posted by colorpurple21859 View Post
Maybe true, but I like to say afterward, "At least I know what it isn't"
Yes!! This!! Nice one!

Bodge99
 
Old 08-07-2019, 09:54 AM   #285
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
for the resume problem Boot into your mint system open a terminal
[CODE]sudo touch /etc/initramfs-tools/conf.d/resume
sudo echo RESUME=UUID=de9d2a53-48e1-43d7-b6e2-ddc5e3e9d5cf >> /etc/initramfs-tools/conf.d/resume
sudo update-initramfs -u
reboot

Last edited by colorpurple21859; 08-07-2019 at 02:07 PM.
 
  


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
Antix best distro for netbook? nejnej25 Linux - Laptop and Netbook 4 01-21-2018 09:02 PM
[SOLVED] Conky display gets corrupted since updating Antix-16 to Antix-17 hazel Linux - Distributions 3 12-18-2017 08:55 AM
LXer: Debian-Based antiX MX-16.1 Distro Introduces Experimental Encrypted Home Folders LXer Syndicated Linux News 0 06-11-2017 08:37 AM
LXer: antiX M12 test 2 : A light-weight and fast Linux distro for older systems LXer Syndicated Linux News 0 03-07-2012 11:41 PM
LXer: New AntiX distro makes older hardware usable LXer Syndicated Linux News 0 06-26-2007 08:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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