LinuxQuestions.org
Visit Jeremy's Blog.
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 06-03-2020, 06:33 AM   #1
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Rep: Reputation: 30
Boot from usb


Hi
Env : Pc Asrock Mother board ,floppy disk drive ,TSST SHS223C dvd rom
Prb : Bios does not support boot from this (damned) DVD rom
and does not support boot from usb
to bypass i have to open pc and connet another dvd drive
seraching internet i find this program
plob 5.0.15 ...
i create an floppy image and i boot from floppy succesfully
but when i select usb device it hungs (tried also alt-u)
it seems ehci driver loaded with plop does not function
looking in the plop site,many users had the same problems
Is there an OPEN SOURCE program doing the same function ?
thanks in advance for the support
Maurizio
 
Old 06-03-2020, 06:41 AM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You haven't actually stated your purpose or end goal or what you have to work with. If you happened to have a Linux OS with Grub/Grub2 installed on this computer, you could boot the USB from an entry in the Grub menu on the internal drive, if you have Grub??
 
Old 06-03-2020, 07:16 AM   #3
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
Explaining

Hi
Forgive ..English is not my mother tongue
bios does not support booting from usb
i need to boot from usb...
the pc dual boot winxp & debian 9.9
boot manager is grub
 
Old 06-03-2020, 07:28 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
so insert your usb drive, boot your debian and update your grub (to identify the OS on the usb drive)
Next time you will be able to select that from grub menu.
 
Old 06-03-2020, 09:49 AM   #5
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
GRUB

Hi
Thanks for the answers
i have not experience with GRUB ..in the past (some years ago...) i was using LILO and it uses the lilo.conf
(very easy to understand ,if i remember well it points to vmlinuz)
i installed grub GUI
the target is to load gparted-live to perform backups
gparted-live uses itself a grub loader...
i will check files on the usb pen,and study how to make a new entry to grub then i will provide feedback
 
Old 06-03-2020, 10:32 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
there is a tool update_grub2, probably that will work for you
 
Old 06-03-2020, 11:13 AM   #7
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
boot Debian, insert usb and mount(not sure if this is necessary) open a terminal, as root run update-grub
 
Old 06-03-2020, 11:20 AM   #8
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
Sorry...i need help

Hi ...im using debian 9.9
this distro uses "grub customizer" as GUI front end to grub
i look at gparted-live usb created it stores vmlinuz and initrd.ims on the /live directory
i look also grub.cfg on usb to copy kernel parameters
with "grub customizer" i select "new" to generate a new entry
fill name field with "gparted-live"
type field with "linux"
parttion field show me a menu that find usb pen ,so i select /dev/sdc1
initial ram disk field ,i set "/live/initrd.img"
linux image fied ,i set "/live/vmlinuz"
kernel param field i copy the first entry of gparted-live grub.cfg and check it
"boot=live union=overlay username=user config components quiet noswap ip= net.ifnames=0 nosplash"
all input field show at the right the green icon (valid entry)
but the boot sequence field still stay greyed out with a warning
"Error building boot sequence check parameters "
any help will be appreciated
Maurizio

Last edited by bong.mau; 06-03-2020 at 11:26 AM.
 
Old 06-03-2020, 11:23 AM   #9
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
.....

Hi i updated the thread,in the mean time colorpurple21859 post a reply...
 
Old 06-03-2020, 11:51 AM   #10
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
Hi
i have both update-grub and update-grub2
what i have to run ?
i have not grub or grub2 installed but common libraries "2.02-beta3-5+deb9"
 
Old 06-03-2020, 12:25 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
this is Debian update-grub,
 
Old 06-03-2020, 02:25 PM   #12
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
No

Hi
i plug usb key ..linux see it as /dev/sdc1
i try update-grub both with /dev/sdc1 not mounted and mounted
it does not detect /dev/sdc1
 
Old 06-03-2020, 02:50 PM   #13
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
IMHO

Hi
IMHO update-grub does not detect /dev/sdc1 because the gparted-live does not store vmlinuz in the /boot directory but instead uses the /live directory
about grub customizer i find this bug reported to developpers ....same as my problem
 
Old 06-03-2020, 03:39 PM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Are you running update-grub from a gparted-live or from debian 9.9 installed on the hard drive?
 
Old 06-03-2020, 04:10 PM   #15
bong.mau
Member
 
Registered: Apr 2004
Posts: 391

Original Poster
Rep: Reputation: 30
Hard drive

Hi
i run update-grub from Debian installed on hard disk ...
i can't boot Gparted-live because i have it on usb stick ...i can't boot from usb with this computer ,please read my first post ...the bios pc does not support boot form usb...
 
  


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
LXer: USB 2.0, USB 3.0 And USB Type C – USB Ports Explained LXer Syndicated Linux News 0 11-29-2017 03:40 PM
Boot from USB external drive, from laptop without USB boot support. darirod Linux - Newbie 2 12-19-2006 10:00 AM
/boot/boot/boot/boot/boot/ muddywaters SUSE / openSUSE 1 09-10-2005 06:08 AM
boot from USB HDD, no MOBO usb boot support magiconexxx Linux - Hardware 0 11-03-2004 12:38 AM
HP Deskjet (USB) & CUPS & Slackware 9.1: Unable to open USB device "usb:/dev/usb/lp0&qu arnostienen Slackware 2 01-29-2004 03:22 PM

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

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