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-03-2023, 08:56 PM   #91
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled

Wow! I deleted "splash no splash" the system objected. So when I deleted only splash" "no splash" and "no modeset" there was a ream of code but it went by so quickly and when it reached a certain point if stopped and the screen was blank! Is there a way to pause the screen dump?
 
Old 03-03-2023, 09:22 PM   #92
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Quote:
"no modeset
that is suppose to be nomodeset one word.

Last edited by colorpurple21859; 03-03-2023 at 09:23 PM.
 
Old 03-03-2023, 10:53 PM   #93
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Yes, sorry I was typing from memory. In the code I deleted.
 
Old 03-04-2023, 01:57 AM   #94
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
I have no wish to muddy the waters, but Post #9 (How to install 32bit MX Linux on a 64bit UEFI system) on this link may be of help:
https://forum.mxlinux.org/viewtopic....32.efi#p440825
 
Old 03-04-2023, 08:15 AM   #95
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
at the linux line add this: load=all
 
Old 03-04-2023, 06:19 PM   #96
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi colorpurple,
I took what I think is a half step in the right direction. I pasted:
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset load=all
.

The first time I tried with "nomodeset" deleted but it just scrolled away leaving a blank. So the second time I added back "nomodeset". Again I got all the commands, which then disappeared. However, in the end I got not a blank screen but I think the MX logo: a multi-coloured windmill [?]. But the system is still frozen.
 
1 members found this post helpful.
Old 03-04-2023, 07:11 PM   #97
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
add video=1366x768 to the mix, try with and without the nomodeset and load=all
 
Old 03-04-2023, 07:58 PM   #98
iPad
Member
 
Registered: Oct 2016
Distribution: iPadLinux
Posts: 81
Blog Entries: 1

Rep: Reputation: 45
+1 #96 (cstate). Give my #86 boot=USB a quick shot & let us know.

Last edited by iPad; 03-04-2023 at 07:59 PM.
 
Old 03-04-2023, 08:24 PM   #99
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi Colorpurple, we got progress!
Here is what I did:
As per your instructions:add video=1366x768 to the mix, try with and without the nomodeset and load=all

Quote:
(1) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset load=all video=1366x768
(2) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll load=all video=1366x768 [-nomodeset]
(3) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset video=1366x768 [-load all]
(4) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll video=1366x768 [-load all -nomodeset]
Here are the results
Quote:
(1) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset load=all video=1366x768
opened "Wildflower" but frozen . showed installation menu also icons on top left of screen

(2) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll load=all video=1366x768 [-nomodeset]
Blank screen

(3) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset video=1366x768 [-load all]
grub screen i.e. coloured windmill but hung

(4) processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll video=1366x768 [-load all -nomodeset]
Blank screen
Is it possible that my USB is too small?
Strange but when I boot I get the grub screen. In order to get the MX screen, or at least a list of possible choices I have to reverse the process and press Esc.
 
Old 03-04-2023, 08:37 PM   #100
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi Ipad,
thanks for the suggestion, but I am not sure what to do as I don't really understand your message. Where do I add boot=usb?
I think I am very close thanks to colorpurple --the MX menu came up with options and all, but it hung. Tomorrow when my head is cleared I will try your suggestion.
 
Old 03-04-2023, 08:53 PM   #101
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Quote:
Where do I add boot=usb?
add it to the linux line
 
Old 03-04-2023, 09:07 PM   #102
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
The system is booting, but hanging or getting black screen trying to figure out the correct combination of kernel options, change load=all to xorg=safe or xorg=modesetting
 
1 members found this post helpful.
Old 03-05-2023, 04:21 PM   #103
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
change to video=1024x768, when you get to the screen with the icons, what happens if you press alt-f3
 
Old 03-05-2023, 06:28 PM   #104
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi Colorpuprle and Ipad. Here are my results;

I TRIED
1.
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=safe video=1366x768 result:BLANK
I retried my "original", that is the one that displayed the windwill and icons:

2.
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset load=all video=1366x768 Result: JUST WINDMILL!
I tried you second recommendation:
3.
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=modesetting video=1366x768 BLANK
Then I repeated 1 with your suggestion re video=1024x768:

Quote:
4. processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=safe video=1024x768
GOT SCREEN WITH "INSTALL MXLINUX" BUT FROZEN. ***
5.REPEATED 4 BUT ADDED from=usb
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=safe video=1024x768 from=usb JUST THE WINDMILL IMAGE[S]
6. Repeated 3 [xorg=modesetting with 1024 screen]

Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=modesetting video=1024x768 BLANK
BUT ALT-E3 TOOK ME TO COMMAND LINE INSTALL
Quote:
"ENTER THE COMMAND "CLI-INSTALLER". FOLLOW THE INSTRUCTIONS.
I ENTERED PASSWORD "ROOT" BUT NO INSTRUCTIONS

7 Repeated 6 with from=usb
Quote:
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll nomodeset xorg=modesetting video=1024x768 from-usb BLANK
 
Old 03-05-2023, 07:07 PM   #105
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Quote:
BUT ALT-E3 TOOK ME TO COMMAND LINE INSTALL,
If you are where I think you are

enter demo, it will ask for password: demo
enter startx, what happens?
 
  


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 05:16 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