LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-15-2013, 01:28 PM   #1
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Rep: Reputation: Disabled
Smile Dual booting with a laptop and external hard drive.


I have an old 200GB LaCie external hard drive, There's nothing wrong with it other than it collects dust. It seemed a good idea to use it as part of a dual boot system with my Fujitsu Siemens AMILO li 3710 laptop that has Linux Mint Debian Edition (32bit) with the Cinnamon desktop, (very nice it is too) installed on it. I had decided that openSUSE 12.3 KDE was the ideal candidate as it adds a nice variety. I used GParted live to make a partition table: 512MiB /boot, 8GB swap, 20GB /(root) and the rest as /home. That was easy enough. I then booted up open SUSE using a Live USB thumb drive and proceeded with installation. All was smooth until I got to mounting the partitions I made earlier. I had to first unmount the partitions for LMDE before I could apply mount points for openSUSE. I thought that this was a little odd, a bit of a chicken and the egg scenario but what the heck, I'll go with the flow. I got the partitions mounted and formated to Ext4 and hit install. It was that Rubicon moment. The LaCie kicked in and the installation went as expected. When asked where to load the Grub boot loader, I loaded it to the 512MiB boot sector of the LaCie I created instead of the MBR. When I rebooted the system, the laptop went straight to boot loader recovery. I'd expected something like this to happen, I thought I'd recover it using a live CD/DVD. Unfortunately this didn't work because the /(root) partition was not mounted. The chicken and egg scenario. I then thought I'd reinstall LMDE over the existing data without the LaCie attached to restore the mount points, That sort of worked but unfortunately I didn't understand the long chain of letters and numbers that were attached to each of the partitions. My very limited knowledge of the command line now failed me. Anyway I threw my toys out of the pram and decided the best course of action was to nuke the hard drive, reinstall and then restore the backup I had made the previous evening. It may not have been the most elegant solution to that part of the problem but it worked a charm and saved a huge amount of time struggling with a more conventional solution. I got all my data back for LMDE and the boot loader was working. The problem I'm left with is, I have a LaCie that according to GParted, has an installation on it I can't access. Also, I can see the drives in my home menu in Mint. All the data is there and in the partitions I allocated. If I try to boot up the system with the LaCie attached, I don't get anything other than a blinking curser; that's it. We already know that the computer will boot from USB because I installed openSUSE from a live USB stick. So that's not the problem. Reboot without the the LaCie and the laptop starts and boots normally. Can any of you good people help me get the laptop and the LaCie working together. If I give up now, I'd just feel I've used up a lot of time and effort and learned next to nothing in the process. Please bear in mind I'm very new to this, so please keep explanations and directions as simple as possible Thanks!!

Last edited by AndyInMokum; 06-15-2013 at 02:34 PM.
 
Old 06-15-2013, 05:15 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
It you deliberately make you post(s) hard to read, people won't bother. Remember it's you that's asking for help.

Boot the Mint system and plug in the Lacie, then go here, and download the script. It's actually a tar.gz these days, so run this command before the "sudo ..." step in the instructions.
Code:
 tar -xvzf bootinfoscript-061.tar.gz
Post the RESULTS.txt.
 
1 members found this post helpful.
Old 06-15-2013, 05:53 PM   #3
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
It you deliberately make you post(s) hard to read, people won't bother. Remember it's you that's asking for help.

Boot the Mint system and plug in the Lacie, then go here, and download the script. It's actually a tar.gz these days, so run this command before the "sudo ..." step in the instructions.
Code:
 tar -xvzf bootinfoscript-061.tar.gz
Post the RESULTS.txt.
Thanks for getting back to me so quickly, I much appreciate it. I extracted the file as per instructions and opened it in the terminal. This is what I got.

andyinmokum@debimint-li-3710 ~ $ sudo ~/Downloads/bootinfoscript
[sudo] password for andyinmokum:
sudo: /home/andyinmokum/Downloads/bootinfoscript: command not found
andyinmokum@debimint-li-3710 ~ $

I have a feeling that this is not what you are looking for. I've run it a few times and the result is same every time. I hope this helps. Thanks again.
 
Old 06-15-2013, 06:00 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Ok, let's see what actually there.
Code:
ls ~/Downloads/boo*
 
Old 06-15-2013, 06:04 PM   #5
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Ok, let's see what actually there.
Code:
ls ~/Downloads/boo*
Sorry for sounding stupid but do I enter this into the terminal?
 
Old 06-15-2013, 06:09 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Yes - I'm thinking the extract didn't work because you weren't in the Downloads directory.
 
Old 06-15-2013, 06:10 PM   #7
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Ok, let's see what actually there.
Code:
ls ~/Downloads/boo*
Sorry for sounding stupid but do I enter this into the terminal?

Here are some screen shots of the partition folders on the LaCie.
Attached Thumbnails
Click image for larger version

Name:	38.png
Views:	23
Size:	119.3 KB
ID:	12725   Click image for larger version

Name:	51.png
Views:	23
Size:	101.4 KB
ID:	12726   Click image for larger version

