Results 1 to 5 of 5

Thread: i cant get past a ubuntu boot screen

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    i cant get past a ubuntu boot screen

    i installed ubuntu from my usb along side windows however when i boot ubuntuit wont boot past a screen with a list off actions and all oks and the list ends with stopping save kernal acttion

  2. #2
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: i cant get past a ubuntu boot screen

    Could you please do this, boot the PC and in Grub (The menu where you pick what OS to boot), select the topmost line and press e, then scroll down using the arrow keys down to a line that starts with linux for example
    Code:
    linux   /boot/vmlinuz-3.7.0-7-generic root=UUID=c4db4ecf-5983-4e04-a2ce-ef49ca20fdda ro   quiet splash vt.handoff=7
    and remove everything past ro, like this
    Code:
    linux   /boot/vmlinuz-3.7.0-7-generic root=UUID=c4db4ecf-5983-4e04-a2ce-ef49ca20fdda ro
    After you are done, press Ctrl+X. You will see a lot of text scroll by, when you see that it is "stuck" for a while (Longer than 30 seconds), take a picture of the whole text using a camera or preferably type up what you see about 5-10 lines from the bottom.
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  3. #3
    Join Date
    Mar 2013
    Beans
    2

    Re: i cant get past a ubuntu boot screen


  4. #4
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: i cant get past a ubuntu boot screen

    Hi ,
    read here , about some parameters that you can apply.
    http://ubuntuforums.org/showthread.php?t=1613132

    Hope it helps.

    Thanks
    Last edited by NikTh; March 8th, 2013 at 01:42 PM.

  5. #5
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: i cant get past a ubuntu boot screen

    Hmm... Could you try doing the same process again, but also add "verbose nomodeset" after ro?
    Code:
    linux   /boot/vmlinuz-3.7.0-7-generic root=UUID=c4db4ecf-5983-4e04-a2ce-ef49ca20fdda ro verbose nomodeset
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

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
  •