LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-05-2023, 08:15 PM   #106
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled

I must be going crazy. I repeated the command but ALT-F3 did not work! So I rebooted knowing that the "Wildflower" screen would appear but it is frozen and ALT-F3 DID NOT WORK. I do know that ALT-F3 worked just that once.

I can see all the icons down the left-hand side, the message about network on the right top, and in the middle the label MX-21.3 "Wildflower". Below a window with "welcome" on the left and "About" on the right In the centre is "Install MX Linux" and then 2 columns of options. If I could click I wouldn't know what to click to activate demo since all I see is what the passwords for demo and super user are.
 
Old 03-05-2023, 09:15 PM   #107
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
You are at the desktop, but mouse/keyboard isn't working or desktop not responding.
what happens if you press ctrl-alt-f3

Last edited by colorpurple21859; 03-05-2023 at 09:20 PM.
 
Old 03-06-2023, 07:21 AM   #108
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Try this:
Code:
processor.max_cstate=1 idle=poll video=1024x768
If it is a keyboard/mouse issue do you have a usb mouse you can plug in before booting?

Last edited by colorpurple21859; 03-06-2023 at 07:22 AM.
 
Old 03-06-2023, 04:03 PM   #109
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi Colorpurple,
All kinds of problems. This morning I tried to boot up and the screen was blank or just the windmill. On the third try I retrieved the windmill and icons. Unless I made a mistake when entering the code it seems that the process is volatile, especially if I try something else. No permutation of Alt-F3 helped.

USB mouse does not help and the line you suggested in #106 drew a blank.

The following questions may reveal my ignorance but please bear with me. If this Notebook is geared to Windows, could Microsoft have left something within the system even after I had removed their operating system? In which case, should I try to clean the registry [with a third-party "cleaner'}?

I'm using an 8 gig USB which is full after I installed the live MX. Also I only have 4 gig of ram. Could it be that these are insufficient for MX?

If I boot up I go straight to the Grub screen. On the other hand, if I press Esc as I am booting up the system I get the following list: two Scangates [no such system or USB, but somehow the labels have been retained and duplicated]; two 8 gig Trancend USBs one showing "partition 1"; safe graphics; and finally the bios. I had been using the menu item showing partition 1, but am now using the other one with just "Transcend MX..."
 
Old 03-06-2023, 06:52 PM   #110
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
4Gb of memory is more than enough for mxlinux, the problem maybe you are using the monthly snapshot and not the current release. I don't have the same hardware for testing, all I can do is run tests in a vm and give suggestions.
something else to try:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll init 2

I think this will take you to the console login you mentioned in post 104 -6
 
Old 03-06-2023, 10:49 PM   #111
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Is there a way for me to copy [and paste] a line of code in the Grub menu? Currently I have to type out the code each time.
Will check what version of MX I am using.
 
Old 03-06-2023, 10:58 PM   #112
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
You are right. The version I am using is the February version: MX-21.3_February-x64. Is this the wrong version for me?
 
Old 03-07-2023, 05:32 AM   #113
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
Is this the wrong version for me?
It was a thought, but after looking at the kernel version difference of the two isos, I don't think it will make a difference.
Code:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll i915.modeset=0 load=all video=1366x768
 
Old 03-07-2023, 07:54 AM   #114
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
There is a significant kernel version between lubuntu and mxlinux lubuntu is at 5.15 while mxlinux is at 5.10.
Quote:
Is there a way for me to copy [and paste] a line of code in the Grub menu
Not when putting iso on with dd, however manually putting iso on usb there is
 
Old 03-07-2023, 01:18 PM   #115
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
The reason for asking is that typing into Grub on the Linux line is tough because the font is so small and I am wondering if that is the reason why I sometimes don't get the same result when I re-enter the line on a different iteration. Where I used to get the opening menu [although frozen], I now get just the windmill graphic.

I'll stick to this USB stick with MX for the moment.
 
Old 03-07-2023, 05:32 PM   #116
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
here is another combination to try:
Code:
intel_idle.max_cstate=1 i915.enable_dc=0 ahci.mobile_lpm_policy=1
Got it from here: https://linuxreviews.org/Intel_graphics
 
Old 03-07-2023, 11:59 PM   #117
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi colorpurple,
Nope latest try with "i915" is worse: stopped after 4 lines. I don't understand coding language so this might be a dumb question. Why "mobile"? [I'm thinking phone mobile...?]

Here's what the screen displayed:
Quote:
Welcome to MX 21.3 (Wildflower) 64-bit!
Linux kernel:5.10.0-21-amd64
Current boot codes:
BOOT_IMAGE=/antiX/vmlinuz intel_idle.max_cstate=1 i915.enable_dc=0 ahci.mobile_lpm_policy=1
Loading hardware specific modules ...
Scan usb,cd devices. Look for boot file(s) antiX/linuxfs
Retry for 15 seconds ..
Filtered devices /dev/sda2/ /dev/sda1 /dev/sda
I'm going to download the Ubuntu registry cleaner but will first try it out on my old laptop [if I can].
 
Old 03-08-2023, 04:59 AM   #118
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
from=usb intel_idle.max_cstate=1 i915.enable_dc=0 xorg=safe video=1024x768

from=usb intel_idle.max_cstate=1 i915.enable_dc=0 nomodeset video=1024x768

from=usb intel_idle.max_cstate=1 i915.enable_dc=0 idle=poll xorg=safe video=1024x768

from=usb processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll xorg=safe video=1024x768

from=usb processor.max_cstate=1 intel_idle.max_cstate=1 idle=poll i915.enable_dc=0 xorg=safe video=1024x768

Last edited by colorpurple21859; 03-08-2023 at 05:23 PM.
 
Old 03-08-2023, 01:44 PM   #119
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Thanks, but do I add these in a separate line or do what I have been doing, i.e. replace part of the Linux line?

Got sidetracked last night so I have still to download the Ubuntu registry cleaner.
 
Old 03-08-2023, 02:04 PM   #120
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Replace part of the linux line. Try each combination. Then I'll adjust depending on the results like this:
Code:
linux /antiX/${kernel} from=usb intel_idle.max_cstate=1 i915.enable_dc=0 xorg=safe video=1024x768
if they hang or blank alt-f3 ctrl-alt-f3
if none of them work add nomodeset and/or remove xorg=safe to the ones that don't have it.

Edit: Changed boot=usb to from=usb

Last edited by colorpurple21859; 03-08-2023 at 06:46 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
Live USBs with persistence newellrp1 Linux - General 6 11-09-2016 03:27 AM
new USBs won't boot live Linux distros! linuxhippy Linux - General 2 01-10-2010 07:55 PM
Problem with Live USBs joeblurton Linux - General 7 01-06-2009 07:38 PM
I only can login with devfs=nomount, later on no CDR or USBs SK_pt Mandriva 1 03-18-2005 05:22 AM
HELP! I only can login with devfs=nomount, so later no CDR or USBs SK_pt Linux - Hardware 2 07-08-2004 02:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:16 AM.

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