LinuxQuestions.org
Review your favorite Linux distribution.
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 08-07-2022, 07:07 AM   #1
oschu
LQ Newbie
 
Registered: Jan 2020
Location: Switzerland
Posts: 5

Rep: Reputation: Disabled
/sda1 file system "not known" after Ubuntu installation from stick


Cannot boot - "no bootable device"
After almost 40 years of Windows I'am stuck with first Ubuntu installation. Don't find a log file on the stick.
Personal log in German see annexed txt file, disk partitioons see jpg.
Is the bios_grub marked partition the same as MBR in Windows? How can I fix this?
Obviously thankful for help...
Oschu
Attached Thumbnails
Click image for larger version

Name:	220806Aspire7720-gparted(1).jpg
Views:	26
Size:	63.3 KB
ID:	39365  
Attached Files
File Type: txt AspireUbuntuVersuch.txt (1.1 KB, 15 views)
 
Old 08-07-2022, 09:20 AM   #2
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,491

Rep: Reputation: Disabled
/dev/sda1 is bios_boot, a 1MB partition needed by grub - /dev/sda1 is the FAT partition needed by GRUB for its boot loader files, this should be marked as boot &, (I think, CSP, or something like that) - /dev/sda3 is your actual installation of Linux. Check that the flags have been set correctly.


Translation :=

Quote:
Download Ubuntu 22.04 LTS ISO file from Heise Download
Download UnetBootIn from Heise Download
14 GB stick formatted FAT32, made bootable with UnetBootIn and loaded with Ubuntu
Stick plugged into Acer Aspire 7720, restart
Start from USB CDROM: does not work
Start from USB HDD: works
I choose "Normal installation" and "Use LVM"
Installation seems to start. After a short time, a pattern appears across the entire screen, the stick is addressed again and again and you then hear the disk as if a very long installation process is running in the background
I leave the machine several
Running for hours, still the same - termination of the exercise
Try again, but select "minimal installation" and without LVM
Installation starts, the whole installation process is easy to follow on the screen
After installation: restart IDE0, result:
Broadcom UNDI PXE-2.1 v9.4.5
PXE-E61: Media Test Failure, check cable
PXE-M0F: Exiting Broadcom PXE ROM
No bootable device -- insert boot disk and press any key

Older Gparted (from CD) shows the attached picture. What to do to solve the problem on /sda1?
Looking at the last few lines. it looks like your computer is trying to boot over the internet, it's looking for a server with the PXE boot files.


I'm thinking you may have downloaded the wrong .iso, you want ubuntu-22.04-desktop-amd64.iso

Last edited by fatmac; 08-07-2022 at 09:30 AM.
 
Old 08-07-2022, 06:56 PM   #3
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
sda1 is actually a bios_boot unformatted partition which is used to do a Legacy/CSM install on a GPT drive. It contains the Grub core.img file as boot files have become too large to fit in an MBR. If you do an EFI install (you have an EFI partition sda2) and you don't need sda1.

If you boot in UEFI mode in the BIOS firmware, Ubuntu will install in UEFI mode and create the EFI partition for its EFI boot files on that partition. Windows on an EFI install does the same creating a microsoft diretory there while Ubuntu creates an ubuntu directory so they do not overwrite each other.

Quote:
Is the bios_grub marked partition the same as MBR in Windows?
No,it isn't and the MBR was used by different operating systems on older computers. Most computers in the last decade use UEFI, windows started with windows 8.

Boot the Ubuntu installer and mount sda2, the EFI partition. You should see an ubuntu directory with several files.
Check your BIOS firmware and turn off Legacy/CSM and make sure UEFI is enabled. It usually is by default.
If you are not able to resolve this problem, go to the site below and download and run boot repair per the instructions on the site. Use the 2nd option described on the page. Do NOT try to make any repairs but select the option to Create BootInfo Summary and post the link here.

https://help.ubuntu.com/community/Boot-Repair
 
Old 08-09-2022, 11:20 AM   #4
oschu
LQ Newbie
 
Registered: Jan 2020
Location: Switzerland
Posts: 5

Original Poster
Rep: Reputation: Disabled
Many thanks! Info was fast and precise. Situation now:

If started via installation stick I can get into Ubuntu - seems to be installed nicely. The start is the only sticking point. And:

EFI mode is not supported by this BIOS.

Disk Repair says: change to EFI (see foto of end of report. I cannot add the report file because the DiskRepair stick is not visible in my Windows10 at this point in time).

Options:
- change BIOS (no real chance of success) [or use another machine]
- has anybody ever figured out a workaround for this? I guess I should not be the only guy who had this problem...
- fall back to earlier Ubuntu version that supports MBR (which one? needed in this specific case: file management, Firefox, LibreOffice)

The workaround option would be most attractive.

I'm looking forward to your advice. Many thanks in advance!
Oschu
Attached Thumbnails
Click image for larger version

Name:	IMG_20220809_173707.jpg
Views:	12
Size:	233.5 KB
ID:	39372  
 
Old 08-09-2022, 06:11 PM   #5
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
Your drive must be GPT. Use the Ubuntu USB and open a terminal and run the command below which will show whether it is.

Quote:
sudo parted -l
Lower Case Letter L in the command

You have a bios_boot as well as an EFI partition so that would indicate at least 2 installs. Ubuntu won't usually create an EFI partition if your computer is not EFI capable. How old is this computer? Do you see any reference to EFI or UEFI in the BIOS?

Quote:
If started via installation stick I can get into Ubuntu - seems to be installed nicely.
If you are booting from the USB you are in the 'live' system and not an installed OS.

Quote:
the Disk Repair stick is not visible in my Windows10 at this point in time).
You don't need windows, boot the Ubuntu USB stick and use the 2nd option on the boot repair page I suggested previusly. If you can connect to the internet from the USB it will be a better option.

Quote:
fall back to earlier Ubuntu version that supports MBR
Ubuntu does support MBR (Legacy installs) on the current version, that's not the problem. You can do a Legacy install on a gpt drive in Linux, you can't in windows which may be what is confusing you. And why can't you change the BIOS settings? You should try enabling Legacy/CSM and boot in Legacy mode to see if that works. You would have had to accept the default settings for the bootloader during one of your installs.

You forgot to post the contents of the EFI partition. Do you have an ubuntu directory there?
 
  


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
Technical question: /dev/sda1 vs /mnt/sda1 macnab Linux - Newbie 5 01-03-2012 04:58 AM
Does chown user /mnt/sda1 make sda1 writeable over network? macnab Linux - Newbie 7 12-30-2011 02:25 AM
Need to resize sda1 but sda2 & sda3 is between sda1 and unallocated space. tony128 Linux - Newbie 6 09-13-2010 12:15 AM
usb stick - not /dev/sda1? Lunar_Lamp Slackware 10 02-26-2006 01:21 PM

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

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