You are not logged in.

#21 2017-03-29 19:45:36

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Dual boot - UEFI Windows system

cyrf0006 wrote:

I thought it was UEFI capable?

The installer can only install a UEFI system if it is booted in UEFI mode.

Our UEFI capable ISO image is here:

https://drive.google.com/file/d/0B7BNzo … sp=sharing

You will only be able to install a UEFI system if you can manage to get that ISO booted with UEFI mode enabled.

I have had success booting that image on two different UEFI laptops, the image has worked for others as well.

Offline

#22 2017-03-29 19:58:46

cyrf0006
Member
Registered: 2016-02-05
Posts: 47

Re: [SOLVED] Dual boot - UEFI Windows system

Ah!
Thanks for your help. I'll give a try (soon).

Offline

#23 2017-03-29 20:03:51

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Dual boot - UEFI Windows system

cyrf0006 wrote:

....
But I re-installed my linux partition with Deuterium specially because I thought it was UEFI capable?
....

Deuterium is a point release of Hydrogen, based on Stable/jessie. The UEFI build is based on Testing/stretch, and is for testing purposes for the next release - Helium (Stable/stretch).
BunsenLabs "Deuterium" point release

NB You have a typo: I assume it should be "stretch_build"?

if=live-image-amd64-170211-strech_build.hydrid.iso

Last edited by damo (2017-03-29 20:06:18)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#24 2017-03-29 20:17:03

cyrf0006
Member
Registered: 2016-02-05
Posts: 47

Re: [SOLVED] Dual boot - UEFI Windows system

damo wrote:

Deuterium is a point release of Hydrogen, based on Stable/jessie. The UEFI build is based on Testing/stretch, and is for testing purposes for the next release - Helium (Stable/stretch).
BunsenLabs "Deuterium" point release

Yes, but for for what I understood it is my only solution (a part converting Hydrogen to UEFI mode or switching to another linux distro). I can't wait for Helium (I like you naming convention by the way!).

And typo corrected.

Offline

#25 2017-03-29 20:20:35

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Dual boot - UEFI Windows system

cyrf0006 wrote:

... (I like you naming convention by the way!).
....

Well, that is what Professor Honeydew Bunsen has specified!


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#26 2017-03-29 21:41:00

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] Dual boot - UEFI Windows system

damo wrote:
cyrf0006 wrote:

... (I like you naming convention by the way!).
....

Well, that is what Professor Honeydew Bunsen has specified!

Don't you mean Doctor Honeydew Bunsen??    big_smile


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#27 2017-03-29 21:59:43

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Dual boot - UEFI Windows system

^ Or even "Dr Bunsen Honeydew"  8o


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#28 2017-04-01 15:01:15

cyrf0006
Member
Registered: 2016-02-05
Posts: 47

Re: [SOLVED] Dual boot - UEFI Windows system

Head_on_a_Stick wrote:

You will only be able to install a UEFI system if you can manage to get that ISO booted with UEFI mode enabled.

Still not detected. This time I booted in UEFI mode, secure boot disabled on my flash disk. While in the installation menu:

$ ls /sys/firmware/
 acpi  dmi  memmap

 
(no presence of EFI system)

I installed anyway, but now I cannot boot the linux partition while re-booting in UEFI mode (works in Legacy mode).

Last edited by cyrf0006 (2017-04-01 15:02:32)

Offline

#29 2017-04-01 15:14:14

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Dual boot - UEFI Windows system

cyrf0006 wrote:

(no presence of EFI system)

Hmmm...

From the BunsenLabs system and with the USB stick containing the ISO image plugged in, what is the output of:

sudo parted --list

If you cannot boot the UEFI-capable ISO image then your UEFI firmware is probably defective and does not boot $ESP/EFI/BOOT/BOOT{X64,IA32}.EFI automatically, as it should.

Can you boot a Fedora ISO image in UEFI mode?

https://getfedora.org/en/workstation/

Your only alternative is to convert your non-UEFI system, as I have mentioned (and provided links for) several times already in this thread...

Offline

#30 2017-04-01 15:36:01

cyrf0006
Member
Registered: 2016-02-05
Posts: 47

Re: [SOLVED] Dual boot - UEFI Windows system

Ok, maybe something here (problem with /dev/sdb):

$ sudo parted --list
Model: ATA INTEL SSDSCKKF25 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system     Name                          Flags
 1      1049kB  109GB  109GB                   Basic data partition          msftdata
 2      109GB   109GB  262MB   ntfs                                          hidden, diag
 5      109GB   109GB  1049kB                                                bios_grub
 6      109GB   250GB  141GB   ext4
 7      250GB   256GB  5988MB  linux-swap(v1)
 3      256GB   256GB  180MB   fat32           EFI system partition          boot, esp
 4      256GB   256GB  134MB                   Microsoft reserved partition  msftres


Error: Invalid partition table - recursive partition on /dev/sdb.
Ignore/Cancel?     

Offline

#31 2017-04-01 15:40:02

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Dual boot - UEFI Windows system

^ Yup, looks like the table is corrupted, that may explain things.

Try:

sudo apt install gdisk
sudo sgdisk --zap-all /dev/sdb

This should clear all traces of the partition table(s), check by running `parted --list` again — if the table is clear then you should be able to transfer the image properly as per https://www.debian.org/CD/faq/#write-usb

Offline

#32 2017-04-03 17:17:14

cyrf0006
Member
Registered: 2016-02-05
Posts: 47

Re: [SOLVED] Dual boot - UEFI Windows system

After all, that was the problem... Corrupted USB stick!

This time during the installation, I had the option to boot on "UEFI usb stick", which was not present before (only boot Legacy USB was available). There are other small details to tweak, but I will ask in another post.

Maybe one last thing of interest: If you have BitLocker activated, be prepared to have you key in hand, otherwise you won't be able to boot Windows (key will be asked).

Many thanks!

Offline

Board footer

Powered by FluxBB