LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-13-2009, 05:28 AM   #1
zenofronia
Member
 
Registered: Nov 2009
Posts: 33

Rep: Reputation: 0
How can i boot from an external USB DVD drive?


Box = IBM ThinkCenter, 3.0Gb CPU, 1Gb RAM, with CD drive.
Today i added an external USB DVD drive. I am unable to select this as first Boot option in the setup. When I put the DVD I burned of a SuSE 11.2 LiveCD in the internal CD drive it lists the contents but when I try to boot from it, the HD boots instead.

I thought of adding the DVD USB drive to the fstab list. Would this work?

Thanks,

Zenofronia (Geoffrey)
 
Old 12-13-2009, 06:14 AM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 471Reputation: 471Reputation: 471Reputation: 471Reputation: 471
Um
you can try Plop bootmanager
thats what I use...

its here-
http://www.plop.at/en/bootmanager.html

the thing you want is called plpbt.bin or plpbt
it doesnt install or anything, just boots stuff

plpbtin, plpbtin.img, etc install to MBR

you can use the one I use which is plpbt
I made a floppy out of plpbt.img(floppy) and then skanked
the executable as sometimes plpbt.bin doesnt work as good?

anyway, if you want mine> Link > plpbt

and heres grub menu.lst entry for it

Code:
title Plop bootmanager
root (hd0,0)
kernel /boot/plpbt
thats assuming its on partition 1 (hd0,0)

it works good on my 3 computers, 2 of which have no BIOS support
for usb boot at all
 
Old 12-13-2009, 10:24 AM   #3
zenofronia
Member
 
Registered: Nov 2009
Posts: 33

Original Poster
Rep: Reputation: 0
Wink Reply to reply re: booting from USB DRV drive.

[QUOTE=linus72;3789587]Um
you can try Plop bootmanager
thats what I use...

its here-
http://www.plop.at/en/bootmanager.html

the thing you want is called plpbt.bin or plpbt
it doesnt install or anything, just boots stuff

plpbtin, plpbtin.img, etc install to MBR

you can use the one I use which is plpbt
I made a floppy out of plpbt.img(floppy) and then skanked
the executable as sometimes plpbt.bin doesnt work as good?

anyway, if you want mine> Link > plpbt

and heres grub menu.lst entry for it

Code:
title Plop bootmanager
root (hd0,0)
kernel /boot/plpbt
thats assuming its on partition 1 (hd0,0)

it works good on my 3 computers, 2 of which have no BIOS support
for usb boot at all


Thank you very much for your suggestion. I already have Ubu9.04 on part 1&2. Will this fix work with that config? I'm reading the doc at the site but if you can give a succinct answer, it would be appreciated. There's a reason I posted in the newbie forum.

Zenofronia
 
Old 12-13-2009, 10:32 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 471Reputation: 471Reputation: 471Reputation: 471Reputation: 471
OH
uh that entry will work for grub old grub 9.04 grub
for 9.10 grub.cfg it would be

menuentry "Plop bootmanager" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 9a3a9fca-1add-4643-8312-a6c3e306f79a
linux16 /boot/plpbt
}

you would have to adjust set root=(hd0,1)
and the UUID --set ?????
 
Old 12-13-2009, 01:16 PM   #5
zenofronia
Member
 
Registered: Nov 2009
Posts: 33

Original Poster
Rep: Reputation: 0
Boot external retux:

Quote:
Originally Posted by linus72 View Post
OH
uh that entry will work for grub old grub 9.04 grub
for 9.10 grub.cfg it would be

menuentry "Plop bootmanager" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set 9a3a9fca-1add-4643-8312-a6c3e306f79a
linux16 /boot/plpbt
}

you would have to adjust set root=(hd0,1)
and the UUID --set ?????

===================================================================
Once again, thank you for answering, and so swiftly. But. I saw this on the plbt site:

>>Warning Linux users: Install LILO or GRUB to the boot sector of your >>Linux instead of the Master Boot Record (MBR). The PLoP Boot Manager is >>not a Linux loader and cannot start Linux without LILO, GRUB, Syslinux >>and similar!

...and it puzzled me how i could boot a LiveCD without installing plbt in my first partition or MBR which i would be loath to do. So?

Hopefully not tediously,

zeno
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to boot Dell Inspiron 5150 using an external USB DVD drive wdli Linux - Laptop and Netbook 7 08-19-2012 09:58 PM
Can not boot from a cd using external usb dvd drive linuxlover.chaitanya Linux - Newbie 1 04-12-2008 02:07 AM
Compatible external USB DVD-RW drive vital_101 Ubuntu 1 02-01-2007 04:53 PM
DVD iso boot from USB External drive zbomb33 Fedora 2 07-07-2005 09:57 PM
Laptop DVD drive has died, will linux boot from an external drive? Stevetgn Linux - Newbie 2 05-14-2005 05:18 PM

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

All times are GMT -5. The time now is 07:02 PM.

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