Okay, it seems my system is incapable of booting off of a USB stick. Neither the Ventoy stick, nor a USB stick made with dd works. Boot order is “Removable Device” “DVD” “HDD”.
What happens is a BEEP from the system (this is the normal reboot BEEP, always heard) then it sits there going through the boot options (I assume, it doesn’t say), after a while it reads the boot information off the HDD and continues to the normal system and the login screen, the system currently installed on the HDD.
Is there something else one needs to watch out for in the Bios to make it work, other than the boot order, I mean?
I have booted off a USB stick on an even older machine (the one I ran LinuxMint on, before 2021), that machine is probably from 2005 or maybe earlier, so one would assume that a machine from 2014 should be able to boot from USB with no problem.
The drives are as follows:
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 300M 0 part /boot/efi
├─sda2 8:2 0 922,4G 0 part /
└─sda3 8:3 0 8,8G 0 part [SWAP]
sdb 8:16 1 0B 0 disk
sdc 8:32 1 14,4G 0 disk
├─sdc1 8:33 1 5,3G 0 part
└─sdc2 8:34 1 4M 0 part
sr0 11:0 1 1024M 0 rom
I think my only option is to make a bootable DVD. Is there a slimmed ISO one can use that will fit on a 4.4 GB DVDr?
I have booted off a DVD before, this is how the system I use now was first installed. I chose to use a DVD since making a USB stick with dd takes about 1.5 hours:
sudo dd if=manjaro-kde-25.1-pre2-251215-linux618.iso of=/dev/sdb
Thanks in advance for any suggestions regarding the USB issue.