Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Black Screen Issue During Installation from Ubuntu bootable USB

  1. #1
    Join Date
    May 2013
    Location
    Paris, France
    Beans
    174
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Black Screen Issue During Installation from Ubuntu bootable USB

    Environment:
    - MSI GE60 with Nvidia GTX 765M and pre-installed Windows 8 (that I'm trying to get rid of)
    - Inside BIOS:
    1) Secure Boot disabled
    2) Fast Boot disabled
    3) Boot mode UEFI with CSM
    - Ubuntu 13.10 64 bits on bootable USB, made with Rufus 1.4.3: MBR with BIOS/UEFI

    Hello everyone,
    When I boot from the USB stick, I choose 'Install Ubuntu' from menu and ... black screen

    I had the feeling this issue has something to do with the fact that the latest Nvidia Graphics drivers are not provided on the bootable Ubuntu:

    1) If I modify the file \boot\grub\grub.cfg to insert 'nomodeset' before 'quiet splash' and select option 2) during the boot, I get the same result: black screen.
    2) I heard about 'Melchior' which is supposed to be able to customize the bootable Ubuntu, but I was unable to locate it on the Internet.

    How can I install Nvidia drivers on the USB stick and make them installed with Ubuntu?
    Or maybe someone has another solution?
    Last edited by actionmystique; February 8th, 2014 at 08:20 PM.

  2. #2
    Join Date
    Feb 2014
    Beans
    1

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    Hey,

    had the same problem earlier today.
    What worked for me:
    On the startup screen, select "install ubuntu", then go into the uptions / command line / parameters.
    On the line that calls vmlinuz, add " acpi_backlight=vendor" to the end of the line.
    Hope this helps,

  3. #3
    Join Date
    May 2013
    Location
    Paris, France
    Beans
    174
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    " acpi_backlight=vendor" did not work for my configuration.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    Quote Originally Posted by actionmystique View Post
    Environment:
    - MSI GE60 with Nvidia GTX 765M and pre-installed Windows 8 (that I'm trying to get rid of)
    - Inside BIOS:
    1) Secure Boot disabled
    2) Fast Boot disabled
    3) Boot mode UEFI with CSM
    - Are you intending to dual boot with Windows or overwrite Windows?
    - Is it correct that you run in UEFI mode? (I think you need that to use Windows 8)
    - You may need to stop Windows from 'semi-hibernating' too.
    - Ubuntu 13.10 64 bits on bootable USB, made with Rufus 1.4.3: MBR with BIOS/UEFI
    Can you install Ubuntu in UEFI mode (with GPT partition table, not MSDOS partitions with MBR)? Maybe you need another method to make the USB drive, for example cloning the iso with mkusb according to the Ubuntu Forums tutorial "Howto make USB boot drives"
    I had the feeling this issue has something to do with the fact that the latest Nvidia Graphics drivers are not provided on the bootable Ubuntu:
    Could be. Maybe you have to test a few proprietary drivers before you find one that works.

    1) If I modify the file /boot/grub/grub.cfg to insert 'nomodeset' before 'quiet splash' and select option 2) during the boot, I get the same result: black screen.
    2) I heard about 'Melchior' which is supposed to be able to customize the bootable Ubuntu, but I was unable to locate it on the Internet.

    How can I install Nvidia drivers on the USB stick and make them installed with Ubuntu?
    Or maybe someone has another solution?
    I have not heard of Melchior.

    You can install proprietary graphics drivers from the Software Center, Synaptics or with terminal window commands. The name of the packages are

    Code:
    nvidia-current
    nvidia-<some number> for example
    nvidia-331

  5. #5
    Join Date
    May 2013
    Location
    Paris, France
    Beans
    174
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    Quote Originally Posted by sudodus View Post
    - Are you intending to dual boot with Windows or overwrite Windows?
    - Is it correct that you run in UEFI mode? (I think you need that to use Windows 8)
    - You may need to stop Windows from 'semi-hibernating' too.

    Can you install Ubuntu in UEFI mode (with GPT partition table, not MSDOS partitions with MBR)? Maybe you need another method to make the USB drive, for example cloning the iso with mkusb according to the Ubuntu Forums tutorial "Howto make USB boot drives"

    Could be. Maybe you have to test a few proprietary drivers before you find one that works.

    I have not heard of Melchior.

    You can install proprietary graphics drivers from the Software Center, Synaptics or with terminal window commands. The name of the packages are

    Code:
    nvidia-current
    nvidia-<some number> for example
    nvidia-331
    Thanks for your answer and sorry for the delay.

    1) I've changed a little bit my initial plans: I'd like to keep Windows 8.1 on the HD, install Ubuntu on the SSD and be able to boot from it when it is inserted without having grub on the system.
    2) Windows 8 uses UEFI and I don't understand why we can't have one bootable drive with GPT (Windows 8) and another with MBR (Ubuntu): I don't have this choice in my BIOS settings.
    3) I'm not using 'semi-hibernating' mode in Windows.
    4) You're right, rufus does not seem to be the right method in this case. I cannot install anything on the SSD from Ubuntu: my Ubuntu runs on a VBox VM; the SSD is on USB 3.0 and I read that VBox cannot use USB 3.0, only 2.0. I might try to boot the SSD formatted with Windows 8 (GPT) and with Ubuntu ISO file on it.
    5) Regarding the proprietary drivers, I have no idea how to install them.

  6. #6
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    Quote Originally Posted by actionmystique View Post
    Thanks for your answer and sorry for the delay.

    1) I've changed a little bit my initial plans: I'd like to keep Windows 8.1 on the HD, install Ubuntu on the SSD and be able to boot from it when it is inserted without having grub on the system.
    2) Windows 8 uses UEFI and I don't understand why we can't have one bootable drive with GPT (Windows 8) and another with MBR (Ubuntu): I don't have this choice in my BIOS settings.
    If I remember correctly, UEFI systems do not boot from MBR (MSDOS) partition tables. Maybe it is possble to boot into a GPT drive and then point to an operating system in an MBR partition table (but I'm afraid it won't work). What might work is to change between UEFI and old style BIOS (often called CSM) in the UEFI/BIOS menu system, and boot what is installed in either UEFI mode or BIOS mode. But if you have no such choice ... maybe you can search for it one more time.
    3) I'm not using 'semi-hibernating' mode in Windows.
    4) You're right, rufus does not seem to be the right method in this case. I cannot install anything on the SSD from Ubuntu: my Ubuntu runs on a VBox VM; the SSD is on USB 3.0 and I read that VBox cannot use USB 3.0, only 2.0. I might try to boot the SSD formatted with Windows 8 (GPT) and with Ubuntu ISO file on it.
    VirtualBox does not boot from USB at all (even if it can use USB pendrives as storage devices, they don't boot). KVM can boot from USB. I must admit that I don't understand all of your item '4'. Please explain with more details how you intend to install Ubuntu!

    5) Regarding the proprietary drivers, I have no idea how to install them.
    You can install them from the Software Center, or with command lines. Maybe it is easiest to find which might be suitable and install using the Software Center, at least if you get some kind of graphical desktop environment.
    Last edited by sudodus; February 20th, 2014 at 09:14 AM.

  7. #7
    Join Date
    May 2013
    Location
    Paris, France
    Beans
    174
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    4) I'm currently migrating from an old Windows 7 laptop with a VBox Ubuntu VM which cannot be used to install Ubuntu on the USB 3.0 SSD.
    The new laptop has a HD with Windows 8.1 on it; I'd like to install Ubuntu 13.10 on the SSD and be able to boot from it on the new laptop only.
    This should clarify the situation

    5) The point is I cannot install the proprietary drivers befire the ISO image has booted from the SSD.

  8. #8
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    Download an Ubuntu 12.04.4 LTS or Ubuntu 13.10 64-bit iso file and check it with md5sum

    https://help.ubuntu.com/community/UbuntuHashes

    I suggest that you use Unetbootin to create a USB install pendrive from Windows. See these links

    https://help.ubuntu.com/community/In...n/FromUSBStick
    Paul Sutton's Unetbootin how to

    It is probably extra complicated to do it from Ubuntu in the the virtual machine.

    Insert the USB boot drive with Ubuntu and reboot the computer (the host operating system) and change the setting in the BIOS/UEFI menus to boot from the USB install pendrive or use a hotkey to get a built in menu to chooise which device to boot from. Save and exit and continue the reboot.

    When booted , 'try Ubuntu' (run it live) and get a feeling how it works. Use some boot option, if you have problems, for example with the graphics chip or wifi chip.

    https://help.ubuntu.com/community/BootOptions

    When you are happy with it, install Ubuntu to the SSD and reboot. If you need install a proprietary driver, do it after the installation. You may have problems, that might be solved with tips from the following links

    https://help.ubuntu.com/community/UEFI
    https://help.ubuntu.com/community/Boot-Repair

  9. #9
    Join Date
    May 2013
    Location
    Paris, France
    Beans
    174
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    All the Ubuntu bootable USB creators that I've tried (Rufus, Universal USB Installer and Unetbootin) use grub and FAT32. I feel that they both prevent me from avoiding the black screen that I keep experiencing after booting from the USB and choosing "Install Ubuntu". The point here is that I DO NOT need a menu to dual-boot; the choice is made by inserting the USB or not inserting it.

    I believe my system with Windows 8.1 needs a:
    - UEFI bootable USB, and probably NTFS;
    - without grub as a bootloader; I heard about syslinux but I couldn't find a tool to install it on the USB from Windows 8.

    Any tips would be much appreciated.

  10. #10
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Black Screen Issue During Installation from Ubuntu bootable USB

    A boot CD/DVD/USB pendrive with Ubuntu desktop 64-bit version 12.04.4 LTS and 13.10 'as is' will boot both in UEFI and BIOS mode. At least it works for me, if I

    - burn a DVD from from the iso file with k3b. that you install with

    Code:
    sudo apt-get install k3b
    - flash a USB pendrive from from the iso file with mkusb, that you install and run according to this Ubuntu Forums tutorial "Howto make USB boot drives"

    Start at this link for UEFI dual boot installations https://help.ubuntu.com/community/UEFI

    Finally, see the following link for an overview of different methods https://help.ubuntu.com/community/In...n/FromUSBStick

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •