LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-26-2008, 09:54 AM   #1
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Rep: Reputation: 15
Is booting usb disk possible despite old BIOS?


Though fairly new to Linux, I have set up an external drive connected by usb and put Debian Etch on it. But after reading a lot of info I cannot figure out how to boot it, or whether it is even possible to boot it.
First obstacle: the Phoenix 08 BIOS of my Dell Inspiron 8000 laptop has no option for booting usb and apparently cannot be upgraded to do so.
Second obstacle: trying out "Super Grub Disk" inserted in cdrom, it recognizes the internal disk but not the usb disk. The grub command "find
boot/grub/stage1" reports that file on the internal disk but not on the usb disk, even though it is there.
Curiously Partition Magic (which I originally used to partition the internal disk for Windows and Libranet Linux) shows the Etch partitions on the umounted external disk. Shouldn't grub also be able to go there?

Can some kind soul tell me whether what I am trying to do is really possible?

Last edited by hilltownboy; 02-26-2008 at 10:01 AM.
 
Old 02-26-2008, 10:23 AM   #2
weisso5
Member
 
Registered: Oct 2007
Location: New York City
Distribution: Gentoo, FC
Posts: 133

Rep: Reputation: 16
Hello,

1. Is the external drive you have plugged in a USB CD-Rom drive or External HD or External Bootable USB drive?

2. Have you tried hitting the F-key that brings up the boot menu, while the device is plugged in?
 
Old 02-26-2008, 10:26 AM   #3
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
I do have a brand new computer it don,t mention booting from usb.
But I do have the option booting from a remove able drive.
Once a friend off mine came along with a usb drive After rebooting the system knew the usb drive was there.
So booting from usb is possible.
So if you,re computer has the same option it must be possible
 
Old 02-26-2008, 05:35 PM   #4
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Original Poster
Rep: Reputation: 15
Thanks for your comments. 1. The drive connected by usb is actually a 30G Maxtor internal drive inserted in a 2.0 usb enclosure. 2. On my Dell laptop F2 accesses the BIOS, and even with the usb drive connected no provision is available there for booting usb devices, only for floppy, cdrom and internal hard drive. Thus the question is whether some other technique exists that can boot the system that is on the usb hard drive.
 
Old 02-26-2008, 07:30 PM   #5
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
You may be able to use "Smart Boot Manager" I have used it to boot DamnSmallLinux that was installed to a compact flash card that was in a usb card reader. That was using an H-P P3. I used "RAWRITE" in Windows to write SBM to a floppy disk and booted from that. There is also a "sbootmgr.iso" you can burn to disc and boot from that, I burned mine to a mini-CDR for easy portability.

Last edited by Ryptyde; 02-26-2008 at 07:33 PM. Reason: reason to use rawrite.
 
Old 02-27-2008, 05:44 PM   #6
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Original Poster
Rep: Reputation: 15
That's interesting, Ryptyde. I've read in other comments about Smart Boot Manager that it does not handle usb devices. Perhaps there are different versions of it.
In searching SBM I found an eight page discussion of "Boot from USB" in Community Ubuntu Documentation indicates that grub will do the job in some cases but not in others. If not, apparently one can create a minimal linux kernel on a CD that the BIOS will recognize, which in turn will boot the system on the usb hard drive. But it seems complex and one might have to take a computer science course to grasp it all.
 
Old 02-27-2008, 07:40 PM   #7
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 23 Fedora 22
Posts: 244

Rep: Reputation: 39
Quote:
Originally Posted by hilltownboy View Post
That's interesting, Ryptyde. I've read in other comments about Smart Boot Manager that it does not handle usb devices. Perhaps there are different versions of it.
In searching SBM I found an eight page discussion of "Boot from USB" in Community Ubuntu Documentation indicates that grub will do the job in some cases but not in others. If not, apparently one can create a minimal linux kernel on a CD that the BIOS will recognize, which in turn will boot the system on the usb hard drive. But it seems complex and one might have to take a computer science course to grasp it all.

You are right I confused SBM with a floppy image from the DamnSmallLinux site used to boot usb devices that DSL was installed to. Sorry!
 
