Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Can't boot to installer

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Dannyps
Posts: 3
Joined: 2015-07-05 22:25

[SOLVED] Can't boot to installer

#1 Post by Dannyps »

I've installed Ubuntu lots of times on my UEFI computer without any troubles. The last few days, I've been trying to install Debian Jessie on my computer. I do the steps bellow:

- Download the corresponding iso (amd64).
- Create a UEFI bootable USB drive with Rufus.
- With Safe boot, Fast boot and CSM disabled, I boot to the USB drive.

I expect to see something like this:
Image

But what I get is this:
Image


I'm using an Asus PC. GL550JK.
The UEFI version is 205 (from Asus Support website).

Things I've tried:
==================
- Booting with CSM on => Same behaviour. It's not my intention to install debian with CSM on, though.
- Using Wheezy instead of Jessi => Same behaviour.

--------------------------------------------------------------------------

Any thoughts? What else can I try? Do you need more info about anything?

Thanks in advance :)
Last edited by Dannyps on 2016-02-03 23:32, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't boot to installer

#2 Post by Head_on_a_Stick »

Dannyps wrote:- Create a UEFI bootable USB drive with Rufus.
If you only have Windows, use USBWriter instead.
http://sourceforge.net/p/usbwriter/wiki/

If you still have Ubuntu, use:

Code: Select all

# cp debian.iso /dev/sdX
# sync
https://www.debian.org/releases/stable/ ... -isohybrid

Replace "debian.iso" with the full name of the ISO image and replace "X" with the drive letter assigned to your USB stick (plug the stick & run `dmesg|tail` or `lsblk` to find this).
deadbang

Dannyps
Posts: 3
Joined: 2015-07-05 22:25

Re: Can't boot to installer

#3 Post by Dannyps »

Thanks. Using USBWriter worked. I don't understand why, though... Do you have any possible explanation?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't boot to installer

#4 Post by Head_on_a_Stick »

I think Rufus attempts to modify the MBR and the Debian ISO uses a GUID partition table so this messes it up...
deadbang

Dannyps
Posts: 3
Joined: 2015-07-05 22:25

Re: Can't boot to installer

#5 Post by Dannyps »

Ok, thank you again.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Can't boot to installer

#6 Post by Head_on_a_Stick »

You're welcome :)

Please add "[SOLVED]" to the thread title for the benefit of others.
deadbang

Post Reply