Jump to content

i'm a freaking linux n00b

Go to solution Solved by mikat,
Just now, waggythegeek said:

just put the ISO on... what else is required of me?

use rufus https://rufus.akeo.ie/

to burn the iso on the usb

So, i'm trying to install Linux mint, and i'm being very unsuccessful. I put the Linux mint ISO, directly from their site, onto a USB, and when I try to boot to it, I get a black screen with a blinking gray cursor. system specs are as follows:

intel core 2 duo e4600

intel dg35ec moterboard

4 gb ddr2

got any ideas?

Just a guy who peaked at building back in the days of the GTX 980. If you see me here, assume i have technical knowledge akin to a committed hobbyist builder back then. If something's changed, you'll need to tell me(nicely plz). I'm probably asking for help with the modern build scene since I have no clue what's going on.

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/
Share on other sites

Link to post
Share on other sites

Did you just put the ISO on USB, or did you make your USB bootable?

CPU: i7 3770K | MB: EVGA Z77 FTW | RAM: HyperX Savage 2400Mhz 16GB | GPU: R9 280X Toxic | Cooler: Scythe Fuma | PSU: CoolerMaster B600

SSD: Crucial MX300 525GB | HDD: Seagate Barracuda 7200.12 500GB - Toshiba DT01ACA300 3TB

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/#findComment-7513008
Share on other sites

Link to post
Share on other sites

2 minutes ago, G27Racer_188 said:

Did you just put the ISO on USB, or did you make your USB bootable?

just put the ISO on... what else is required of me?

Just a guy who peaked at building back in the days of the GTX 980. If you see me here, assume i have technical knowledge akin to a committed hobbyist builder back then. If something's changed, you'll need to tell me(nicely plz). I'm probably asking for help with the modern build scene since I have no clue what's going on.

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/#findComment-7513023
Share on other sites

Link to post
Share on other sites

2 minutes ago, waggythegeek said:

just put the ISO on... what else is required of me?

You need to make bootable USB, not to just put the file on it.

Use rufus to make bootable USB (https://rufus.akeo.ie/)

CPU: i7 3770K | MB: EVGA Z77 FTW | RAM: HyperX Savage 2400Mhz 16GB | GPU: R9 280X Toxic | Cooler: Scythe Fuma | PSU: CoolerMaster B600

SSD: Crucial MX300 525GB | HDD: Seagate Barracuda 7200.12 500GB - Toshiba DT01ACA300 3TB

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/#findComment-7513040
Share on other sites

Link to post
Share on other sites

Just now, waggythegeek said:

just put the ISO on... what else is required of me?

 

You need to make your USB stick bootable. I prefer to do it manually via Command Prompt:

 

Diskpart

list disk 

select disk # (whatever your USB is)

clean (WILL DELETE EVERYTHING ON THE USB)

create partition primary

select partition 1

format fs = fat32 quick

active

assign

 

----

 

After you have completed the above steps you will need to extract your .ISO and drag the files/folders onto the drive.

Quack 🦆

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/#findComment-7513047
Share on other sites

Link to post
Share on other sites

Yeah, the other posters are correct. You need to make the drive into a bootable USB drive.

I use a software called Universal USB Installer, it works off of Windows, and I found it pretty easy to navigate.

Here's a link to the webpage for the download.

 

http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

 

Good luck with Linux Mint! It's a great distro!

Link to comment
https://linustechtips.com/topic/573572-im-a-freaking-linux-n00b/#findComment-7540688
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×