You are not logged in.
I'm on the latest Bunsen install (AMD64) A few notable points:
My University WiFi is incompatible with the installer and I have no ethernet port. So this install is done offline
I have a Dell Inspiron 15-3531 with UEFI boot
I'm overwriting a Debian LXDE that had a Grub install so I know it was possible
Last edited by Head_on_a_Stick (2017-08-27 17:12:34)
Offline
Do you have an NVMe drive?
You will have to use Debian stretch for that and wait for our Helium release.
Or try the experimental version: https://forums.bunsenlabs.org/viewtopic.php?id=3800
Offline
How would someone find that out?
I know BunsenLabs is able to run because I'm using the laptop right now. With a liveboot.
Offline
How would someone find that out?
Please post the output of:
lsblk
Offline
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 512M 0 part
├─sda2 8:2 0 461.4G 0 part
└─sda3 8:3 0 3.9G 0 part
sdb 8:16 1 14.5G 0 disk
└─sdb1 8:17 1 14.5G 0 part /lib/live/mount/medium
loop0 7:0 0 706M 1 loop /lib/live/mount/rootfs/filesystem.squashfs
Offline
^ That's a "no" then
Can we also see
sudo parted --list
Offline
Model: ATA WDC WD5000LPVX-7 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot, esp
2 538MB 496GB 495GB ext4
3 496GB 500GB 4172MB linux-swap(v1)
Model: SanDisk Cruzer Glide (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.5GB 15.5GB primary fat32 boot, lba
Offline
You have a UEFI system but that should be handled by our current ISO image.
Can you please confirm the exact URL from which you downloaded the image?
If not, the full name if the .iso file itself will suffice.
Offline
Perhaps the OP is not booting into UEFI mode?
Last edited by KrunchTime (2017-08-26 23:03:15)
Offline
https://kelaino.bunsenlabs.org/ddl/bl-Deuterium-amd64_20170429.iso
Last edited by DoctorOW (2017-08-26 23:03:21)
Offline
Perhaps the OP is not booting into UEFI mode?
Perhaps.
@OP: what does this say from the live session:
[ -d /sys/firmware/efi ] && echo UEFI || echo Legacy
That command can also be run from the installer if <Ctrl>+<Alt>+F3 is used to switch to a TTY.
Offline
https://kelaino.bunsenlabs.org/ddl/bl-Deuterium-amd64_20170429.iso
That is the correct image.
How exactly did you transfer it to the installation medium?
Please provide the _full_ command(s) used.
Offline
Perhaps the OP is not booting into UEFI mode?
I'm able to boot properly from the flashdrive. It just won't install GRUB.
Offline
DoctorOW wrote:https://kelaino.bunsenlabs.org/ddl/bl-Deuterium-amd64_20170429.iso
That is the correct image.
How exactly did you transfer it to the installation medium?
Please provide the _full_ command(s) used.
I used rufus-2.16.exe on Windows 10
Offline
KrunchTime wrote:Perhaps the OP is not booting into UEFI mode?
I'm able to boot properly from the flashdrive. It just won't install GRUB.
Okay, but if you're not booting into UEFI mode, then maybe that's why GRUB will not install. I'm definitely not a Linux expert, so I'll keep quiet.
Offline
rufus-2.16.exe
Gah! My nemesis!
Please try USBWriter instead:
https://sourceforge.net/projects/usbwriter/
Alternatively, try dd for Windows:
Or perhaps install the Linux Subsystem for Win10 and use the real thing:
https://msdn.microsoft.com/en-gb/comman … tall_guide
Anything but Rufus really...
Offline
What's wrong with Rufus? It's always worked for me. Except, now. I'll try it your way, thanks.
Offline
What's wrong with Rufus?
If I had a pound for every Rufus thread I've posted in then I would be slightly richer than I am now.
Note to self: convert to Euros for post pseudo-payment #politics 8o
Offline
When I used Windows, I usually had good results with UNetbootin, although I think I had issues getting Crunchbang to work with it.
Last edited by KrunchTime (2017-08-26 23:30:53)
Offline
That is an obsolete tool and is known to *not* work with Debian and BunsenLabs images (and those of most other distributions these days), there is even a bug report about it:
Offline