I have a similar laptop to
Ubuntu 19.10 installer doesn't start on my Dell Inspiron 5491
But I am opening another question as the problem I face is different. The laptop is quite newand did not find any experience with the Ubuntu installation.
After switching from RAID to AHCI, disabling a secure boot, updating the BIOS, and play around with the BIOS option, I am trying to install Ubuntu 18.04.03.
I am not actually installing it but just using "Try Ubuntu".
I pass to the bootloader the options nomodeset intel_idle.max_state=1 without which the installation stops very early. I've also played around with ipv6.disable.
Everything stops while turning on services(see attached figure).
In particular acpid.service is the last thing I see, then the system freezes.
I suspect it is related to ACPI setup but don't have any clue on how to fix it. Any suggestion is much appreciated.
42 Answers
I have the same computer and for me it works with "noapic" on Ubuntu 18.04 and 19.10, and with "nolapic" on other distro.
Once 19.10 installed, it works great except the touch screen which is not reconized and the sleeping mode (suspend). I spent hours on it with no sucess for the moment. if you found any tips let me know.
1Installed Ubuntu 19.10 with dual boot windows 10 on the same model -- Dell inspiron 5491, 2 in 1 touchscreen with 512Gb single SSD, with i7 intel, (not amd-ry-zen).
Main challenges
- Live USB trial booting process would freeze. BIOS update took care of that.
- Once live version booted: Linux installers (Ubuntu/Fedora) were unable to "see" the SSD. Switching from RAID to AHCI fixes this. Be careful, put windows in Safe Mode first! Do a dry run of booting windows in safe-mode, then back to normal mode to gain familiarity.
Steps
- Update Window 10 (and optionally, fresh start)
- Update BIOS from dell support site. This also updated some drivers.
- Use
msconfigin windows 10 to set windows to boot in Safe Mode (minimal version). Some people use DOS commands, I simply usedmsconfigGUI. - While windows 10 is set to safe mode, change the BIOS SATA settings (using F2 to get into BIOS while powering up) from RAID to AHCI.
- After switching to AHCI, start windows 10 (which should already be in safe mode).
- Once windows boots up, go back to
msconfigand uncheck and turn off Safe Mode. - Reboot windows normally (it will now be in working in AHCI SATA mode).
- Reboot the machine and proceed with linux installation using live USB and grub 2.
Misc
- Updating BIOS/drivers (from Dell's support site) was key to make live USB trial work without any specific grub 2 options.
- I used windows 10 to shrink the C drive and create free space for the linux installation. Some folks do this during the linux install process.
- When trying out linux (Fedora/Ubuntu) from live usb, sometimes the wi-fi adapter was not detected. I found that just entering
eto enter grub 2's boot options setting (without actually changing anything) and then usingCtrl-xorF10to proceed resulted in the wi-fi adapter being recognized. - On ubuntu, Google Chrome handles touchscreen (scrolling and multi-touch) better than the included Firefox.
Stuff I read on the web (and tried earlier, but was not needed)
- Did not switch off "secure boot". In fact, I set up a password for secure boot during the Ubuntu installation (for 3rd party software/drivers).
- No options passed to grub 2, none at all. Tried those earlier, such as
nomodesetornoapic, but then wi-fi or touchscreen wouldn't work on even on the live USB trial version).