LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-20-2023, 06:03 AM   #1
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Rep: Reputation: 0
No booting device found dell i7


Dear all,
I brought Dell XPS 13, Core i7 Laptop preinstalled with Ubuntu several years ago. Since there were soon some issues with the original Ubuntu OS, I had to reinstall the Ubuntu OS couple of times, which went pretty smooth. So basically I had/have experience booting an USB Drive and installing the Ubuntu/Linux OS.

The issue that I am writing this post is that I'm not able to install Ubuntu OS anymore and keep receiving error that
Code:
'No bootable device is found
', thought the same USB Device manage to be seen by my friend's DELL Laptop.

I followed this recipe from DELL thoroughly [1], where they mention the BIOS settings needed to install Ubuntu, however no result.
The settings I choose based on this page is following:
Code:
Boot Sequence : UEFI
Advanced Boot Options : Enable UEFI Network Stack
System Configuration -> SATA Operations : AHCI
Secure Boot -> Secure Boot Enable : Disabled
One stupidity that I did with not-so-stable old Ubuntu OS was to delete the partition completely. Since its been a while that I did it, can not recall clearly, but in principle there is no OS on this DELL laptop and not able to install one.

Any insight to fix this issue is highly appreciated.




[1] https://www.dell.com/support/kbdoc/e...cy-mode?lwp=rt

Last edited by poojasaxena; 03-20-2023 at 06:20 AM.
 
Old 03-20-2023, 09:09 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,762

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
I would be shocked if Ubuntu current had not the capability to automatically create the EFI partition and format it, but that is possible. I would look up the expected partitioning and recreate that.


And next time take a drive image or backup before making major changes.
 
Old 03-20-2023, 10:55 PM   #3
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
@ wpeckham
I feel the OP is saying they cannot boot the USB device to do the installation.
Quote:
thought the same USB Device manage to be seen by my friend's DELL Laptop
Are you implying you booted the USB device in your buddy's Dell?
Or it appears when plugged in while the operating system is running?

My XPS Gen5 is from the year 2005, I have to hit the F12 key when the Dell logo appears to get a boot menu, then select the USB option to boot a USB device.

I'm assuming you are trying to install the original Ubuntu version that came with the laptop?
If so, I would try the latest Ubuntu 22.04, it should work just as well, just a suggestion, not a fix.
 
Old 03-20-2023, 11:49 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,762

Rep: Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764Reputation: 2764
Is your buddies Dell using the same settings as yours?
I am eager to see how you answer the question from Brains. There is a vast difference between detecting storage and detecting a bootable device, especially if some settings prevent access. (Or the USB port is flaky.)


How did you prep that USB device? I always use Ventoy set up to support both EFI and legacy boot rather than the vendors documentation.
 
Old 03-21-2023, 03:51 AM   #5
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,002
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
poojasaxena,

Pressing F12 should bring up the Boot Menu.

Using SanDisk as an example of a USB flash drive with Ubuntu 22.04:

You must select UEFI-SanDisk, not just SanDisk.

If this does not work, I suggest that you use GParted to format the drive as GPT and then create a 500MB ESP partition, flagged as boot and esp, plus 3 other partitions for root, swap and home.

Then boot from the Ubuntu USB flash drive on the pre-formatted hard drive.

Alternatively, use Legacy (non-UEFI) boot with 3 partitions.

Last edited by beachboy2; 03-21-2023 at 03:55 AM.
 
Old 03-23-2023, 02:58 PM   #6
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Hallo there,
I didn't fresh try and made a little progress

USB preparation
Code:
ubuntu 22.04 lts
Rufus, ntfs
Partition scheme : MBR
Target system : BIOS or UEFI
Persistent Partition size : 0
It could see the USB and as it began to install ubtunu, the first message came following:
Code:
X86/cpu: SGX disabled by BIOS
USB 1-1: device descriptor read/64, error -71
USB 1-1: device not accepting address  4, error -71
USB 1-1: device not accepting address 5, error -71
USB usb1-port1: unable to enumerate USB device
Laptop preparation:
Code:
Legacy allowed with allmethods 
Secure boot : disabled
Afterwards it got stuck at Partition section and asked me to create root Partition, however screen got stuck and not responding. It shows only/dev/sda of 16 GB, does it has to do with the configuration being not synconozyed? or did I did something really bad in past? why it does not see the hard drive storage?


