NixOS Wont even start the live ISO on my PC

Im not able to install or rly for that matter boot the live media for NixOS into my system to install it onto my pc for it keeps getting stuck at the cursor then it stops blinking and reading my usb drive. so thus im unsure of what i need to do in order to boot into my usb drive for NixOS :confused:

tried using dd, tried using ventoy, tried using rufus normally, tried using anything and everything else. but to no avail it hasnt worked at all. so what else do i have left todo then?

have you tried the ā€˜minimalā€™ ISO? Maybe try various versions (current version, unstable, older version)

What is the last thing you see before it goes to the ā€˜blank screen with blinking cursorā€™?

Thereā€™s a known bug in the images where files in the uefi partition are in lower case which some bios/firmware implementations donā€™t like ā€¦ on my one machine that has problems it just returns to the boot device menu, but possibly yours is reacting differently to the same problem?

Is there an open issue for that EFI case sensitivity thing @srd424? Because that sounds like a pretty easy bug to fix.

Also, @CalebOWolf is this system booting legacy BIOS or UEFI? I mean this isnā€™t what I would expect to see in either case, but it might be useful info either way.

Oh, and when you tried dd, did you make sure to either add conv=fsync to the command, or run sync after it was done? Again, this isnā€™t what I would expect to see if that were the problem, but still could be useful.

Finally, have you tried different drives? Sometimes the drive you put the installer on is just busted somehow.

UEFI
i did a dd with rufus just now
i havent done a diff drive yet though i could do that?

I will rollback versions toward 21.xx/22 hell 20 if its stiff refusing

I have no idea if rufus can be expected to work. The simplest thing, and indeed all that NixOS really attempts to guarantee will work, is to just dd the ISO directly onto the drive (again, either with conv=fsync in the command or with a call to sync after itā€™s done)

got it will be trying this if my testing last tme dosent work

anyone here know how to do a manual install for UEFI? without swap? and with a configuration.nix and whatever else i need todo? because im now sick and tired of this just flat out not cooperating i know within the minimal it will be working for what i need it to be doing
with the instance of installing whatever de and wm i want

The NixOS manual has a section on installation that covers both the graphical and manual installation steps: NixOS Manual

1 Like

Iā€™m away from home with lower connectivity then usual, but Iā€™ll try to track down some links. Itā€™s definitely come up here on the forum before.

I think in the end on my machine I ended up either booting an Ubuntu live environment and manually installing, or using netboot.xyz, I forget which worked in the end. I know it was a rather annoying battle :frowning:

Nodnod i just need to figure out simple installation method for minimal that i hope it works because im also away atm too :3

Oh look, I commented on that github thread :stuck_out_tongue: Guess I forgot about that one.

1 Like

Iā€™ve had similar issues with the graphical ISO, caused by missing Nvidia drivers.

Simple installation from the minimal ISO: NixOS Manual
If you make sure to enable the appropriate drivers in the configuration.nix as you perform the installation that will probably work :slightly_smiling_face:

1 Like