LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-14-2011, 02:14 PM   #1
fumungacheese
LQ Newbie
 
Registered: Jun 2011
Posts: 5

Rep: Reputation: Disabled
Question problem booting from external hard drive "cannot find device"


I've recently installed Zorin onto my external hard drive to use with my laptop. I got everything installed and working good, but I'm having 1 problem. Everytime i got to start up my laptop, whether it's from hibernate or actually starting up, i get this message if my external hard drive is not properly hooked up :

error: no such device: 2c1bd860-2b88-4275-8d3e-a9b5b8cc1697
grub rescue>


then it acts like a command line. i usually have to plug in the ext. hdd. until it's up and running and then turn my lap top off and on numerous times until it goes to the screen where i can choose which OS i want to use.

I THINK i know the problem, which is i have some sort of boot manager installed on the ext.hdd. that needs to be on the laptop's internal hard drive, but i have no idea where i could find it or where I'd move it to even if i did find it.

also my system information is as follows:
windows 7 OS 64 bit
HP pavilion dv5
... i think that's all that really needs to be known. any other questions just ask
 
Old 06-14-2011, 02:26 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by fumungacheese View Post
I THINK i know the problem, which is i have some sort of boot manager installed on the ext.hdd. that needs to be on the laptop's internal hard drive, but i have no idea where i could find it or where I'd move it to even if i did find it.
The problem is vice-versa. You have installed Grub (the bootloader) to your internal disk, not your external. The bootloader tries to load parts from the external drive, which obviously fails if the disk is unplugged.
To correct that you have to first install the bootloader to the external disk and then restore the Windows bootloader.
 
1 members found this post helpful.
Old 06-14-2011, 03:43 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
I think tobisgd is correct but I am not sure why it is doing that.

May be possible to fix grub.

What does command ls show?

Can you use find command?
 
1 members found this post helpful.
Old 06-14-2011, 04:13 PM   #4
fumungacheese
LQ Newbie
 
Registered: Jun 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
tobiSGD: how do i go about doing that?

jefro: yes i found the terminal. and it says this:
jake@jake-HP-Pavilion-dv5-Notebook-PC:~$ ls
Desktop Documents Downloads Music Pictures Public Templates Videos
jake@jake-HP-Pavilion-dv5-Notebook-PC:~$
 
Old 06-14-2011, 04:22 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
First boot into Ubuntu and post the output of
Code:
df
launched in a terminal. This way we can see the naming of your harddisks.
 
1 members found this post helpful.
Old 06-14-2011, 04:49 PM   #6
fumungacheese
LQ Newbie
 
Registered: Jun 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb5 353186900 3800972 331445040 2% /
none 1853136 336 1852800 1% /dev
none 1897444 372 1897072 1% /dev/shm
none 1897444 216 1897228 1% /var/run
none 1897444 0 1897444 0% /var/lock
/dev/sdb2 104855548 91292 104764256 1% /media/other OS
/dev/sdb1 990343672 407427616 582916056 42% /media/Elements
 
Old 06-14-2011, 04:58 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
OK, we see that your external drive is /dev/sdb, so you can install Grub on it with
Code:
sudo grub-install /dev/sdb
After that you have to restore the Windows bootloader. To do that you have to boot from your Windows DVD and go to the recovery-console. Launch the command
Code:
bootrec.exe /fixmbr
and you should be able to boot Windows without plugin in the USB drive.
To choose Ubuntu at startup just plug in the USB device and choose it from the boot-menu after starting the machine. On my HP I get the boot menu with pressing F10 at startup, but this may differ for you.
 
Old 06-14-2011, 05:24 PM   #8
fumungacheese
LQ Newbie
 
Registered: Jun 2011
Posts: 5

Original Poster
Rep: Reputation: Disabled
You are unbelievably amazing! Everything started up good thankyou so much
 
Old 06-14-2011, 05:30 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You're welcome. Have fun with Linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange "CD" partition on external hard drive BCarey Linux - Hardware 4 04-05-2011 05:11 PM
Kilometric syslog and dmesg with a external hard drive WD "My Book Essential" ndarkduck Linux - Hardware 1 06-12-2010 03:06 AM
problem with installing debian onto external hard drive/grub bootloader error "21" mf93 Linux - Software 5 07-22-2009 06:10 PM
External Hard Drive "locked" in Mandriva 2006 VapourTrail Linux - Software 1 03-04-2006 12:53 AM
Hard disk now displaying "not a valid block device" when booting in rescue mode alphasure Linux - Hardware 4 06-05-2003 07:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration