Jump to content
NotebookTalk

Aaron44126

Moderator
  • Posts

    2,239
  • Joined

  • Days Won

    31

Everything posted by Aaron44126

  1. Thanks for the nudge in the right direction. I found this Reddit post which helped me get it sorted (but I did have to modify his directions a little bit). It looks like it was set up (by Canonical/Dell/Broadcom/whoever) for Ubuntu 20.04 and needs some tweaking for Ubuntu 22.04. I'll post a step-by-step here later. Also helpful was a comment further down in the Reddit thread about the fingerprint read timing out. I had to enroll a second finger in order for it to start working for authentication. What's pretty nifty is that I can use my fingerprint to bypass sudo password prompts, too... I wasn't really expecting that. One slight disappointment is that I can't unlock the system by just touching the fingerprint sensor while it is locked with the screen powered off. I have to do something to "wake it up" and then do a fingerprint scan. (Windows would be "listening" for a scan even with the screen off.) Oh, this means ChatGPT is a liar!! (again)
  2. My Linux experiment seems to have stuck. I haven't booted my Windows install in about 48 hours and I don't think that I will need to except to maybe go grab some files from my user profile. (I do have a Windows VM running in Linux that has access to my Windows data drive.) I have made a separate thread about this transition but I wanted to note some things specific to this model laptop over here. Linux seems to handle idle power management differently. I don't know if it is "better" but I know that there is a much lower level of background activity on Linux. I have heard some odd electrical buzzing from my laptop when there is nothing really going on that I never heard while running Windows. It doesn't seem to be coming from the fans because I can hear it when the fans are off (which also happens more often with Linux running); I can hear it coming from beneath the keyboard, so the CPU or something on the motherboard. I tried disabling Intel Speed Shift and C-states in BIOS (following online advise from others noting this problem), and neither of those helped. So, for now I have addressed this by running the Folding@Home client at the "light" power level to give the system something to do. With turbo boost disabled, this does not cause the fans to rev up and CPU temperatures are in the mid 50's. For other Dell/Linux users, you might find this useful. Here are commands to change the "thermal mode" on the fly. smbios-thermal-ctl --set-thermal-mode=balanced smbios-thermal-ctl --set-thermal-mode=cool-botom smbios-thermal-ctl --set-thermal-mode=quiet smbios-thermal-ctl --set-thermal-mode=performance These must be run as root and you have to have the Dell SMBIOS support tools installed. On Ubuntu, the package name is "smbios-utils". There's no tools or commands that I have found to read the fan speed, but I should be able to come up with one. [Edit] Found a better way to kill the buzzing; I don't know if the Linux wasn't respecting the "no C states" rule from the BIOS, or if the BIOS implementation is just bad, but it seems like the system was still entering higher C states even with C states disabled in the BIOS setup. I found a Linux solution to dynamically disable C states and I used that to block everything higher than C1. We'll see if that kills the buzzing. I still plan to come up with a solution that cycles Folding@Home on and off to prevent the fans from powering off. (Better than a random junk background CPU job.) [Edit 2] C states is not the issue; I still hear it with C states disabled and with FAH running. I think it might be something relating to Intel GPU power management? Going to figure out how to disable that. [Edit 3] Solved buzzing. It was either caused by the fingerprint reader or something to do with USB power management. I added the fingerprint reader to the USB "autosuspend" blacklist so that the kernel will never try to power it off, and the buzzing stopped.
  3. What does everyone use for email? I haven’t decided if I’m going to try Thunderbird or Evolution first. (Coming from Outlook on Windows.) Any chance for proper Exchange or Exchange ActiveSync support …? I am familiar with Thunderbird, I used it for a few years (a long long time ago). Evolution looks more... Outlook-like, at a glance. [Edit] I take it back with Secure Boot being OK. It was OK, but I realized that I had left it disabled while mucking around, so I enabled it again this morning. Everything booted up fine, but VMware Workstation would not start any VMs, and it took me a bit to figure out what was going on — I had built some of the kernel modules myself (noted in a post above), and those weren't signed, so they would not load while Secure Boot was turned on. Maybe at some point I will figure out how to sign those, but for now, Secure Boot off is OK.
  4. Now that I'm starting to get busy, I'm mildly annoyed that Alt+Tab in GNOME just shows one row of apps instead of expanding to multiple rows like Windows does (...so not all open windows fit on the screen). Guess I've got to get used to using the "activities view" if I want to do something other than flip to one of the most recent apps. Solved poor responsiveness in VMware by disabling hardware graphics acceleration... Huh. (Lots of people complaining about this, so not just me.)
  5. Took a little bit of trial-and-error but I figured it out. It was not enough to just add a new launcher via MenuLibre; I had to set its "Startup WM Class" (hidden down under the "Advanced" tab) in order for it to be properly identified and pinned in the dock. (Without the WM class set, I was able to pin Beeper to the dock but when I clicked it, it just added a second unpinned Beeper icon to the dock that was the actual running application.)
  6. I was actually just playing with MenuLibre before I saw your post, ha.
  7. Yeah, that's the "iPhone-like" interface I was referring to (...though I didn't know the keyboard shortcut, thanks). It's not terrible, but I don't like how the icons have to be laid out left-to-right and you can't just place them anywhere on the grid. (Same complaint about an actual iPhone... and with the Windows 11 Start Menu.) I might have a spot that I like to keep an app for muscle memory access, but its position could get jumbled up if I mess with anything "before" it. Also need to figure out some more about how apps work in general. For example, I use "Beeper" for communication and the Linux version is distributed as an .AppImage file that you can just run directly. Because it is not "installed", it doesn't show on the app grid nor can I pin it to the dock.
  8. Likewise, mostly what I want from the desktop environment is for it to just stay out of the way. I'm getting along well enough with GNOME as it is set up. I rather doubt that I will be keeping its file manager and I will check out PacManFM, or maybe look at something like Krusader. (I use(d) an alternate file manager and Start menu on Windows as well.) I think I'm good with just the three (Dash to Panel, ArcMenu, Tray Icons Reloaded). The one thing I'm wanting now is a better app launcher. I like having one keypress to bring everything up on one screen and then one click to open what I want ... Windows 8/10 tiles were good for this. GNOME "sort of" has this with their iPhone-like app menu, but at the very least I'd need to find a way to be able to freely place items rather than have them arranged in forced left-to-right rows. (Maybe there's another extension for that.) Thanks for the tips. I don't suppose you've seen anything more recently on the Precision 7000 fingerprint reader? I have seen that I could use "howdy" to set up facial-recognition login, and I do have an IR camera. I'd rather do fingerprint login, but I will take face login over typing my password. Secure Boot seems to work fine with Ubuntu (though I find that I have to disable it to boot a USB drive that I made with Rufus -- but not if I burn it to an actual DVD...). I'm not too worried about Windows messing with Grub, I think worst case I would have to go to BIOS and re-point it at the Ubuntu boot manager instead of the Windows one. Normally the Windows boot loader doesn't get refreshed unless you install a "feature update" and I might never do that again. ...I actually had Ubuntu install the boot loader on the Windows EFI partition and it indeed automatically added the Windows boot loader as an option to Grub. I can also choose whether to boot the Windows boot loader or Grub from the F12 boot menu. Yesterday, I was booting Windows pretty often to go pull files that I wanted to move over to Linux or my new Windows VM. Last night I got my Windows data drives attached directly to the VM, so I don't think that I'll need to reboot into Windows as often. I know that KDE has experimental Wayland support, but kubuntu doesn't enable Wayland by default yet. In fact, when I installed regular Ubuntu+GNOME, it didn't even have Wayland enabled by default, though I thought that I had read that it would be for 22.04. I enabled it myself (and then disabled it again after issues). I will be looking at LUKS at some point, I am interested in having an encrypted disk with "seamless boot" similar to BitLocker. I have bookmarked a tutorial on switching over an already-existing Linux install. Ubuntu seems to automatically invoke DKMS and build new stuff when a kernel update shows up, I'm not too worried about having to figure that out. I will look at BTRFS for my data drive. I've freed up one of my 8TB drives to use as a "bulk storage" drive for Linux but I haven't formatted it yet. I'm going to set up up as a single-drive RAID0 array with mdadm, so that I can add my other 8TB drives as I free them up and just have one giant partition, without having to shuffle everything around again. (I've also found directions for everything that I will need regarding this.) ———————————————— I spent some time just now figuring out how to do keyboard button remapping with xmodmap. I now have the same keybindings that I had set in Windows (i.e. right Alt/Ctrl mapped to PgUp/PgDn, messing around with the positions of F11/F12/Home/End; all of this because of "deficiencies" in Dell's laptop keyboard layout). That had been driving me crazy for the past day or so. The next thing that I need is a proper backup solution. I had yuzu throw out my XC3 save files yesterday after a crash — luckily, I had a copy of those sitting around so I only lost about five minutes of progress. I'm looking at an automated solution that runs every so often and makes folders of hard links (sort of like Apple Time Machine). I forget what it is called. Overall, this "experiment" has gone more smoothly than I thought and I find myself increasingly committed to keeping Linux as the daily driver. I'm pretty happy with how it is shaping up, though there is still lots to do and figure out. I'm not sure what would happen at this point to block me from proceeding. I do have the Windows VM which will host some Windows-only software that I need and it will probably stay running at all times. At some point I'll look into seeing if any of that stuff can be moved over to Wine. (That said, there is no way that I could switch to Linux on my work PC, that will continue to be Windows for the foreseeable future. My workflow is very Windows-dependent.)
  9. Ah yeah, thanks for the tip, this is much better. Don't need two bars... one is fine. The autohide also works really well. (I found that the extension that hides the top bar that I linked above isn't exactly perfect... for example, the top bar always reappears upon unlocking the system and you have to mouse over it to get it to go away.) And it seems to have many options for customization. I already shrunk the spacing between icons. I'm definitely interested in any "tips and tricks" along these lines. Anyone know if there's a way to get something more like the Windows 7 Start Menu in GNOME? (CInnamon and KDE have something along these lines built-in by default.) I know I can use the "activities" view and search for something, but sometimes I like seeing applications in a list. When I used GNOME 2.x back in the day, it had an application menu available from the top bar where you could have the apps grouped into categories, but that appears to be gone. [Edit] - https://extensions.gnome.org/extension/3628/arcmenu/ Also anyone know if there is a way to group "tray icons" into a container so that they aren't just hanging out on the right side of the bar? I have a couple of icons there already and I have a feeling that this space is going to get crowded with stuff again that I don't feel adds real value to keep on the screen all of the time. (I do see that Dash to Panel has the option to hide them entirely from the bar, but also looking for some way to quickly get at them on demand I guess?) [Edit] - https://extensions.gnome.org/extension/2890/tray-icons-reloaded/ (Also, disable the stock "Ubuntu AppIndicators" extension.) (I'm sure I could look into this stuff myself, and I will, just looking for any jumpstart from more experienced folks here. :-P)
  10. Looks like I can't use Wayland if I want to use VMware Workstation, for now... Wayland intercepts keyboard shortcuts like "Alt+Tab" and they are interpreted by the host OS, not the guest OS. Doesn't look like anyone has figured out a way around this other than to switch back to Xorg. Probably need VMware to address it themselves. [Edit] Switching to Xorg also seemed to fix my GPU performance issue in yuzu... I guess it's just a bit too early to be trying to use Wayland? [Edit 2] Figuring out GNOME extensions, found this one that autohides the top bar. https://extensions.gnome.org/extension/545/hide-top-bar/
  11. Man, ChatGPT is a bit creepy. I will check this out. I'm not sure if it really knows what it's talking about for at least a couple of these but has still put something together that "sounds" reasonable.
  12. I've never seen Windows setup get stuck like this. Is this in Windows Update in Settings, before the upgrade even really starts? You can force the update to kick off in a couple of different ways. Check the link here: https://www.microsoft.com/software-download/windows11 Run the Windows 11 installation assistant. ...or, use the "create installation media tool" to build a Windows 11 USB drive (you'll need an 8GB+ flash drive that you don't mind erasing), and then run setup.exe off of the drive.
  13. Alright, I'm giving it a go. Hoping some more experienced Linux users like @Etern4l and @Ionising_Radiation can maybe offer some tips. This is on my Dell Precision 7770 (full specs in sig). I actually had trouble just getting a distro up and running. I want to use Ubuntu or a derivative mostly because it's what I'm used to — I'm actually pretty familiar with Linux from using it on servers, VMs, and WSL; it's just been a looooooong time since I tried to use it as a daily driver desktop OS. Tried Linux Mint 21.1 first and it installed fine, but I found that Cinnamon is "not there" when it comes to high-DPI support so that experiment ended quickly. I wanted to start by trying KDE instead of GNOME. I found that kubuntu 22.04.2 locked up whenever I got a few clicks into the installer or when I tried the "Try Kubuntu" button. (I tried two different USB drives to make sure that it was not some kind of storage issue.) I did eventually get it to install but then it locked up after I entered my password at the login screen after first boot. Actually tried to boot Fedora-KDE but I got stuck with a black screen and blinking cursor when trying to boot the install media. Possibly the NVIDIA driver issue (see next point). ...So fine, I'll give plain Ubuntu with GNOME a go. I managed to install Ubuntu 22.04.2 and that went fine, but after installing the proprietary NVIDIA GPU driver I was again greeted with a black screen and blinking cursor after rebooting. I figured out the solution to this which was to install the linux-headers package before installing the NVIDIA driver itself, I guess it builds some modules dynamically and failed without that package? So, up and running on Ubuntu 22.04.2 with GNOME. It's actually a pretty slick experience, with nice GUI animations and high-DPI looking really good. I don't like the left-side app dock; I moved it to the bottom and put it on auto-hide, seems good enough. (I'm more of an Alt+Tab user, and I also like how pressing the "Super" brings up all of the open app windows.) I don't like that top bar either, it seems to be taking up space without really offering much value. I'm sure it can be customized but I haven't messed with that yet; I did not see any options regarding it during my quick trip through the Settings app. Anyway, here are my observations/issues after trying to use it for an evening. I'm using "hybrid graphics" ("Optimus") so the laptop display is driven off of the Intel GPU. It seems to have a proper kernel module/driver for the 12th-gen Intel GPU (this was not the case with Ubuntu 22.04.1). But, it will not let me select 120 Hz for my refresh rate, the only option presented is 60 Hz. I didn't spend a whole lot of time trying to figure this out, but nothing jumped out at me when I Googled about this issue. (No such issue with this under Windows.) This was the case both under X11/Xorg, and under Wayland, which I did figure out how to get running. Also regarding the display panel, by default "automatic brightness" was turned on which is supposed to, I guess, dynamically change the screen brightness depending on your physical environment. In practice, for me, it resulted in the screen brightness just changing randomly. Like, it kept trying to compensate for light created by the display panel itself. I turned it off in GNOME settings, and all is good, except it is still active at the login screen when the system first boots up. The result is, after I reboot, the screen brightness level after I log in is "random" and I have to manually correct it. I wonder if there is any way to get the Precision 7000 fingerprint reader working yet? I was mildly annoyed to enter my password every time I wanted to unlock the system, but I didn't actually spend any time trying to figure this out yet. Some apps don't respond well to high-DPI. My first big example is KeePass, my password manager of choice, which on Linux runs under Mono. The text is rendered well enough but all of the graphics and the toolbar are tiny. Is there a way to run a specific app without scaling and have the system just blow everything up to 200%, so it looks blurry maybe but at least has the proper layout? (Easy enough to pull off under Windows.) I'll give KeePassXC a try, but I do rely on a number of KeePass plugins, so I'm not sure if it will support everything... I'm also annoyed that the GNOME file manager reports file and disk sizes based on "1000" rather than "1024". A 32 GB partition (that is 32 * 1024 * 1024 * 1024 bytes) is reported as 34 GB. Same for the sizes of various files. I understand the reasoning, sort of, but I would prefer the option to switch to "MiB" 1024-based sizes if only because I am long used to it and also to have my file sizes match up with every other operating system. There doesn't appear to be a way to do this. It's not consistent, either, for example GParted does report things based on 1024-based sizes. I'd expect Linux to be more about user choice, so the answer "No, you can't do that" makes me say "...Really?". I saw reference that the KDE file manager also uses 1000-based sizes; they had an option to switch to 1024-based but it disappeared with KDE Plasma 5? I'm not opposed to using a different file manager to "get around" this. I was planning to look for a "power user" file manager anyway. But I'll need it to properly register as the default file manager, so if I do something like ask Firefox to "show me" a file that was just downloaded, it will open in that and not the default GNOME file manager. I got VMware Workstation installed so that I can run a Windows VM (which I will probably have to do full-time). I had to do some manual compilation to install some kernel modules that it wanted. Not the slickest experience... And the actual issue that blocked me from proceeding for now. I installed yuzu to play Xenoblade Chronicles 3, and I had no problem getting it up and running, but performance was poop. It did identify and allow me to use the NVIDIA GPU for rendering, but struggled to maintain 20 FPS at 1080p. It's a Switch game so its not that graphically intense, on Windows 4K/60 FPS is not an issue. Do I need to do something to kick the NVIDIA GPU into a higher performance state?
  14. It looks like the NVIDIA driver was the cause of the issue? I did a new install and installing the Linux kernel headers package before installing the NVIDIA driver seemed to do the trick. (I also tried Kubuntu without success. After installing, when I got to the login screen at the first boot, I put my password in and hit "Enter" and it just got stuck there. All of the options greyed out, but nothing happened. I'm rolling with GNOME for the time being.) [Edit] Installed some apps... yuzu & RetroArch for games, KeePass password manager, and VMware Workstation to set up a Windows VM. I am working on freeing up one of my 8TB drives so I can have some bulk space in Linux. I'll try using it over Windows as much as possible this weekend and see how it goes. (...I'll probably open up another thread in the Linux subforum.)
  15. I seems to be the same on the Precision 7X70 and 7X80 systems. But those, you can't even remove the keyboard easily — they eliminated the separate keyboard trim/lattice plastic piece that is easily removed in older systems to allow access to the keyboard. I looked at directions to replace the keyboard in the Precision 7770 and it similarly requires taking everything out of the system from the bottom to get at the keyboard from beneath. If you could pop off the palmrest then that would not be necessary.
  16. A lot there but this jumped out at me as I was reading. There's no way even a small number of nuclear strikes causes only a localized impact, given how globalized the world economy and supply chain is right now. I mean, if you look at the Russia/Ukraine conflict, which is certainly not a massive war involving many countries and has no nuclear devices in play (for now), you see the failure of Ukraine to export grain causing food prices to rise in many areas, and gasoline/energy prices on the rise as well as large parts of the world try to cut themselves off from Russian oil and natural gas. Many people are fine and just have one more thing to complain about, but it could cause significant hardship to those less well off. ...A single nuclear strike would upend economic activity across a large area, both because of the effects of the blast and also how local people "sort of nearby" react to the situation, causing shocking repercussions worldwide even if they aren't directly related to the blast itself. How OK would the Aussies be? I know they wouldn't have to deal with the nuclear impact directly (fallout / environmental impacts), but surely they import tons of food and other things that would suddenly become harder to find and notably more expensive? The inflation that we are experiencing right now would look like nothing. There is a lot of benefit to be had from AI as well. It could lead to increasingly rapid advances in many areas (computing, medicine, building and vehicle construction/design, ...). An exciting time to live (but also sort of scary).
  17. Could you build a Framework laptop from scratch? I was poking around their parts page after noticing how difficult it would be to replace the palmrest in my Precision 7560. They seem to sell everything individually. You could get ... Top cover, bottom cover, and input cover (comes with keyboard, touchpad, and power button / fingerprint reader) Plus fasteners for those three components Webcam module, display panel, hinges Antennas and battery Wi-Fi card Power adapter Your choice of motherboard and expansion cards Put everything together and, ta-da, laptop. Or if you don't want a laptop (or have done an upgrade and replaced the board), you can get a standalone case to slap the motherboard in. Obviously not the same but it "feels" a lot more like how you can easily build a desktop from scratch. Too bad it's just one company doing the work. I wish other manufacturers would get onboard so we could have cross-compatible components.
  18. Alright, so somehow my palmrest got damaged. Some of the carbon fiber finish has been "chipped off" revealing just plain black plastic underneath. It's not a huge area, just a little "chip" along the front, but it's definitely noticeable. (I just noticed it this morning. I can't think of anything happening to the laptop that would have caused this, so either it "just happened" that some of the carbon fiber finish came off, or maybe my kids did something while I wasn't looking .....?) Anyway, I'm sure that with ProSupport Plus I could get Dell to ship me a replacement heatsink. What would it take to install that? Follow the procedure in before working inside your computer. Remove the SD card. Remove the secondary M.2 SSD. Remove the base cover. Remove the battery. Remove the SIM card. Remove the secondary memory. Remove the WLAN card. Remove the WWAN card. Remove the primary M.2 SSD. Remove the keyboard lattice. Remove the keyboard. Remove the power button board or power button board assembly with fingerprint reader. Remove the smart-card reader. Remove the touchpad buttons. Remove the power button or power button assembly with fingerprint reader. Remove the SD card reader. Remove the GPU power cable. Remove the GPU card. Remove the primary memory. Remove the heat-sink assembly. Remove the inner frame. Remove the system board. Remove the power-adapter port. Remove the speakers. Remove the middlecap. Remove the display assembly. Holy cow, there's like nothing left after removing all of those parts! Is the palmrest now like the most central part of the laptop? The manual seems to indicate that after you remove all of the parts listed, there are no more steps to do because all you have left is the palmrest. I could pop the palmrest off my my M6700 just by taking the keyboard out and removing a bunch of screws, it was designed to be replaceable on its own. (Just another thing nudging me to switch over to Framework...)
  19. Side-by-side. No issues with BitLocker, but I found that Ubuntu's installer didn't really know what to do and really wanted me to turn off BitLocker. I shrank my Windows partition to free up 256 GB of space, then in Ubuntu at the partition part I did a "custom install", told it to use the 256 GB of space as the root "/" partition, and told it to install the boot loader on the EFI partition. The result is, the system boots Grub first and there are options in the menu to boot Ubuntu or hop to the Windows bootloader. BitLocker is not engaged unless you select the latter option. BitLocker will be a bit freaked out because of the configuration change so you will have to enter your recovery key on first boot and then suspend/unsuspend it to get it to be OK with the new configuration. If you do something like this and decide you don't want Linux anymore, you can go to BIOS setup boot configuration and set "Windows Boot Loader" as the default boot option and then it will just go to that directly, bypassing Grub. —————————— There is a new BIOS update out today, 1.11.0. (...I am still running 1.8.0, but the system has been stable lately so I'll probably be upgrading before too long.) https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=8F4H3 - This release contains security updates as disclosed in the Dell Security Advisories DSA-2023-091, DSA-2023-095, and DSA-2023-099. For more information, see Dell Security Advisories and Notices.
  20. Correct, since Precision 7X70 you have to pick between CAMM (up to 128GB but no ECC) or SODIMM (ECC is available, but only two modules, so 64GB max). Word is coming out that JEDEC is "blessing" CAMM as the replacement for SODIMM so we will likely see other manufacturers adopt it. Hopefully it will be possible to find modules from other sources (at a reasonable price) within the next few years.
  21. Playing with Linux again. Did a Linux Mint install. Worked fine, but unworkable; high-DPI support in Cinnamon is just not there. Everything was tiny despite being set to 200% scaling. So, I did a stock Ubuntu install with GNOME 3. I don't really like GNOME 3, but it is pretty solid when it comes to just "working well" with plenty of settings and good high-DPI support. Observations: I tried Ubuntu 22.04.1 some time back and it would boot the live media but fail to boot after an install was done; Ubuntu 22.04.2 installed and booted fine. I was not able to select 120 Hz for the display, it was locked at 60 Hz. Before I could mess with that more, I did package updates (which included a kernel update) and also installed the proprietary NVIDIA driver (525). After rebooting, the system was dead with just a black screen and blinking cursor. (Note, graphics switching enabled so it should have been running off of the Intel GPU.) Alas... Don't have more time to mess with it right now.
  22. Framework posted some articles about improvements to the Framework Laptop 13. https://frame.work/blog/whats-new-in-this-years-framework-laptop-13-part1 https://frame.work/blog/whats-new-in-this-years-framework-laptop-13-part2 Matte display, better battery, louder speakers, new thing for the WiFi antenna cables, all cool… One interesting surprise is that they are omitting the RTC battery in new builds of 13th gen and Ryzen systems, so you will lose the system time if the main battery is ever disconnected. They have given some reasoning, but I wonder how much of it is “saving some money”. You can source an RTC battery separately if this is a concern. (They’ll be offering it on the marketplace, but it’s a pretty normal battery that you could find elsewhere.)
  23. In most territories, they will not sell these directly. @Ionising_Radiation has been able to get them from Dell Singapore ...
  24. You can try this. This is supposed to start a BIOS recovery tool where you can do things like reset the NVRAM or flash a different BIOS image. (I've never actually tried using this before, but if it does happen to work then it might be the starting point to get somewhere else.) https://www.dell.com/support/kbdoc/en-us/000132453/how-to-recover-the-bios-on-a-dell-computer-or-tablet Under "How do I start the BIOS recovery on a Dell computer?": The procedure on laptops appears to be, shut the system down and disconnect everything, including the AC adapter. Then, hold "Ctrl" and "Esc" on the keyboard, and while doing that, connect the AC adapter.
  25. Poking around, I found a reference to single amber blink indicating failed BIOS update. (This was in reference to a desktop XPS, though.) Did you happen to update the BIOS before this happened?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use