I have wanted to have a fully installed Linus OS on a thumb drive - not a "live-usb" , but a fully installed OS - like on the hard drive. I have a high end Corsair GTX which has an SSD controller - so looks like a hard drive and is blazing fast.
My own machines are all on Legacy Bios. And I have quite a few.
I wanted to have this usb drive work on a friend's machine - on the off chance I was ever in a position with no laptop of my own. No luck.
The more I dig into UEFI - the more I dislike it. After 30 years of personal computer sales - all these mega companies have not found an elegant solution to simply handoff the bootup to the OS. Nope. Its ugly, its inconsistent, its cat's vomit.
I have also taken to getting rid of pulse-audio and network-manager. I much prefer the simplicity of alsa and wicd.
"New improved " does not mean improved. Well at least they get one point for "new" I guess.
Dont I feel the need to make sure my system is really up to date ? No- I - dont. I use my systems - a lot . i depend on them. I want them to be clean, fast and functiional - and most importantly ..... Predictable. Like my washing machine , or home heating system.
Moreover - by the time some genius figures out how to make a simple boot-handoff piece of code - probably takes 100KB of code to do this - we'll be well beyond laptops and on to the next hardware platform anyway. So , no - i dont bother myself with having to stay up-to-date . And that old BIOS works fine - as it was 40 years ago.
UEFI vs BIOS I give up ( A Rant)
Re: UEFI vs BIOS I give up ( A Rant)
I have stockpiles a bunch of thinkpads circa 2011. because I think the PC has gone backwars since then, just look at that ridiculous spectacle clled Windows 10 . just saw an article warning that the latest update makes the file manger fail to ... well... manage files !!
The hardware has been dumbed down, politically-correctified - gutting the power for some miniscule power savings. The machines are not easy to repair or upgrade.
The soft ware is worse. With the exception of Debian , and MX Linux .
Much worse.
The spying, the ads, the intrusions, the fear-mongering about "viruses" by viruses(like Windows10) is sort of hilarious in an Orwellian sense.
Dumbed down hardware, dumbed down and dysfunctional software. Becasue after all , what are the peasants going to do? Revolt?
The hardware has been dumbed down, politically-correctified - gutting the power for some miniscule power savings. The machines are not easy to repair or upgrade.
The soft ware is worse. With the exception of Debian , and MX Linux .
Much worse.
The spying, the ads, the intrusions, the fear-mongering about "viruses" by viruses(like Windows10) is sort of hilarious in an Orwellian sense.
Dumbed down hardware, dumbed down and dysfunctional software. Becasue after all , what are the peasants going to do? Revolt?
Re: UEFI vs BIOS I give up ( A Rant)
Is this the right forum section for rants that have nothing to do with MX?
Re: UEFI vs BIOS I give up ( A Rant)
Hmm.. actually you should have posted this into the help forum under "Setting up a full installed Linux OS onto a thumbdrive capable to boot both UEFI and BIOS mode" ...rs55 wrote: Mon Jan 06, 2020 6:44 pm I have wanted to have a fully installed Linus OS on a thumb drive - not a "live-usb" , but a fully installed OS - like on the hard drive. I have a high end Corsair GTX which has an SSD controller - so looks like a hard drive and is blazing fast.
My own machines are all on Legacy Bios. And I have quite a few.
I wanted to have this usb drive work on a friend's machine - on the off chance I was ever in a position with no laptop of my own. No luck.
As by some coincidence I just setup such a USBstick at the last weekend with having multiple MX Linux (MX -19, MC-18.3 and antiX-19) installed and this stick boot in UEFI mode and BIOS mode.
So as you tried already, please simply tell us where you got stuck... perhaps we might help you to get this running...

