LinuxQuestions.org
Visit Jeremy's Blog.
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 02-17-2023, 08:09 AM   #46
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

Quote:
I moved the USB over to the Notebook and booted up. It showed the Lubuntu emblem but otherwise the programme is stuck
Did you try safegraphics mode? To see where the usb is hanging, at the grub menu for the usb, press e for edit and delete the splash and quiet, press ctrl-x to boot



With the problems you are having suggest to give ventoy a try to put the iso onto the usb:
https://www.ventoy.net/en/index.html I think Ventoy should be able to boot the iso without the need for modification of the iso

Last edited by colorpurple21859; 02-17-2023 at 08:50 AM.
 
1 members found this post helpful.
Old 02-17-2023, 04:57 PM   #47
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Thanks fatmac, I need to go very slowly here so I don't make a royal screw up.

1.when you write
Quote:
file.iso
do you mean the actual name of my iso file or
Quote:
file
like a generic command? I'll wait for an answer before I try
Quote:
1
.

2.Thanks, I removed and re-inserted the USB and it's back to sd1.

3. I haven't upgraded my bios as yet. I want to follow the instructions given by you and colorpurple before i go off on my own and upgrade.
 
Old 02-17-2023, 11:12 PM   #48
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
I went through the steps I gave earlier and the usb would hang on unable to find medium. After some trial and errors I think this will work:
Open a terminal cd to Downloads folder
Code:
sudo dd if=lubuntu-22.04.1-desktop-amd64.iso of=/dev/sdb bs=4M
sync
sudo mount /dev/sdb2 /mnt/usb
sudo rm /mnt/usb/EFI/boot/*
sudo cp bootia32.efi /mnt/usb/EFI/boot
If this doesn't work, I can only suggest you try ventoy

Last edited by colorpurple21859; 02-17-2023 at 11:13 PM.
 
Old 02-18-2023, 04:20 AM   #49
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,489

Rep: Reputation: Disabled
Quote:
Originally Posted by RenH View Post
Thanks fatmac, I need to go very slowly here so I don't make a royal screw up.

1.when you write do you mean the actual name of my iso file or like a generic command? I'll wait for an answer before I try .

2.Thanks, I removed and re-inserted the USB and it's back to sd1.

....
Yes, where I wrote 'file.iso', use the actual filename.

Last edited by fatmac; 02-21-2023 at 04:00 AM.
 
Old 02-20-2023, 02:13 PM   #50
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi fatmac and colorpurple. I tried as suggested without success. So over the weekend I thought I would do a "re-set".

The important lesson I learnt from these attempts is what you have told me: that downloading an .iso file and copying it is not sufficient to make a "live' USB. The programme needs to be 'revitalise" by another programmme like Rufus or Startup Disk Creator.

In my case I need to choose the BIOS format for the USB --FAT32.

Third I have to add the EFI bootreader
Quote:
bootia32.efi
.

Right now my USB is not showing the .iso version. My file tree shows:
Quote:
File system
607 GB Volume
Lubuntu 22.04.1 LTS amd64
The odd thing is that in an earlier iteration I right clicked on the Lubuntu file and extracted the .iso version. It appeared below the non .iso version. However I couldn't just eject the USB, I had to unmount and then eject. The.iso disappeared!

My plan is to blank the USB and try again using Startup Disk Creator.
 
Old 02-20-2023, 02:42 PM   #51
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
Usually there is more than one way to do something. Did you try the suggestion in post 48?
 
Old 02-20-2023, 02:53 PM   #52
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Yes I did.
 
Old 02-20-2023, 02:57 PM   #53
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Here's what i got:
Quote:
dd: failed to open 'lubuntu-22.04.1-desktop-amd64.iso': No such file or directory
 
Old 02-20-2023, 03:39 PM   #54
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
you have to cd to the location of the iso file or put in the whole path name, It will be Downloads/lubuntu-22.04.1-desktop-amd64.iso if you are in your home directory, /home/reynold/Downloads/lubuntu-22.04.1-desktop-amd64.iso will work regardless of what directory you are in. The same thing applies when you go to copy the bootia32.efi
The command pwd will give the directory you are currently in.

Last edited by colorpurple21859; 02-20-2023 at 06:45 PM.
 
Old 02-21-2023, 12:01 AM   #55
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Hi colorpurple,
I had written out the entire path before but I tried again; still no dice. Now I examined the graphic display of the lubuntu file on the USB and there is not even a hint of an .iso file. Nothing to extract either. I have two USBs with the identical version of Lubuntu, so somewhere I failed to make a live USB. I do know that I had the .iso version. I think the reason was I just copied [not knowing what i was doing] Lubuntu to the USB and then I extracted the iso version because I had two labels on my tree file The first was Scandisk 7.2 gig and below was the extracted Lubunu iso version. However, I couldn't take the USB and plug it into the Notebook without losing the .iso version.
I think the problem right now is that I don't have an .iso version. So I am gong to redo one USB starting with Gparted.
 
Old 02-21-2023, 12:53 AM   #56
ambucorpz
LQ Newbie
 
Registered: Feb 2023
Posts: 1

Rep: Reputation: 1
I had it running perfectly well on an old Toshiba Satellite, 1.3GHz single core with just 2GB ram, admittedly a little slow on the internet, but perfectly fine otherwise. t tv
hellodear.in

Last edited by ambucorpz; 03-01-2023 at 03:56 AM.
 
1 members found this post helpful.
Old 02-21-2023, 05:15 AM   #57
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
Quote:
So I am gong to redo one USB starting with Gparted.
I changed the cp(copy command) to rsync in post 25. See if using rsync gets you any further in the booting process of the usb.
 
Old 02-21-2023, 03:11 PM   #58
RenH
Member
 
Registered: Oct 2015
Location: Vancouver, BC Canada
Distribution: Ubuntu
Posts: 269

Original Poster
Rep: Reputation: Disabled
Here is what I did after
Quote:
mkdir
Quote:
reynold@reynold-Aspire-XC-603:~$ sudo mount /dev/sdb1 /mnt/usb
reynold@reynold-Aspire-XC-603:~$ sudo mount /home/reynold/Downloads/ubuntu-22.04.1-desktop-amd64.iso /mnt/iso
mount: /mnt/iso: special device /home/reynold/Downloads/ubuntu-22.04.1-desktop-amd64.iso does not exist.
reynold@reynold-Aspire-XC-603:~$ sudo rsync -av /mnt/iso/ /mnt/usb/
sending incremental file list
rsync: [generator] chown "/mnt/usb/." failed: Operation not permitted (1)
./

sent 54 bytes received 19 bytes 146.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
reynold@reynold-Aspire-XC-603:~$ sudo cp /home/reynold/Downloads/bootia32.efi /mnt/usb/EFI/boot/
cp: cannot create regular file '/mnt/usb/EFI/boot/': No such file or directory
I have two USBs. I want to use one and follow the process of copying the Lubuntu to the USB and then extracting the.iso.
 
Old 02-21-2023, 03:36 PM   #59
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
Quote:
special device /home/reynold/Downloads/ubuntu-22.04.1-desktop-amd64.iso does not exist
indicates ubuntu-22.04.1-desktop-amd64.iso is not in the Downloads folder. Until this is fixed the commands following are useless. What happen to using the lubuntu iso?

Quote:
I have two USBs. I want to use one and follow the process of copying the Lubuntu to the USB and then extracting the.iso.
Don't know what you mean by this.
Are you doing this from a live iso on a usb?
 
Old 02-21-2023, 04:38 PM   #60
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
Maybe this will be easier, reboot the system,
Open file-manager find the usb and click on it to mount it, take note of where it is mounted.
Open another file-manager window go to the directory where the iso is you want to use
Right-click the iso and select mount
Go to where the iso files are located
Click on view in the ribbon and select view hidden files
On keyboard ctrl-a ctrl-c
Click on window for usb ctrl-v to copy files to usb
Once done coping copy paste bootia32.efi to efi/boot on usb

Last edited by colorpurple21859; 02-21-2023 at 05:41 PM.
 
  


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
Live USBs with persistence newellrp1 Linux - General 6 11-09-2016 03:27 AM
new USBs won't boot live Linux distros! linuxhippy Linux - General 2 01-10-2010 07:55 PM
Problem with Live USBs joeblurton Linux - General 7 01-06-2009 07:38 PM
I only can login with devfs=nomount, later on no CDR or USBs SK_pt Mandriva 1 03-18-2005 05:22 AM
HELP! I only can login with devfs=nomount, so later no CDR or USBs SK_pt Linux - Hardware 2 07-08-2004 02:34 PM

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

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