LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   No booting device found dell i7 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/no-booting-device-found-dell-i7-4175723244/)

poojasaxena 03-20-2023 06:03 AM

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

wpeckham 03-20-2023 09:09 AM

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.

Brains 03-20-2023 10:55 PM

@ 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.

wpeckham 03-20-2023 11:49 PM

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.

beachboy2 03-21-2023 03:51 AM

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.

poojasaxena 03-23-2023 02:58 PM

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 :((

poojasaxena 03-23-2023 03:01 PM

Quote:

Originally Posted by beachboy2 (Post 6419138)
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

poojasaxena 03-23-2023 03:03 PM

Quote:

Originally Posted by Brains (Post 6419110)
@ 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

poojasaxena 03-23-2023 03:03 PM

Quote:

Originally Posted by wpeckham (Post 6418939)
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:(

poojasaxena 03-23-2023 03:11 PM

2 Attachment(s)
The screenshots please

beachboy2 03-24-2023 03:06 AM

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.

poojasaxena 03-24-2023 12:56 PM

Quote:

Originally Posted by beachboy2 (Post 6419869)
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:(

beachboy2 03-24-2023 04:16 PM

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)?

poojasaxena 03-25-2023 02:55 AM

1 Attachment(s)
Quote:

Originally Posted by beachboy2 (Post 6420030)
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

beachboy2 03-25-2023 03:47 AM

poojasaxena,

In post #7 you said:

Quote:

Originally Posted by poojasaxena (Post 5685032)
Pressing F12 should bring up the Boot Menu.
Yes, it does

In post #12 you say:

Quote:

Originally Posted by poojasaxena (Post 5685032)
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.


All times are GMT -5. The time now is 06:01 PM.