Quantcast
Channel: Ubuntu Forums - Installation & Upgrades
Viewing all 26379 articles
Browse latest View live

Dual Booting Windows 10 and Ubuntu on separate drives

$
0
0
Hi there, please help!

I just built a new PC and wanted to dual boot Windows 10 Education and Ubuntu on two separate discs: Windows (SSD 500GB for gaming), Ubuntu (HDD 1TB for programming). First, I installed Windows on SSD. Then, I installed Ubuntu on HDD. Following the information online (link at the bottom), I changed the following in my BIOS UEFI settings (Motherboard: ASUS ROG STRIX B450F Gaming) after inserting USB Flashdrive with Ubuntu installation media:

  1. Disabled fast boot
  2. Attempted to disable secure boot (but no option was available, only a drop down menu with ‘Windows OS’ or ‘other OS’ so I left it unchanged as ‘other OS’
  3. Set CSM to ‘UEFI only’ as my Windows mode was set to ‘UEFI’
  4. Changed the boot order to: (1) UEFI Kingston USB Flashdrive (2) Kingston USB Flashdrive (3) UEFI Windows Boot (4) SSD Samsung EVO 860 500GB
  5. Changed the Boot Option BBS to: (1) HDD Western Digital 1TB (2) SSD Samsung EVO 860 500GB


After booting into Ubuntu installation, I selected


  1. Something else’ where I had dev/sda (SSD) with Windows partitions on it and sdb (HDD) with 1TB free space.
  2. Following the partioning scheme I found on the link (listed at the bottom) for an isolated dual boot, I manually partitioned the HDD drive for Ubuntu as:


  • /dev/sdb1 > / (ext4)
  • /dev/sdb2 > swap
  • /dev/sdb3 > efi
  • /dev/sdb4 > /home (ext4)

Everything works fine. GRUB menu pops up to choose which OS I want to boot into. Both OS seem to function properly. However, the HDD that I installed Ubuntu on is no longer detected in my BIOS/UEFI menu. Instead, it shows as installed on SSD (where Windows was installed) as:

  1. Ubuntu SSD 500GB
  2. Windows SSD 500GB

Also, I can no longer see the Boot Option BBS menu and when going to Ubuntu > Settings > About, it states the disk capacity is 1.5TB, which is incorrect as the SSD (Windows) has 500GB and the HDD (Ubuntu) should have 1TB. So, I'm not sure if it's a real issue but

  • Why did Ubuntu install it’s boot loader onto the SSD when it was specified to install on the HDD (/dev/sdb3)?
  • Should I have not created the efi partition?
  • How do I fix this to install Ubuntu on a separate drive safely without affecting my current Windows 10 OS on the SSD?

Ideally I would've liked the 1TB HDD split in half for shared storage as: SSD (500GB: Windows) and HDD (500GB: Linux | 500GB: shared space between both OS), however when adding the first partition table during the Ubuntu installation, it wiped the previous partition on the HDD (500GB Allocated | 500GB Free Space) to 1TB Free Space and I just let it be as I was already in installation and thought I could shrink it later.

Would REALLY appreciate some proper help.


Additional information:

Link I used as a guide (top voted answer): https://askubuntu.com/questions/726972/dual-boot-windows-10-and-linux-ubuntu-on-separate-hard-drives

And here's the results of running sudo fdisk -l on Ubuntu terminal:

Disk /dev/loop0: 142.94 MiB, 149856256 bytes, 292688 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop1: 93.94 MiB, 98484224 bytes, 192352 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop2: 54.97 MiB, 57614336 bytes, 112528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop3: 54.97 MiB, 57618432 bytes, 112536 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop4: 57.32 MiB, 60096512 bytes, 117376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop5: 160.16 MiB, 167931904 bytes, 327992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop6: 240.82 MiB, 252493824 bytes, 493152 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop7: 49.8 MiB, 52203520 bytes, 101960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/sda: 465.78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 860
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 495EB8EA-XXX-XXX-XXXX-XXXXXXXXXXXX

Device Start End Sectors Size Type
/dev/sda1 2048 1085439 1083392 529M Windows recovery environment
/dev/sda2 1085440 1288191 202752 99M EFI System
/dev/sda3 1288192 1320950 32768 16M Microsoft reserved
/dev/sda4 1320960 976771071 975450112 465.1G Microsoft basic data
Disk /dev/sdb: 931.53GiB, 1000204886016 bytes, 195352168 sectors
Disk model: WDC WD10EZEX-60W
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 75F94AAD-XXX-XXX-XXXX-XXXXXXXXXXXX

Device Start End Sectors Size Type
/dev/sdb1 2048 58593279 58591232 28G Linux filesystem
/dev/sdb2 58593280 107421695 48828416 23.3G Linux swap
/dev/sdb3 107421696 108691455 1269760 620M EFI System
/dev/sdb4 108691456 976771071 1844832256 879.7G Linux filesystem
Disk /dev/loop8: 62.9 MiB, 65105920 bytes, 127160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop9: 242.43 MiB, 254193664 bytes, 496472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk /dev/loop10: 27.9 MiB, 28405760 bytes, 55480 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Thanks!

Ubuntu 20.04 Gnome sluggish

$
0
0
Hi all,

I upraded to Ubuntu 20.04 a few days ago. Currently I have Handbrake running in the background and I find the default GUI (appears to be Gnome) to be rather sluggish. It often takes a few seconds to recognize a mouse click. Anyone know what might be going on?

No previous Ubuntu distribution had this problem on my system. It's a 16-core system with 64Gb of RAM. Handbrake is only using 14 threads. It seems like it's only the GUI that's sluggish. Not certain how to pinpoint what is generating the problem. The running tasks appear to be running smoothly. The only things that take time are GUI button clicks, focus changes, and window motions.

In Ubuntu 18.* and 19.* I could easily use much more memory and threads, without the GUI getting sluggish.

[xubuntu] Stop logout in >>> XUbuntu 20.04 LTS

$
0
0
I have a fressh install of Xbunta 20.04. A search for "stop logout" results in several answers usually for Ver 18.xxx, but none seem to work for XUbunta 20.xx.
How can I stop (or increase) the logout time for XUbunta 20.xx?

[ubuntu] installing grub

$
0
0
I want to install ubuntu 20.04OS on external SSD drive. I managed to create dvd bootable media on my own and installed ubuntu 20.04 desktop iso version on it. However there's a little problem accosiated with installing grub bootloader. It does not installing. I tried to set sdb,sdb1, sdb2, and every other possible partition as partition to install bootloader, but it does not install how to deal about it?
I want to you to make clear how to do it manually. Should I install bootloader on partition mounted on /boot or something else?! and what filesystem it should be?

[ubuntu] Lenovo T530 Touchpad is not working in fresh installed Ubuntu 20.04

$
0
0
Hi All,

Hope everyone are good at your side & safe.

I have newly installed fresh 20.04 and my touchpad is not working after that. while installing itsself it was not working. I thought it will work after reboot but no luck. Can someone help me to solve this?

Laptop - Lenovo T530
OS - Ubuntu 20.04
Code:

okeshkamath# xinput list
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜  ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜  ↳ Liteon Dell Wireless Device Mouse          id=11    [slave  pointer  (2)]
⎜  ↳ Liteon Dell Wireless Device Consumer Control    id=12    [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                id=5    [slave  keyboard (3)]
    ↳ Power Button                                id=6    [slave  keyboard (3)]
    ↳ Video Bus                                  id=7    [slave  keyboard (3)]
    ↳ Sleep Button                                id=8    [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C            id=9    [slave  keyboard (3)]
    ↳ Liteon Dell Wireless Device                id=10    [slave  keyboard (3)]
    ↳ Liteon Dell Wireless Device System Control    id=13    [slave  keyboard (3)]
    ↳ AT Raw Set 2 keyboard                      id=14    [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                      id=15    [slave  keyboard (3)]
    ↳ Liteon Dell Wireless Device Consumer Control    id=16    [slave  keyboard (3)]

Code:

lokeshkamath# sudo nano /etc/default/grub
  GNU nano 4.8                  /etc/default/grub                             
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#  info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="i8042.reset quiet splash"
GRUB_CMDLINE_LINUX=""

Few things i tried using google. no luck.

So please help me to solve this issue.

Lokesh Kamath

cmake error

$
0
0
Hi guys, i have ubuntu 20.04 and going to install: https://github.com/DanielOgorchock/joycond i could not. This error:
Code:

nozeco@asus:~/joycond$ cmake .
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libevdev'
--  No package 'libevdev' found
CMake Error at /usr/local/share/cmake-3.15/Modules/FindPkgConfig.cmake:458 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/local/share/cmake-3.15/Modules/FindPkgConfig.cmake:637 (_pkg_check_modules_internal)
  CMakeLists.txt:7 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/home/nozeco/joycond/CMakeFiles/CMakeOutput.log".

CMakeOutput.log: https://pastebin.com/ggK2gB4h

thanks

[SOLVED] Focal Fossa server install fails, HP Thin Client T610

Safe to install Ubuntu on the same drive than Windows?

$
0
0
Hi, I'm not completely new to Linux, I've installed Ubuntu a couple of times with the latest installation being some months ago (probably 2 years?) and used it. But every time I've installed it I have done it in a separate hard drive than Windows. Now my question is: is it safe (and it is possible) to install Ubuntu or whatever GNULinux distribution together in the same drive where Windows is installed? Of course I'm talking about different partitions but I was wondering knowing how Microsoft is and how Windows is, maybe with the latest Windows this is not possible or at the very least not recommended to do. I have read people calling for help because somehow their Linux or Windows installation has gone from GRUB or something along those lines.

I would love to use Ubuntu again but I don't have a drive where to install it except the one I'm using for Windows so this is why I'm asking this.

Thank you.

[ubuntu] not able to install ubuntu as dual boot system in my hp laptop

$
0
0
I had downloaded the iso images of ubuntu 18.04 and 20.04 and ran on virtual machine and they installed just fine. then i wanted to install ubuntu 20.04 as dual boot OS but it is showing error as
"ubi-console-setup failed with exit code 2" or "
ubi-console-setup failed with exit code 1" everytime I try to install the OS. it also shows error as shown in the pics attached. please help. its really getting frustratrating not being able to install ubuntu OS. I have seen all the videos of how to disable secure boot off and all. but nothing is helping me. my bios is set to uefi mode. is it because of this that I am unable to do so?IMG_20200507_023834.jpgIMG_20200507_023923.jpgIMG_20200507_024202.jpgIMG_20200507_024206.jpgIMG_20200507_023726.jpg

[ubuntu] Windows 10 Didn't Appear After Installing Ubuntu

$
0
0
Help!!!

I tried to install ubuntu dual boot with windows. Ubuntu has been installed but at boot time, the windows are gone. I tried to press f9 to select boot, but whatever I pressed it ended up with ubuntu.

It seems I don't know about partition schemes and I immediately made a ubuntu usb bootable from windows. When installing ubuntu dual boot on the partition menu, I have seen in many tutorials that there is a Windows inscription in the tab or column "System", but in me there is nothing written on rows sda 1, sda2, or sda 3 which are all three are windows partitions. I made swap, home and efi partitions, all new logical partitions from free space to install ubuntu.

I have tried deleting all the partitions for Ubuntu, but when I restarted, no boot devices were found. I also tried boot repair but still didn't bring up my windows menu again. What should I do to bring up windows again?



This is the url from boot repair
https://paste.ubuntu.com/p/6FR58W45f9/
Attached Images

Fresh install of Ubuntu 20 LTS, can't login after first reboot

$
0
0
Fresh install, tried multiple times with a couple of USBs to make sure system wasn't corrupt. Tried another install drive.

Everytime I fresh install and reboot I can no longer login with correct password.

Switching teminal allows login to CLI,

Found similar articles online under 'boot loop' which say change permissions of xauth but when doing so it returns error saying no xauth file found. Definitely in the correct home directory.

Please community! Help me!

where can I download the latest mini iso?

$
0
0
Where is Ubuntu 20.04 LTS mini iso to download? I can't find it anywhere. All links point to either a wiki page that only TALKS about it (and has outdated versions of mini iso from a few years back) or main page that only has a desktop version.

[ubuntu] is there a problem/bug in ubuntu 20.04 iso file?

$
0
0
I have been trying to install ubuntu 20.04 as a dual boot OS on my HP laptop for past 16 hrs now. have tried almost all the things starting from checking the usb drive for any faults, changing the boot startup settings, to what ever info i could find on the internet. When i install it on virtual machine the file runs perfectly but as soon as i make a iso file on my usb through rufus and try to install it as another OS on my laptop it crashes. EVERY TIME. Error shown is of SQUASHFS failure and sometimes of ubi-console-setup failed with exit code 1/2/10 and such. Its so so so frustrating. i was thinking of swithcing to linux system but this experience of mine is making me afraid of switching. please please please someone please HELP!!!!

In quest for the GRUB2 trouble.

$
0
0
Hello members
Hope all is well.

My HP notebook was running well with windows 10 & Ubuntu 19.10 on UEFI mode.
Today I made a multiboot-USB with Ubuntu & Kubuntu 20.04 & installed them onto new partitions. Grub2 also installed into their respective partitions.
None of the Linux systems are booting now. They drops into grub2 console.
1st after Kubuntu it started, then installing Ubuntu 20.04 shows same. Reinstalling the new OSes several times was not also helpful.

My questions, Why it happened & what's the solution ?

Best regards

Low disk Filesystem root at Upgrade - Help

$
0
0
Hi,
I am new to Ubuntu, but I was able to have a dual boot (window + ubuntu) on X1 Carbon. Few days ago, I wanted to upgrade to the new OS - Fosa, but I couldn't complete the installation because of low disk space. I removed some unused files but I am still getting the error. Can anyone help me? Here is a screenshot
Attached Images

[ubuntu] erros with apt-get

$
0
0
Hi all

I have the following system, every time I want to install or update with apt-get I get the errors:

Code:

cat /etc/os-release
NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco

---
Error:

Code:

Obj:1 http://linux.teamviewer.com/deb stable InRelease
Obj:2 https://download.docker.com/linux/ubuntu disco InRelease                                                                                                                                           
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                                                                             
Obj:4 https://repo.skype.com/deb stable InRelease                                                                                                                                                         
Obj:5 https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu bionic InRelease                                                                                                                                       
Obj:6 http://dl.google.com/linux/chrome/deb stable Release                                                                                                                                               
Obj:7 http://archive.canonical.com/ubuntu disco InRelease                                                                                                                                                 
Ign:8 http://archive.ubuntu.com/ubuntu disco InRelease                                                                               
Obj:9 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu disco InRelease                                 
Obj:11 https://download.sublimetext.com apt/stable/ InRelease                                                                     
Ign:12 http://archive.ubuntu.com/ubuntu disco-updates InRelease                                     
Ign:13 http://archive.ubuntu.com/ubuntu disco-backports InRelease         
Obj:14 http://ppa.launchpad.net/nm-l2tp/net...er-l2tp/ubuntu disco InRelease
Ign:15 http://archive.ubuntu.com/ubuntu disco-security InRelease           
Err:16 http://archive.ubuntu.com/ubuntu disco Release                     
  404  Not Found [IP: 91.189.88.152 80]
Obj:17 http://ppa.launchpad.net/smartfinn/e...gration/ubuntu disco InRelease
Err:18 http://archive.ubuntu.com/ubuntu disco-updates Release             
  404  Not Found [IP: 91.189.88.152 80]
Err:19 http://archive.ubuntu.com/ubuntu disco-backports Release           
  404  Not Found [IP: 91.189.88.152 80]
Obj:20 http://ppa.launchpad.net/webupd8team/terminix/ubuntu disco InRelease
Err:21 http://archive.ubuntu.com/ubuntu disco-security Release
  404  Not Found [IP: 91.189.88.152 80]
Leyendo lista de paquetes... Hecho
W: Omitiendo adquisición del archivo configurado «stable/source/Sources» como repositorio «https://download.docker.com/linux/ubuntu disco InRelease» no parece proporcionarlo (¿entrada en sources.list mal escrita?)
E: El repositorio «http://archive.ubuntu.com/ubuntu disco Release» no tiene un fichero de Publicación.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.
E: El repositorio «http://archive.ubuntu.com/ubuntu disco-updates Release» no tiene un fichero de Publicación.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.
E: El repositorio «http://archive.ubuntu.com/ubuntu disco-backports Release» no tiene un fichero de Publicación.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.
E: El repositorio «http://archive.ubuntu.com/ubuntu disco-security Release» no tiene un fichero de Publicación.
N: No se puede actualizar de un repositorio como este de forma segura y por tanto está deshabilitado por omisión.
N: Vea la página de manual apt-secure(8) para los detalles sobre la creación de repositorios y la configuración de usuarios.

Please how can I fix this?

thanks.

How to enable OEM install for UEFI Boot

$
0
0
I've created a USB boot drive and can install in OEM mode fine when using legacy BIOS (Hold F4 at boot prompt),

If I boot a fresh install via UEFI, Ubuntu loads live to the GUI and the only options available are "Try" or "Install"

How can I get the option of an oem-install when booting from UEFi please?

Thanks

Uninstalling Ubuntu 18.04.4 to Install Ubuntu 20

$
0
0
I want to uninstall my current Ubuntu 18.04.4 and install the version 20. But I have an issue...

Due to the issues my Ubuntu 18.04.4 is having I will not be able to upgrade it from the terminal.


My issue was discussed in this thread:
https://ubuntuforums.org/showthread.php?t=2442291

.. and I was advised to install a new version of Ubuntu.



I have downloaded Ubuntu 20 on my bootable flash drive.


Please how can I run the new installation? I want to completely install the new version to override the previous version.

I have inserted the flash, restart my system while pressing F10, I can't locate my flash to load the Ubuntu from. Where do I need to enter to load the OS that is on my flash?

Or is there any way I can achieve this?

Can boot to ubuntu desktop, but not ubuntu server and lubuntu after install

$
0
0
Hi,

I tried to install ubuntu desktop many times, but always crashed. I think it is because my machine has insufficient RAM of 1 GB.
I had a success once and it could boot and show grub.

Since it is too slow, I erase the disk and try to install lubuntu and ubuntu server on both UEFI and legacy mode. But it cannot boot and grub does not appear.
Here is the log from one boot-repair: http://paste.ubuntu.com/p/ZzHNQ77kzH/

I thought there should not be any difference between ubuntu desktop, ubuntu server and lubuntu in terms of booting?

20.04 Upgrade Refusal - EFI Partition Not Properly Mounted

$
0
0
Hi All,

Today I attempted to upgrade my Ubuntu 19.10 system to 20.04 but I received the following message:

Code:

EFI System Partiton (ESP) not usable
Your EFI System Partition (ESP) is not mounted at /boot/efi. Please ensure that it is properly configured and try again.

I then ran GParted and got the following output:
Code:

Partition:
/dev/nvme0n1p1

Name:
EFI System Partition

File System:
fat32

Mount Point:
/boot/efi

Size
512.00MiB

Used:
11.37MiB

Unused:
500.63MiB

Flags:
boot,esp

The output from:

Code:

[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
is:

Code:

EFI boot on HDD
How can I overcome this problem?

Thanks in advance,
Fred.
Viewing all 26379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>