Contribute
Register

Boot from usb only

Status
Not open for further replies.
Joined
Mar 22, 2013
Messages
6
Motherboard
HP Probook 4540s
CPU
I5 3210m ivy
Graphics
Radeon / HD 4000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello world, i've got à problem with my bootloader.

When i boot my systèm from the usb bootloader, it spend less than 8 second to boot.
and when i use the bootloader of the harddrive, it boot in two minutes and nothing works (keyboard,trackpad...). Sorry for my english

someone can helps me ?
 
:clap:Thank you obvious answer man

seriously though, I was wondering with a asus hero VII, no gfx card booting with the latest chimera from a multibeast config, Ive tried various ones from folks with the same board, will I need to utilize the seperate efi partition thats a byproduct from the install to boot aside from usb or any ideas, it wont boot elsewise with chimera.
 
Having same issue. Tried running Terminal Fix below with no success..

My main drive is identified as


disk0
To make sure your disk is identified ad “disk0″, fire up the terminal and type in


> diskutil list
If your root drive is marked as “disk0″ then you are all set and ready to being:


First, we have to mount and reformat the EFI partition. For that open a new terminal and type in the commands as is:


> sudo -s
<enter your password>
> newfs_hfs -v EFI /dev/disk0s1
> mkdir /Volumes/EFI
> mount_hfs /dev/disk0s1 /Volumes/EFI
At this point the partition identified by the volume name “EFI” is reformatted and mounted and is ready to be written upon with the boot loader files. We will be using the boot loader which is already installed on the UnibeastUSB.


So, plug in your Unibeast USB drive if it is not already plugged in. Then, open a new terminal window and type in


diskutil list
to identify your EFI partition (it will be under IDENTIFIER). Double check that you are using the correct partition (for me it was disk0s1). Now type the following as is.


> cd /Volumes/UnibeastUSB/usr/standalone/i386
> sudo -s
<enter your password>
> fdisk -f boot0 -u -y /dev/rdisk0
> dd if=boot1h of=/dev/rdisk0s1
> cp boot /Volumes/EFI
Close terminal. Now drag and drop /Extra file from your root drive to the EFI partition. Once copied, make sure to set the new EFI partition as ACTIVE. To do this open a new terminal and type in the following:


> sudo -s
<enter your password>
> fdisk -e /dev/rdisk0
(press) p
(type) f 1
(press) w
(type) y
(type) quit
 
Boot from usb only issue

Having same issue. Tried running Terminal Fix below with no success..

My main drive is identified as


disk0
To make sure your disk is identified ad “disk0″, fire up the terminal and type in


> diskutil list
If your root drive is marked as “disk0″ then you are all set and ready to being:


First, we have to mount and reformat the EFI partition. For that open a new terminal and type in the commands as is:


> sudo -s
<enter your password>
> newfs_hfs -v EFI /dev/disk0s1
> mkdir /Volumes/EFI
> mount_hfs /dev/disk0s1 /Volumes/EFI
At this point the partition identified by the volume name “EFI” is reformatted and mounted and is ready to be written upon with the boot loader files. We will be using the boot loader which is already installed on the UnibeastUSB.


So, plug in your Unibeast USB drive if it is not already plugged in. Then, open a new terminal window and type in


diskutil list
to identify your EFI partition (it will be under IDENTIFIER). Double check that you are using the correct partition (for me it was disk0s1). Now type the following as is.


> cd /Volumes/UnibeastUSB/usr/standalone/i386
> sudo -s
<enter your password>
> fdisk -f boot0 -u -y /dev/rdisk0
> dd if=boot1h of=/dev/rdisk0s1
> cp boot /Volumes/EFI
Close terminal. Now drag and drop /Extra file from your root drive to the EFI partition. Once copied, make sure to set the new EFI partition as ACTIVE. To do this open a new terminal and type in the following:


> sudo -s
<enter your password>
> fdisk -e /dev/rdisk0
(press) p
(type) f 1
(press) w
(type) y
(type) quit


ASUS Maximus vii Hero z97
Intel i7-4770k
32gb Vengeance Ram
EVGA GT610 (For Smooth Animations)
Samsung Evo 512gb
 
Coolest thing, I installed the (by no means endorsing whatsoever) the beta for wins10 on separate HD which allowed me to install all the ROG, informing me that I needed to update the BIOS. Walla, the boot works without the USB, so for some odd reason thats all it needs, is a BIOS update. now I run all 3 oss on one machine flawless. :headbang:
 
Status
Not open for further replies.
Back
Top