Doess it give you any clue of fixing the issue??

My apologies for bad formatting, writing it from new tablet (

Last edited by poojasaxena; 03-24-2023 at 02:28 AM.
 
Old 03-23-2023, 03:01 PM   #7
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by beachboy2 View Post
poojasaxena,

Pressing F12 should bring up the Boot Menu.
Yes, it does

Using SanDisk as an example of a USB flash drive with Ubuntu 22.04:

You must select UEFI-SanDisk, not just SanDisk.
I unfortunately don't see any SanDisk or uef1-sandisk

If this does not work, I suggest that you use GParted to format the drive as GPT and then create a 500MB ESP partition, flagged as boot and esp, plus 3 other partitions for root, swap and home.
How could I usegparted without any of installed?
Then boot from the Ubuntu USB flash drive on the pre-formatted hard drive.

Alternatively, use Legacy (non-UEFI) boot with 3 partitions.
Thisi did and it took me few ateps ahead
 
Old 03-23-2023, 03:03 PM   #8
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Brains View Post
@ wpeckham
I feel the OP is saying they cannot boot the USB device to do the installation.

Are you implying you booted the USB device in your buddy's Dell?
Or it appears when plugged in while the operating system is running?

My XPS Gen5 is from the year 2005, I have to hit the F12 key when the Dell logo appears to get a boot menu, then select the USB option to boot a USB device.
Today it worked after starting fresh start, please check my latest reply
I'm assuming you are trying to install the original Ubuntu version that came with the laptop?
No!

If so, I would try the latest Ubuntu 22.04, it should work just as well, just a suggestion, not a fix.
Yes, installing Ubuntu 22.04LTS
 
Old 03-23-2023, 03:03 PM   #9
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by wpeckham View Post
I would be shocked if Ubuntu current had not the capability to automatically create the EFI partition and format it, but that is possible. I would look up the expected partitioning and recreate that.


And next time take a drive image or backup before making major changes.
For sure
 
Old 03-23-2023, 03:11 PM   #10
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
The screenshots please
Attached Thumbnails
Click image for larger version

Name:	16796021861064759641056710938526.jpg
Views:	26
Size:	249.5 KB
ID:	40671   Click image for larger version

Name:	20230323_210829.jpg
Views:	17
Size:	266.2 KB
ID:	40672  
 
Old 03-24-2023, 03:06 AM   #11
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,002
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
poojasaxena,

On a Windows PC download the Ubuntu 22.04 iso image:
https://ubuntu.com/download/desktop

Also download Rufus:
https://rufus.ie/en/

Then follow these instructions to create a bootable Ubuntu USB stick with Rufus on Windows:
https://ubuntu.com/tutorials/create-...ows#1-overview

On your Dell XPS 13, follow the solution given here:
https://www.dell.com/support/kbdoc/e...cy-mode?lwp=rt

1. From a power off state, power on the system and Press F2 at the Dell logo to boot into the BIOS setup menu.
2. Choose Boot sequence and change the option from Legacy to UEFI then click Apply.
3. Choose Advanced Boot Options and disable Enable Legacy Option ROMs then click Apply.
4. Verify the Secure Boot -> Secure Boot Enable option is Disabled in the BIOS.
5. Choose SATA Operation -> SATA Operation and change to AHCI mode.
6. Insert your bootable Ubuntu USB drive.
7. Click Exit in the lower right corner and keep tapping F12 as the system reboots.
8. Select UEFI-USB HDD.

If this does not work, I recommend inserting a Gparted USB drive at number 6 and partitioning the hard drive as GPT with 4 partitions, including a 500MB FAT32 Efi partition flagged as esp/boot.
The other 3 partitions are for for root, swap and home.

Then boot from the Ubuntu drive and complete the installation.

Last edited by beachboy2; 03-24-2023 at 03:17 AM.
 
1 members found this post helpful.
Old 03-24-2023, 12:56 PM   #12
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by beachboy2 View Post
poojasaxena,

On a Windows PC download the Ubuntu 22.04 iso image:
https://ubuntu.com/download/desktop

Also download Rufus:
https://rufus.ie/en/

Then follow these instructions to create a bootable Ubuntu USB stick with Rufus on Windows:
https://ubuntu.com/tutorials/create-...ows#1-overview

On your Dell XPS 13, follow the solution given here:
https://www.dell.com/support/kbdoc/e...cy-mode?lwp=rt

1. From a power off state, power on the system and Press F2 at the Dell logo to boot into the BIOS setup menu.
2. Choose Boot sequence and change the option from Legacy to UEFI then click Apply.
3. Choose Advanced Boot Options and disable Enable Legacy Option ROMs then click Apply.
4. Verify the Secure Boot -> Secure Boot Enable option is Disabled in the BIOS.
5. Choose SATA Operation -> SATA Operation and change to AHCI mode.
6. Insert your bootable Ubuntu USB drive.
7. Click Exit in the lower right corner and keep tapping F12 as the system reboots.
8. Select UEFI-USB HDD.

If this does not work, I recommend inserting a Gparted USB drive at number 6 and partitioning the hard drive as GPT with 4 partitions, including a 500MB FAT32 Efi partition flagged as esp/boot.
The other 3 partitions are for for root, swap and home.

Then boot from the Ubuntu drive and complete the installation.
Thank you for your reply, I did everything as quoted by you, however I did not see any "uefi usb hdd " option at 8.
I chose to go for "try and install Ubuntu " and the same message about having only single 14 GB /deb/sda partition and being non responsive from there onwards.

Regarding *Gparted* and creating partition, you meant to imply that this should be done on the USB stick while burning image? Since GParted on my machine does not see any partition

Why my hard-drive is not visible? Shall I drop the idea of fixing it

Last edited by poojasaxena; 03-24-2023 at 01:05 PM.
 
Old 03-24-2023, 04:16 PM   #13
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,002
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
poojasaxena,

What is the size of your laptop's drive?

What is the size of the USB drive?

Can you boot the GParted drive by tapping F12 repeatedly and selecting USB/HDD?

Can you select each drive separately in GParted (use the Down arrow in top right corner of GParted)?
 
Old 03-25-2023, 02:55 AM   #14
poojasaxena
LQ Newbie
 
Registered: Aug 2022
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by beachboy2 View Post
poojasaxena,
Herr arr tye answers, sorry writing on phone so formatting is not so easy to maintain.
1. What is the size of your laptop's drive?
.

2. What is the size of the USB drive?

3. Can you boot the GParted drive by tapping F12 repeatedly and selecting USB/HDD?

4. Can you select each drive separately in GParted (use the Down arrow in top right corner of GParted)?
1. Sorry, but I can't say for sure, definitely atleast 150 GB, I don't know how to fins out when I can't get into my laptop, and only could access 14GB trial Ubuntu.

2. 16 GB

3. When I press F12 repeatedly, I don't see any such option on my end. Please check the screenshots attached
4. No,when I choose to go for 'try Ubuntu', gparted sees only seems 14 GB /dev/sda and don't show any other partitions ( yes, im talking about top right Down menu
Attached Thumbnails
Click image for larger version

Name:	20230325_084642.jpg
Views:	18
Size:	255.5 KB
ID:	40683  
 
Old 03-25-2023, 03:47 AM   #15
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,002
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
poojasaxena,

In post #7 you said:

Quote:
Originally Posted by poojasaxena View Post
Pressing F12 should bring up the Boot Menu.
Yes, it does
In post #12 you say:

Quote:
Originally Posted by poojasaxena View Post
I did not see any "uefi usb hdd " option at 8
I am confused by this Dell's behaviour. It only appears to see the 16GB Ubuntu installation drive and not the main hard drive.
 
  


Reply

Tags
boot error, dell, ubuntu



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
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
No suitable device found: no device found for connection System eth0 eribudi Linux - Networking 8 07-07-2014 11:08 AM
Directory not found; -xzvf not found; Makefile not found RealGomer Linux - Software 4 09-20-2010 10:02 AM
Port:0x180 failed (device not found ) Port:0 failed (device not found ) aaliya Linux - Hardware 0 10-05-2006 05:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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