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} Trick to boot HDD from USB?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
fafler
Posts: 67
Joined: 2010-09-18 08:41

[Solved} Trick to boot HDD from USB?

#1 Post by fafler »

Hi. I have a Medion Akoya E5000D touch PC, that was born with Windows 8. For some reason, it won't boot any other OS (tried Debian 9.3, Ubuntu 16.04 and Windows 7) from the HDD. It only want's to boot from a USB drive, if it contains a ISO file (dd if=debian.iso of=/dev/usbdisk) and not if the USB drive contains a normal Debian installation with Grub (drive from my ThinkPad in an USB enclosure). No BIOS settings make any difference.

So, is there a trick to make a bootable ISO, I can write to a USB drive, that just loads Grub from the harddrive, or contains the kernel and initrd or something similar?

Thanks.
Last edited by fafler on 2017-12-28 17:55, 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: Trick to boot HDD from USB?

#2 Post by Head_on_a_Stick »

Try this command from a Windows Administrator prompt:

Code: Select all

bcdedit /set {bootmgr} path \EFI\debian\grubx64.efi
See http://forums.debian.net/viewtopic.php?p=661411#p661411

If that doesn't work then perhaps try http://forums.debian.net/viewtopic.php?p=659660#p659660

See also http://forums.debian.net/viewtopic.php?f=30&t=47078
deadbang

fafler
Posts: 67
Joined: 2010-09-18 08:41

Re: Trick to boot HDD from USB?

#3 Post by fafler »

Head_on_a_Stick wrote:Try this command from a Windows Administrator prompt:

Code: Select all

bcdedit /set {bootmgr} path \EFI\debian\grubx64.efi
See http://forums.debian.net/viewtopic.php?p=661411#p661411

If that doesn't work then perhaps try http://forums.debian.net/viewtopic.php?p=659660#p659660

See also http://forums.debian.net/viewtopic.php?f=30&t=47078
Thanks a lot :-) The rEFInd tool worked like a charm.

Post Reply