this post was submitted on 14 Aug 2023
12 points (87.5% liked)

Linux

47323 readers
1003 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Tried just plugging it in and it was treated like a normal USB

top 20 comments
sorted by: hot top controversial new old
[–] 20gramsWrench@lemmy.dbzer0.com 7 points 1 year ago* (last edited 1 year ago) (2 children)

turn off your computer, plug in the key, press the power button to turn it on, then immediately and repeatedly press your boot menu key, it's probably of the f keys above the numbers on your keyboard, if you have an hp laptop it's going to be f9 otherwise it's often f12 but that can be any other one, try googling it, then you will have a menu appear which lets your select "usb something whatev" select it and press enter, if that doesn work, you'll have to learn all about configuring your bios to run linux

[–] rikudou@lemmings.world 4 points 1 year ago (3 children)

From my experience: F2, F8, F9, F10, F12, Delete.

[–] 20gramsWrench@lemmy.dbzer0.com 5 points 1 year ago (1 children)

I always wondered why none of them could agree on which f key does what, especially when they all already agree that ctrl-alt-del restart the computer

[–] cmnybo@discuss.tchncs.de 1 points 1 year ago

Ctrl-alt-del was part of the IBM PC BIOS, which everyone cloned. There was no boot menu or configuration interface back then.

[–] PerogiBoi@lemmy.ca 2 points 1 year ago

My asrock mobo takes an F9 for bios and F11 for boot menu

[–] sleepybisexual@beehaw.org 0 points 1 year ago (1 children)

My problem is that secure boot blocks it. Ventoy plugson says "secure boot support enable"

[–] Sentau@lemmy.one 1 points 1 year ago

Go to the BIOS/UEFI settings and disable secure boot

[–] sleepybisexual@beehaw.org 1 points 1 year ago (2 children)

Its not booting because of secure boot. How do I let it work in secure boot. I am using ventoy

[–] 20gramsWrench@lemmy.dbzer0.com 4 points 1 year ago (1 children)

alright that's good, that means it's seeing the key as bootable, you need to enter the bios config, same procedure, but it's another f key, then you will find an option that's called secure boot and you can change it from "enabled" to "disabled", on some bios, you first need to erased the stored secure boot key first

[–] sleepybisexual@beehaw.org 0 points 1 year ago (2 children)

I'm sorry but I don't get what you mean. If I disable secure boot does my device get reset?

[–] 20gramsWrench@lemmy.dbzer0.com 4 points 1 year ago (1 children)

it shouldn't reset your device, secure boot is only there to prevent someone from doing exactly what you're trying to do, booting another os on the computer, that said, if you're going to mess around with a linux installer without full knowledge of what you are doing you should absolutely back up your entire drive first, the easiest method being phisically removing the hard drive and putting another one in

[–] sleepybisexual@beehaw.org 1 points 1 year ago

How do I disable secure boot? Or at elast get my USB to run

[–] shadeless@discuss.tchncs.de 2 points 1 year ago

You dont need to disable secure boot, you just need to enroll the ventoy keys: https://www.ventoy.net/en/doc_secure.html

[–] Sentau@lemmy.one 1 points 1 year ago

Also maybe try to search for a video on how to create and boot using a live session. People here are giving wonderful advice on how to do it but seeing it done visually will be the easiest way to understand it

[–] doomkernel@sopuli.xyz 1 points 1 year ago (1 children)

You have to change the boot order in the BIOS, and make it load first

[–] sleepybisexual@beehaw.org 0 points 1 year ago

How do I change order?

[–] TheButtonJustSpins@infosec.pub 1 points 1 year ago* (last edited 1 year ago)

You need to use something like Rufus to turn the ISO into bootable media on your USB. (This will overwrite the entire USB drive.)

Then you need to restart your computer, hit whichever button it tells you to hit to select your boot media, then choose the USB.

[–] SaveComengs@lemmy.federa.net 1 points 1 year ago

turn the pc off, plug the USB in, turn the pc on.

if that doesn't work, look up how to enter your specific laptop's BIOS settings. There, you should find the boot order menu to switch to booting from that usb.

[–] krnl386@lemmy.ca 1 points 1 year ago

this might help with secureboot. By the way, Googling your problem concisely (e.g. ventoy secureboot acer laptop) can help find solutions, or at least give you ideas to try before asking here.