Old 02-27-2008, 07:57 PM   #8
wildar
Member
 
Registered: Jan 2007
Distribution: Mandriva 2008, Mandrake 2005, Ubuntu 8.04.1
Posts: 239

Rep: Reputation: 30
Don't Dell's have boot menu that can be activate with F12 or some other key during POST?

Quote:
Originally Posted by hilltownboy View Post
Thanks for your comments. 1. The drive connected by usb is actually a 30G Maxtor internal drive inserted in a 2.0 usb enclosure. 2. On my Dell laptop F2 accesses the BIOS, and even with the usb drive connected no provision is available there for booting usb devices, only for floppy, cdrom and internal hard drive. Thus the question is whether some other technique exists that can boot the system that is on the usb hard drive.
 
Old 02-27-2008, 08:53 PM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
The USB drive may show up as a regular drive in the BIOSes boot preferences menu.

If you are in the grub shell, does it see the external drive.

Last edited by jschiwal; 03-01-2008 at 11:15 PM. Reason: Fixed typo
 
Old 02-28-2008, 09:26 AM   #10
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Original Poster
Rep: Reputation: 15
Older Dell BIOS do not activate USB (at one point Dell used Phoenix BIOS, then switched to their own). My BIOS has no hard drive option other than the internal drive. The grub shell on the Super Grub Disk does not see my external drive. But your comments on Damn Small Linux indicate that there is a method to boot a USB system despite the inadequacy of an older BIOS.
 
Old 02-28-2008, 09:41 AM   #11
weisso5
Member
 
Registered: Oct 2007
Location: New York City
Distribution: Gentoo, FC
Posts: 133

Rep: Reputation: 16
I am a bit confused, Doesn't the Dell Inspiron 8000 come with a built in 8x DVD-ROM Drive or CD-RW drive?


If that is the case, why not just use a Live DVD or CD to boot into Debian?
http://www.debian.org/distrib/


-weisso
 
Old 02-29-2008, 09:49 AM   #12
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Original Poster
Rep: Reputation: 15
Yes, weisso5, you are correct: my Dell Inspiron 8000 has a CD-RW. But relatively inexperienced, I am the confused one, not you. I'm still researching how to create a disk that will activate the kernel that is on the usb external hard drive (in effect getting around the problem that the old BIOS will not boot it directly).
 
Old 02-29-2008, 10:26 AM   #13
weisso5
Member
 
Registered: Oct 2007
Location: New York City
Distribution: Gentoo, FC
Posts: 133

Rep: Reputation: 16
You are unable to boot from a live CD?
 
Old 03-04-2008, 10:26 AM   #14
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Original Poster
Rep: Reputation: 15
I created a simple grub booter floppy and had the same result as with the Super Grub Disk: no recognition of the usb drive, only of the internal drive (hd0). Says (hd1) or (hd2) do not exist.
 
Old 03-04-2008, 10:47 AM   #15
weisso5
Member
 
Registered: Oct 2007
Location: New York City
Distribution: Gentoo, FC
Posts: 133

Rep: Reputation: 16
Quote:
Originally Posted by weisso5 View Post
You are unable to boot from a live CD?

Please try this very simple test before we work with a more complex situation.

1. Download this small Debian Live CD iso:
http://cdimage.debian.org/debian-cd/...86-netinst.iso

2. Burn to a Blank CD, Make sure to finalize disc.

3. Place live CD in Drive, and attempt to Boot off CD.

4. Follow the Debian installation guide:
http://www.debian.org/releases/stable/i386/

5. Enjoy 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
booting from usb hard disk without bios support moulavi Linux - Software 2 12-14-2007 09:44 PM
Booting from USB when BIOS does not recognise USB devices zani Linux - General 8 08-21-2007 01:58 PM
Boot from USB stick if no booting USB in Bios 1kyle SUSE / openSUSE 1 03-26-2007 12:24 AM
Booting linux from USB when BIOS cannot boot from USB zani Linux - Laptop and Netbook 0 08-08-2006 01:47 AM
booting slackware from an usb disk? Kayaker Slackware 2 04-18-2003 09:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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