• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended
ENVY 360x TS U110dx
Microsoft Windows 10 (64-bit)

Hello!

i've been trying to install linuxmint on my new HP ENVY Touchsmart 360x U110DX with MS Win 10 (Dual Boot).
But I have gone through and still going through very tough time. First it was with partitions. as recovery partition came in the way. Unfortunately and fortunately I lost that partition. unfortunately because now I don't have recovery partition, fortunately because now I can arrange my drive as I want it.

I made a Live USB with Linuxmint 18. And When I boot from this drive, it gets stuck after the grub menu of Linuxmint. And it only show a black screen. 

Cap lock light and brightness buttons also not work. 

How can I install Linuxmint with Win 10?

Please help

 

Thanks.

14 REPLIES 14
HP Recommended

Hello,

 

Thank you for posting in the HP Support forum. Welcome !

 

Please, check these threads:

>> https://community.linuxmint.com/tutorial/view/2191

>> http://linuxbsdos.com/2015/08/18/how-to-dual-boot-linux-mint-17-2-windows-10-windows-8-1-on-a-pc-uef...

 

Hope it helps !

 

 

Your FEEDBACK is important. Use the interactive buttons below and let me know if the post helps ;
*** HP employee *** I express personal opinion only *** Joined the Community in 2013
HP Recommended

Thanks IT_WinSec

But I had already googled it. And had checked both of the links you shared.
Problem I'm facing is totally different.
All of these tutorials assume that people don't have problem booting from live DVD or USD drive. But I do.

I can't boot from USB.
It shows the GNU Grub and I choose to run linux mint. But then it ceases. Black screeen. And nothing. 
And my HP laptop doesn't have any lights indicating that hard drive is working or processor is busy.

And Caps lock light also don't toggle.

Here is what I've already done.
I've created a Live USB using two different software.
And have tried it on two different USB drives.

I changed the boot sequence.
Enabled lagacy boot.
Set the USB 3.0 to Auto.
And disabled secure boot.


Nothing seems to work.


HP Recommended

@mysoomro wrote:

Thanks IT_WinSec

But I had already googled it. And had checked both of the links you shared.
Problem I'm facing is totally different.
All of these tutorials assume that people don't have problem booting from live DVD or USD drive. But I do.

I can't boot from USB.
It shows the GNU Grub and I choose to run linux mint. But then it ceases. Black screeen. And nothing. 
And my HP laptop doesn't have any lights indicating that hard drive is working or processor is busy.

And Caps lock light also don't toggle.

Here is what I've already done.
I've created a Live USB using two different software.
And have tried it on two different USB drives.

I changed the boot sequence.
Enabled lagacy boot.
Set the USB 3.0 to Auto.
And disabled secure boot.


Nothing seems to work.



Hi,

This is a common linux problem as most laptops these days have two graphics cards and the system is "confused". Boot into Windows 10, insert the liveUSB of Mint and EDIT!! a boot config file. In a text editor open: /etc/default/grub

Then change a line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

You could also add nomodeset into the kernel options at boot manually but this is a permanent fix. Make sure that the Legacy mode is enabled.

Asus ROG STRIX G16 Manjaro Xfce
HP Touchpad provided by HP
HP Microserver Gen8 10TB Debian Server

*Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*
HP Recommended

Thanks pepe999
I think you're right.

But the path you mentioned does not exist in the USB I've created.

In my usb there is a boot/grub/grub

In this grub file i found this text which differs from the part you mentioned.

------------------------------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi

set menu_color_normal=white/black
set menu_color_highlight=black/light-gray

menuentry "Start Linux Mint 18 Cinnamon 64-bit" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename=${iso_path} quiet splash--
initrd /casper/initrd.lz
}
menuentry "Start Linux Mint 18 Cinnamon 64-bit (compatibility mode)" {
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper xforcevesa iso-scan/filename=${iso_path} ramdisk_size=1048576 root=/dev/ram rw noapic noacpi nosplash irqpoll --
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/linuxmint.seed oem-config/enable=true only-ubiquity cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper iso-scan/filename=${iso_path} quiet splash--
initrd /casper/initrd.lz
}
menuentry "Check the integrity of the medium" {
linux /casper/vmlinuz cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check iso-scan/filename=${iso_path} quiet splash--
initrd /casper/initrd.lz
}v
---------------------------------------------------------------------------------------------------------------------


I triend by adding nomodeset  after each quiet splash.
When I booted then it showed a silver screen instead of black screen with a blinking curser. 

HP Recommended

Yes, the file is named grub.cfg in grub directory on the live usb/cd. Try to add acpi=off or xdriver=vesa to the first kernel option (Start Linux Mint 18 Cinnamon 64-bit).

Asus ROG STRIX G16 Manjaro Xfce
HP Touchpad provided by HP
HP Microserver Gen8 10TB Debian Server

*Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*
HP Recommended

I treid it and added acpi=off.  Didn't work.

One more thing that doesn't make sense to me but might make sense to you  people. 
When I boot it shows the boot menu with totally back blackground with menu items on top left norner. just three of them. When I run from this menu it just goes to a black bakcground and nothing after it.
I was trying many things and came up with this. In this menu i pressed esc and it took me to grup command line. I typed exit and then it took me to linuxmint boot grub. With grayish features and 10 sec timer.
At first when I was choosing to run linuxmint from this menu it was taking me to a blinking curser now it's giving some kinda error.

Here is the pic.13921176_1421273411219746_5186874869844001638_n.jpg

HP Recommended

One more thing. when I boot from UEFI (encircled red in picture below that I took from anotehr question on this forum) it goes to the same total black grub menu, when I choose USB Hard Drive - (Kingston in my case) USB Flash Drive it goes to that greyish linuxmint grub menu with 10 sec timer to boot automatically. 

original.jpe

HP Recommended

It looks to me that it starts well but stops when it starts loading the vga driver. If you have tried the nomodeset and xdriver=vesa then I can't help. BTW: There is no need to boot from UEFI as the laptop should be in the legacy mode. 

Asus ROG STRIX G16 Manjaro Xfce
HP Touchpad provided by HP
HP Microserver Gen8 10TB Debian Server

*Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*
HP Recommended

Excuse me for intruding here but I have a question. Is linuxmint OK for laptops?  Linuxmint.com states the OS is for desktops. I am interested for future decisions on an alternative OS.

Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.