Name:	04.png
Views:	27
Size:	133.5 KB
ID:	12727  
 
Old 06-15-2013, 06:12 PM   #8
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Yes - I'm thinking the extract didn't work because you weren't in the Downloads directory.
Okay this is what I got:

andyinmokum@debimint-li-3710 ~ $ sudo ls ~/Downloads/boo*
[sudo] password for andyinmokum:
ls: cannot access /home/andyinmokum/Downloads/boo*: No such file or directory
andyinmokum@debimint-li-3710 ~ $
 
Old 06-15-2013, 06:32 PM   #9
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
O.k. let's find where they went (from a terminal again)
Code:
find ~/ -iname boot*
 
Old 06-15-2013, 06:35 PM   #10
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
O.k. let's find where they went (from a terminal again)
Code:
find ~/ -iname boot*
This what it returned:

andyinmokum@debimint-li-3710 ~ $ sudo find ~/ -iname boot*
/home/andyinmokum/Documents/Boot Info Script
/home/andyinmokum/Documents/Boot Info Script/bootinfoscript-061.tar.gz
/home/andyinmokum/Documents/Boot Info Script/bootinfoscript
andyinmokum@debimint-li-3710 ~ $

Hi syg00, it is getting late here in Amsterdam. I need to get some sleep. Many thanks for your help so far. May we pick it up again when my eyes are not falling out of my head? I hope the problem can be resolved. I wish you a good night.

Last edited by AndyInMokum; 06-15-2013 at 07:08 PM.
 
Old 06-15-2013, 07:16 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
If you're able to boot LMDE try while booted in LMDE run
Quote:
sudo update-grub
 
Old 06-15-2013, 08:24 PM   #12
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Explains why it ain't working (different location) - try it as
Code:
sudo ~/Documents/Boot Info Script/bootinfoscript
@EDDY1 suggestion might be a quick solution, but run the script anyway so we can see the entire boot environment.
Quote:
it is getting late here in Amsterdam
- I just had to go out for the dogs morning walk ... such is world-wide support ...

Last edited by syg00; 06-15-2013 at 08:27 PM.
 
Old 06-15-2013, 11:54 PM   #13
AndyInMokum
Member
 
Registered: Jun 2013
Location: Amsterdam, The Netherlands
Distribution: Peppermint Six 32-bit & 64-bi
Posts: 53

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Explains why it ain't working (different location) - try it as
Code:
sudo ~/Documents/Boot Info Script/bootinfoscript
@EDDY1 suggestion might be a quick solution, but run the script anyway so we can see the entire boot environment. - I just had to go out for the dogs morning walk ... such is world-wide support ...
Good morning or Goedemorgen. Now I feel suitable refreshed and I'm armed with a big pot of coffee. I ran the script suggested by EDDY1 and the one you suggested. This was the result:

andyinmokum@debimint-li-3710 ~ $ sudo update-grub
[sudo] password for andyinmokum:
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-4-686-pae
Found initrd image: /boot/initrd.img-3.2.0-4-686-pae
Found linux image: /boot/vmlinuz-3.2.0-4-486
Found initrd image: /boot/initrd.img-3.2.0-4-486
Found openSUSE 12.3 (i586) on /dev/sdb5
done
andyinmokum@debimint-li-3710 ~ $ sudo ~/Documents/Boot Info Script/bootinfoscript
sudo: /home/andyinmokum/Documents/Boot: command not found
andyinmokum@debimint-li-3710 ~ $

I going to reboot the system and see what happens.

....okay that has been done with the LaCie attached. The result was a blank screen with the cursor blinking in the top left hand corner. Rebooted without the LaCie attached and Mint's boot loader screen appeared as expected.

Last edited by AndyInMokum; 06-16-2013 at 12:07 AM. Reason: Report following a reboot.
 
Old 06-16-2013, 12:43 AM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
the bootinfo sript is great for diagnosing problems but seeing that it's a new installation, I would just remove the partitions that were created with gparted on failed install & let Opensuse do the partitioning, but not install a bootloader. Then I would just run sudo update-grub from LMDE & reboot.
 
Old 06-16-2013, 12:44 AM   #15
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Do this from a terminal
Code:
cd Documents/Boot
then hit the <Tab> key. The shell should complete the directory name. If nothing happens, try hitting the <Tab> key twice in quick succession.
Then try
Code:
./bootinfoscript

Last edited by syg00; 06-16-2013 at 12:45 AM. Reason: Removed "Hmmm"- not directed at EDDY1
 
  


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
Booting Linux on an external USB hard drive (not a memory stick, a hard drive) comcastuser Linux - Hardware 4 01-13-2010 06:59 PM
Booting from external hard drive Domy Linux - Newbie 5 10-05-2009 09:21 AM
Booting from an external Hard Drive, GRUB. Mavric Fedora 1 10-25-2008 04:55 PM
Clone a dual booting IDE hard drive to a SATA hard drive namida12 Linux - Distributions 1 07-14-2008 10:01 AM
booting linux on a external hard drive servo Linux - General 5 04-15-2004 05:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:59 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