LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-04-2017, 05:11 PM   #31
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled

Quote:
Originally Posted by sageb1 View Post
Yes, most Linux distributions will install.
A safe bet Ubuntu will. So may the latest version of OpenSUSE. I will go out on a limb and confirm that Arch will install, even though I have never used it.
64-bit Linux distribs will install.
An example which Fedora x64 even DSN’T install bootloaders w/o GPT, but Fedora x86 should be still installed under MBR, right?
On-the-other-hand, openSuSE has cut EVERY 32bit arch and still maintains only amd64(x64), arm64, ppc64, and its UEFI-needed derivatives just DON’T install bootloaders like Fedora (see SuSE studio).
Finally any NON-rpm distro should still work fine without GPT.
 
Old 05-05-2017, 02:26 PM   #32
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,804
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by hd_scania View Post
openSuSE has cut EVERY 32bit arch and still maintains only amd64(x64), arm64, ppc64, and its UEFI-needed derivatives just DON’T install bootloaders like Fedora (see SuSE studio).
Finally any NON-rpm distro should still work fine without GPT.
openSUSE has not cut 32-bit support from Tumbleweed, which I have installed on multiple Intel CPU and chipset machines as old and older than your friend's HP. I also have multiple 64-bit Intel CPU and chipset machines as old and older than your friend's running both Tumbleweed and Leap 42.3, 42.2 and 42.1. All are installed on MBR disks and boot using Grub. None use EFI. Most of these machines have 2GB or less of RAM.
 
Old 05-12-2017, 04:11 AM   #33
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
openSUSE has not cut 32-bit support from Tumbleweed, which I have installed on multiple Intel CPU and chipset machines as old and older than your friend's HP. I also have multiple 64-bit Intel CPU and chipset machines as old and older than your friend's running both Tumbleweed and Leap 42.3, 42.2 and 42.1. All are installed on MBR disks and boot using Grub. None use EFI. Most of these machines have 2GB or less of RAM.
Maybe I was come to miss i?86 inside the Tumbleweed ISO repo, here my friend has required "rolling, or LTS, or nothing", obviously Fedora is not his choice, thus only 32bit spins from Tumbleweed, Debian, LMDE, Ubuntu LTS, Slackware, Arch are recommended to him.
First of all he is FRESH to Unix, making LMDE, Ubuntu, Slackware to be the first ones to be recommended to him.

Last edited by hd_scania; 05-12-2017 at 04:14 AM.
 
Old 05-12-2017, 12:19 PM   #34
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
There seems to be a bit of a terminology issue here....

There is BIOS and UEFI. Plus MBR and GPT filesystem/booting.

You can always MBR filesystems from BIOS.

You can boot GPT filesystems from UEFI.

With most linux distributions and hardware you can run a GPT filesystem/booting from BIOS or UEFI (even older hardware BIOS-only hardware which does not support GPT filesystem/booting with windows)

Its possible to boot MBR from UEFI with some dsitros but thats pointless to even think about in 99%+ of cases.

I'm not sure about other distros but the lastest Debian stable version, 'Jessie' or Debian 8, has the software to install and run to both BIOS/MBR or UEFI/GPT systems and will automagically install the correct version for your system.

Quote:
Originally Posted by hd_scania View Post
Maybe I was come to miss i?86 inside the Tumbleweed ISO repo, here my friend has required "rolling, or LTS, or nothing", obviously Fedora is not his choice, thus only 32bit spins from Tumbleweed, Debian, LMDE, Ubuntu LTS, Slackware, Arch are recommended to him.
First of all he is FRESH to Unix, making LMDE, Ubuntu, Slackware to be the first ones to be recommended to him.
No you are not limited to 32bit (x86) you can also run x86-64/amd64.

Rolling or LTS? those are *very* different ways of running a system....I would not suggest a rolling release for a beginner. so no LMDE.

Arch is *not* for beginners. Slackware, well, its easier for a beginner than Arch but I wouldn't install it for anybody new to linux. Help someone while they installed it maybe, but only a little and if they had major issues I'd move on to a different, more 'works out of the box' distro.

ubuntu? I have issues with canonical and how they do things so I am biased. Getting past that I suppose its meant to be easy but that interface is awful. I'd just install Debian stable, Xfce or KDE desktop, 64bit.
 
