4MLinux This forum is for the discussion of 4MLinux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-31-2022, 11:09 PM
|
#16
|
Member
Registered: Apr 2021
Posts: 415
Rep:
|
How much memory do you have? You need 2G for 4M server edition to run the Live image.
|
|
|
07-31-2022, 11:30 PM
|
#17
|
Member
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997
|
I don't think #16 is relevant, because the OP uses other distros.
@#13 (MichaelK): I trust your huge experience/expertise, but I don't quite understand. Could you provide additional tutoring here? I did find this article: https://superuser.com/questions/6832...so-is-a-hybrid
This may have actually happened to me because I vaguely remember (rare) things mysteriously not booting in the past.
More: https://www.oreilly.com/library/view...1079fffd.xhtml
I did not know this!!! I guess I truly am a Linux N00b!!!
Edit added several days later: thanks for #19!!! I did some more web searching and found this, which seems to be a great tutorial:
https://www.rodsbooks.com/gdisk/hybrid.html
My favorite Hands-on Booting (one of the few books I own because I depend on my local public sclibrary.org) unfortunately makes no mention of even USB flash drive booting, only CD / DVD ( though it has a brief appendix on live isos which I think is a totally different issue)
Last edited by !!!; 08-03-2022 at 12:10 PM.
|
|
|
08-01-2022, 05:29 AM
|
#18
|
LQ Newbie
Registered: Jul 2022
Distribution: mabox
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by michaelk
Code:
file 4MLinux-40.0-64bit.iso
4MLinux-40.0-64bit.iso: ISO 9660 CD-ROM filesystem data 'CDROM' (bootable)
file hybrid.iso
hybrid.iso: ISO 9660 CD-ROM filesystem data (DOS/MBR boot sector) 'CDROM' (bootable)
I believe you but usually a hybrid ISO will have a DOS/MBR boot sector, a non-hybrid does not and a non-hybrid ISO should not be able to boot from USB.
|
thanks,
now it works with the hybrid iso but I saw that while using jwm it uses 1.8 gb of ram in live, sparkylinux 300/400 mb, crunchbang ++ also and mabox as well.
|
|
|
08-01-2022, 07:31 AM
|
#19
|
Moderator
Registered: Aug 2002
Posts: 26,217
|
!!!,
A CD/DVD boots using a completely different process from a regular hard drive which is why copying the ISO file using the dd command fails. An ISO file by convention is an ISO 9660 filesystem, the standard defines how data is written to the disk and how to make it bootable. One of the first methods to convert an ISO file to boot from USB was syslinux. The file was extracted to an existing USB drive formatted with a FAT32 filesystem and then syslinux was the boot loader. isohybrid adds a MBR to the ISO file when created which allows it to "natively" boot from a USB drive. Most distributions these days provide a hybrid ISO file which is why most people might expect using the dd command to just work. When booted the filesystem still appears like a read only CD/DVD despite it being on a flash drive.
I have not played with 4M much so I can not comment on memory. For specific questions use the 4Mlinux forum here:
https://www.linuxquestions.org/questions/4mlinux-115/.
Last edited by michaelk; 08-01-2022 at 07:40 AM.
|
|
2 members found this post helpful.
|
08-01-2022, 07:37 AM
|
#20
|
Member
Registered: Apr 2021
Posts: 415
Rep:
|
I booted from Virtualbox, but the server image requires 2GB memory or it panics. The non server requires 1GB memory.
Sorry, I haven't seen a non hybrid live iso in a while.
Last edited by elgrandeperro; 08-01-2022 at 08:15 AM.
|
|
1 members found this post helpful.
|
08-01-2022, 12:05 PM
|
#21
|
LQ Guru
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,667
Rep:
|
Quote:
Originally Posted by 0day
thanks,
now it works with the hybrid iso but I saw that while using jwm it uses 1.8 gb of ram in live......
|
It is probably loading the system to ram & running it from there.
|
|
1 members found this post helpful.
|
08-01-2022, 12:54 PM
|
#22
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,265
|
Quote:
Originally Posted by fatmac
It is probably loading the system to ram & running it from there.
|
Yes, it is.
.
|
|
|
08-01-2022, 01:02 PM
|
#23
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,265
|
Quote:
Originally Posted by 0day
thanks,
now it works with the hybrid iso but I saw that while using jwm it uses 1.8 gb of ram in live, sparkylinux 300/400 mb, crunchbang ++ also and mabox as well.
|
When 4MLinux is installed to a HDD, RAM consumption is close to none. See:
http://4mlinux.com/index.php?page=download
You can also choose "Legacy Installer" from the hybrid.iso menu. This will make it possible for you to start the installation process even if you have only 128 MB of RAM.
.
Last edited by zk1234; 08-01-2022 at 01:13 PM.
|
|
|
08-02-2022, 02:23 PM
|
#24
|
LQ Newbie
Registered: Jul 2022
Distribution: mabox
Posts: 9
Original Poster
Rep:
|
Quote:
Originally Posted by zk1234
When 4MLinux is installed to a HDD, RAM consumption is close to none. See:
http://4mlinux.com/index.php?page=download
You can also choose "Legacy Installer" from the hybrid.iso menu. This will make it possible for you to start the installation process even if you have only 128 MB of RAM.
.
|
tapping on touchpad does not work in 4mlinux
|
|
|
08-02-2022, 03:34 PM
|
#25
|
4MLinux Maintainer
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,265
|
Perhaps you disabled it by mistake?
Menu > Settings > Devices > Touchpad On/off
Ps.
You should have been started a new thread.
|
|
|
All times are GMT -5. The time now is 12:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|