Re: UEFI vs BIOS I give up ( A Rant)
https://www.howtogeek.com/56958/HTG-EXP ... -THE-BIOS/The traditional BIOS still has serious limitations. It can only boot from drives of 2.1 TB or less. 3 TB drives are now common, and a computer with a BIOS can’t boot from them. That limitation is due to the way the BIOS’s Master Boot Record system works.
The BIOS must run in 16-bit processor mode, and only has 1 MB of space to execute in. It has trouble initializing multiple hardware devices at once, which leads to a slower boot process when initializing all the hardware interfaces and devices on a modern PC.
Like it or not, UEFI is here to stay. It's called "progress".
(Note: the above article is 2 years old. 4TB and larger drives are now common and also can't be booted in legacy-BIOS systems.)
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: UEFI vs BIOS I give up ( A Rant)
That quote is not correct. (or simply wrong) Grub can boot from any GPT disk within BIOS(MBR) mode. Most people seem to get confused about UEFI /BIOS and MBR (DOS) / GPT partition table theme.JayM wrote: Mon Jan 06, 2020 8:22 pmhttps://www.howtogeek.com/56958/HTG-EXP ... -THE-BIOS/The traditional BIOS still has serious limitations. It can only boot from drives of 2.1 TB or less. 3 TB drives are now common, and a computer with a BIOS can’t boot from them. That limitation is due to the way the BIOS’s Master Boot Record system works.
The BIOS must run in 16-bit processor mode, and only has 1 MB of space to execute in. It has trouble initializing multiple hardware devices at once, which leads to a slower boot process when initializing all the hardware interfaces and devices on a modern PC.
Like it or not, UEFI is here to stay. It's called "progress".
(Note: the above article is 2 years old. 4TB and larger drives are now common and also can't be booted in legacy-BIOS systems.)

Re: UEFI vs BIOS I give up ( A Rant)
It was probably talking about Windows bootloaders.fehlix wrote: Mon Jan 06, 2020 8:33 pm That quote is not correct. (or simply wrong) Grub can boot from any GPT disk within BIOS(MBR) mode. Most people seem to get confused about UEFI /BIOS and MBR (DOS) / GPT partition table theme.
![]()
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: UEFI vs BIOS I give up ( A Rant)
MS introduced this artifical limitation of not allowing WinOS to install in MBR mode to boot from GPT. Well I have installed WInOS10 in BIOS mode on a this GPT disk, which I have running here ;=) It's a 4TB disk with multiple Linux all in MBR (NON-UEFI).JayM wrote: Mon Jan 06, 2020 8:39 pmIt was probably talking about Windows bootloaders.fehlix wrote: Mon Jan 06, 2020 8:33 pm That quote is not correct. (or simply wrong) Grub can boot from any GPT disk within BIOS(MBR) mode. Most people seem to get confused about UEFI /BIOS and MBR (DOS) / GPT partition table theme.
![]()
For GRUB to boot in BIOS/MBR from a GPT disk, one needs simply add an 1MB (unformatted) partition marked as bios_grub - preferable at the beginning of the disk, so BIOS can better find it....

Re: UEFI vs BIOS I give up ( A Rant)
Thanks so much Fehlix. Sorry for the rant. Iam doing other stuff now, will post in a couple of days with some details.fehlix wrote: Mon Jan 06, 2020 8:01 pmHmm.. actually you should have posted this into the help forum under "Setting up a full installed Linux OS onto a thumbdrive capable to boot both UEFI and BIOS mode" ...rs55 wrote: Mon Jan 06, 2020 6:44 pm I have wanted to have a fully installed Linus OS on a thumb drive - not a "live-usb" , but a fully installed OS - like on the hard drive. I have a high end Corsair GTX which has an SSD controller - so looks like a hard drive and is blazing fast.
My own machines are all on Legacy Bios. And I have quite a few.
I wanted to have this usb drive work on a friend's machine - on the off chance I was ever in a position with no laptop of my own. No luck.
As by some coincidence I just setup such a USBstick at the last weekend with having multiple MX Linux (MX -19, MC-18.3 and antiX-19) installed and this stick boot in UEFI mode and BIOS mode.
So as you tried already, please simply tell us where you got stuck... perhaps we might help you to get this running...
![]()
- Eadwine Rose
- Administrator
- Posts: 14700
- Joined: Wed Jul 12, 2006 2:10 am
Re: UEFI vs BIOS I give up ( A Rant)
First off.. are you talking about installing MX or something else?
If it is something else it doesn't belong in this forum and needs moving.
If it is something else it doesn't belong in this forum and needs moving.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030