Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 23731  / 3 Years ago, wed, august 4, 2021, 12:59:00

I failed to upgrade from 12.04 to 12.10, so I decide to make a fresh install of 12.10. My old computer doesn't support boot from usb, and its cd-rom is broken.

I know Plop Boot Manager can make my computer boot from usb. I know how to use it in Windows, and I did use it when I tranfer from Win-XP to Ubuntu 12.04. But now, I don't know how to use it under Linux.



As far as I know, despite of the lengthy documentation, using Plop to boot from usb under Windows is as simple as double clicking a bat file. But doc for linux is not that straitfoward and contains daunting terminologies such as LILO for a Linux newbie. What makes it worse is that I'm not a native English speaker.



So could someone show me a brief and concise instruction how to boot from usb?


More From » boot

 Answers
7

This should work if you have GRUB2. Follow the source link to see other methods using LILO and other options.



Quote from the PLOP Boot manager site.




Download the current boot manager plpbt-5.0.14.zip. Extract it to get the boot manager install program. You find the install program plpinstc.com in the install directory.



Copy plpinstc.com to /boot.



Example file /etc/grub.d/40_custom



#!/bin/sh
exec tail -n +3 $0

menuentry "Install Plop Boot Manager" {
set root='(hd0,1)'
linux16 /boot/plpinstc.com
}


Then run update-grub2 or update-grub.



When you reboot, you should be able to choose the install program from your grub menu.



Info: You have to choose the correct root settings in your configuration or you get a "Error: file not found". See also this Forum entry.



[#32058] Wednesday, August 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ardingiba

Total Points: 497
Total Questions: 95
Total Answers: 109

Location: Gabon
Member since Sat, Jan 15, 2022
2 Years ago
;