Old 05-13-2017, 10:12 PM   #35
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by cascade9 View Post
There seems to be a bit of a terminology issue here....
There is BIOS and UEFI. Plus MBR and GPT filesystem/booting.
You can always MBR filesystems from BIOS bootloader partition if UEFI unsupported BIOS.
You can boot GPT filesystems from UEFI ESP (UEFI supported BIOS) or UEFI motherboard.
With most linux distributions and hardware you can run a GPT filesystem/booting from BIOS or UEFI (even older hardware BIOS-only hardware which does not support GPT filesystem/booting with windows)
Its possible to boot MBR from UEFI with some dsitros but thats pointless to even think about in 99%+ of cases.
I'm not sure about other distros but the lastest Debian stable version, 'Jessie' or Debian 8, has the software to install and run to both BIOS/MBR or UEFI/GPT systems and will automagically install the correct version for your system.
No you are not limited to 32bit (x86) you can also run x86-64/amd64.
Rolling or LTS? those are *very* different ways of running a system....I would not suggest a rolling release for a beginner. so no LMDE.
Arch is *not* for beginners. Slackware, well, its easier for a beginner than Arch but I wouldn't install it for anybody new to linux. Help someone while they installed it maybe, but only a little and if they had major issues I'd move on to a different, more 'works out of the box' distro.
ubuntu? I have issues with canonical and how they do things so I am biased. Getting past that I suppose its meant to be easy but that interface is awful. I'd just install Debian stable, Xfce or KDE desktop, 64bit.
Here, few notable pros of a rolling distro are an permanent support and the most up to date security, but a con of unstability, but is this con REALLY SCARY to a novice?
Of course Arch is not recommended to my friends UP TO NOW, which I still have a difficulty to install it, even I already have an Unix experience for a few years.

Last edited by hd_scania; 05-13-2017 at 10:14 PM.
 
Old 05-14-2017, 06:21 AM   #36
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by hd_scania View Post
...but a con of unstability, but is this con REALLY SCARY to a novice?...
It's not so much about scary, it's about annoying. Which is likely the real reason they left any and all "other" operating systems to give linux a try.
 
Old 05-15-2017, 07:26 AM   #37
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by hd_scania View Post
Here, few notable pros of a rolling distro are an permanent support and the most up to date security, but a con of unstability, but is this con REALLY SCARY to a novice?
Scary? No. But given enough time, you will break a rolling release system. It might not happen overnight, but it will happen. Even if you check the upgrade warnings before ever upgrading, sooner or later 'bad' package will break the system. End of story.

By the way, with Debian 'Stable' gets security vulnerabilities updated before 'Testing'. 'Sid' gets them from the maintainer. Testing gets them last. So you have a choice between timely updates with Stable, running higher changes of breaking with Sid, and slowest security updates and still some risk of breakage with Testing.

Last edited by cascade9; 05-15-2017 at 07:28 AM.
 
Old 05-16-2017, 04:17 AM   #38
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by cascade9 View Post
Scary? No. But given enough time, you will break a rolling release system. It might not happen overnight, but it will happen. Even if you check the upgrade warnings before ever upgrading, sooner or later 'bad' package will break the system. End of story.
By the way, with Debian 'Stable' gets security vulnerabilities updated before 'Testing'. 'Sid' gets them from the maintainer. Testing gets them last. So you have a choice between timely updates with Stable, running higher changes of breaking with Sid, and slowest security updates and still some risk of breakage with Testing.
Here, I was at FATALLY EXPERIMENTAL Rawhide (not rolling itself but its packages messedly upgraded) and its kernel was slain which I was occasionally upgrading system.
On the other hand, the rolling systems, like Tumbleweed and Debian testing, upgrading the whole system constantly is not likely to break the rolling system, but upgrading a few software by sole is likely to be led to dependencies compatinilities issues, here the incompatible but not fixed dependencies are risky to break your system, esp you have not afterwards upgraded the whole rolling system.
You have been said my important experience (to a practice for a rolling system) here, however is a novice prone to ignore and forget to upgrade the whole system after solely upgrading a few software?
 
Old 05-16-2017, 02:36 PM   #39
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by cascade9 View Post
Scary? No. But given enough time, you will break a rolling release system. It might not happen overnight, but it will happen. Even if you check the upgrade warnings before ever upgrading, sooner or later 'bad' package will break the system. End of story.
how do you define "break"? if it means, something unforeseen happens, you can't update or some software won't work and you have to fix things, well, yes, then i agree.
but that can happen on almost any distro, even debian stable.

i've been running a rolling release (arch) on my desktop for 3 years now, and debian stable on my server.
i haven't had any serious problems on either, but i also haven't had no problems on either.
for me it's a tie.
different usage scenarios, but a rolling release distro isn't intrinsically less stable than a release distro, and a release distro isn't intrinsically more stable than a rolling release distro.
don't get me wrong, debian are doing an invaluable job, and it's for a reason i'm using it on my server.

while both sid and archlinux are rolling, i think there's a huge difference between them: archlinux does do some quality control and testing and compiles software specifically to work with archlinux. they also have a [testing] repo, which i avoid like the pest - i think that would be more comparable to sid.

for me, a stable, monitored rolling distro like archlinux is the best.
 
Old 05-17-2017, 06:51 AM   #40
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by hd_scania View Post
On the other hand, the rolling systems, like Tumbleweed and Debian testing, upgrading the whole system constantly is not likely to break the rolling system, but upgrading a few software by sole is likely to be led to dependencies compatinilities issues, here the incompatible but not fixed dependencies are risky to break your system, esp you have not afterwards upgraded the whole rolling system.
Not likely to break for any given update? Sure. But when you upgrade often, which you probably should with most rolling releases, the chance of breakage increases.

Upgrading a single package is generally not a good idea. But most of the time if I see a user trying to install/upgrade a singel package (or group of packages) its because they are trying to run some 3rd party non-repo software. Which is often outdated, and/or is wants you to /mix and match' software from different point releases or even linux distro families, and/or it wants you to use packages from an dodgy/unknown source, and/or the instructions are outdated or just wrong.

Those sort of things are why there is a 'DontBreakDebian- Advice For New Users On Not Breaking Their Debian System'

https://wiki.debian.org/DontBreakDebian

LOL, I mention ' terminology issues' and then this (BTW not a shot at you by any means ondoho, just funny the way things go)

Quote:
Originally Posted by ondoho View Post
how do you define "break"? if it means, something unforeseen happens, you can't update or some software won't work and you have to fix things, well, yes, then i agree.
Good question, 'break' can mean a few different things to different people.

IMO for an OS to be properly broken it should fail to boot to the desktop.

I've had it happen a few times with testing/sid mostly due to closed nvidia drivers but also from other xorg problems.

In all my time with rolling releases I haven't had a update cause a situation where I am unable to update again (though I have done via user error).

Quote:
Originally Posted by ondoho View Post
different usage scenarios, but a rolling release distro isn't intrinsically less stable than a release distro, and a release distro isn't intrinsically more stable than a rolling release distro.
don't get me wrong, debian are doing an invaluable job, and it's for a reason i'm using it on my server.
I know by 'stable' you mean 'runs without crashing'. Its one of the reasons why I've never been overly fond of Debian calling its non-rolling-release 'stable', cause by stable they mean 'not changing'.

But yeah I agree, a well tested rolling release can be....err...'less crashy' than a badly tested point release.

Quote:
Originally Posted by ondoho View Post
while both sid and archlinux are rolling, i think there's a huge difference between them: archlinux does do some quality control and testing and compiles software specifically to work with archlinux. they also have a [testing] repo, which i avoid like the pest - i think that would be more comparable to sid.
I think that Arch 'testing' might be more like Debian 'experimental'. Which is where Debian does some quality control before things go into Sid.
 
1 members found this post helpful.
  


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
LXer: How To Install Ubuntu 12.04 On Non-PAE Capable Hardware LXer Syndicated Linux News 0 05-03-2012 12:31 AM
LXer: Vista Capable Lawsuit is Too Capable LXer Syndicated Linux News 0 11-23-2008 08:50 AM
Hardware capable of gaming (3D) virtualization dr_dex Linux - Desktop 3 07-30-2007 05:11 AM
are there any virues for linux nowadays?!? santiagosilva Linux - Desktop 7 10-05-2006 10:33 AM
is linux capable of remote install and unattended installation? spyghost Linux - Networking 2 08-09-2004 11:28 AM

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

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