Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
My husband has managed to install Mint 13 after a dodgy moment with no file system defined and now has a dual boot system but the screen flashes through to fast to read. Can it be slowed down a bit?
I am afraid neither of us are of the computer gaming generation and require a bit longer to read stuff!
Cheers Margaret & Pete
My husband has managed to install Mint 13 after a dodgy moment with no file system defined and now has a dual boot system but the screen flashes through to fast to read. Can it be slowed down a bit?
I am afraid neither of us are of the computer gaming generation and require a bit longer to read stuff!
Cheers Margaret & Pete
Not possible. If there is no filesystem defined, the computer would not boot up.
Quote:
the screen flashes through to fast to read
Do you refer to the messages which scroll up the screen as the system boots up? If so, it isn't really necessary to read those messages unless you are having problems with the system. If that's the case, there are log files in /var/log which record most of those messages, which you can read in any text file viewer.
Do you refer to the messages which scroll up the screen as the system boots up?
I don't think Mint shows boot messages at all. It just shows a black screen, and then a splash screen. I was assuming the thread starter is referring to the grub menu.
I think joe 2000 has got it.
@Xstitcher you can probably get to the Terminal through Accessories. Do wish how to sudo explained? (the link says to "sudo gedit /etc/default/grub")
Distribution: Linux Mint 15/Ubuntu 13.10/Debian 7/SUSE 11.x/openSUSE 12.3/RHEL 6.4/Fedora 18/Slackware, and 5 more
Posts: 111
Rep:
If your problem is that grub is being to quick for you to decide which os you are on, it is fairly simple. But, to answer your problem, I need to know the other system on your computer, and you need to download rescueatux and burn the iso to a cd/dvd, and follow my instructions, for with that you will be able to edit grub's configuration file to make it any amount of time you would like.
Thank you for the instructions but I was hoping for some thing like a pause button. We think there are four options and Linux is the top one but we didn't manage to read the others. The system is Linux Mint 13 Mate and the other operating system is Windows 7. I wondered if for example if you just pressed the down key when it started would it then "stop" giving the time needed to read the rest. I suppose next time it boots one of us will have to try and read line two and the other line three. Once we have read it and made a note the job is done. I don't suppose you can do a screen dump?
Cheers Margaret & Pete
Press the down arrow key repeatedly. The GRUB menu should display. If the system does not boot and you also do not see a GRUB menu, try pressing Enter. That will usually boot Windows (if you pressed the down arrow key). You can also get a GRUB prompt by pressing the C key repeatedly.
If you are not seeing the GRUB menu at all then you probably need to change the GRUB configuration.
Look at this blog post that describes a console display problem with GRUB.
Where the instructions tell you to use "grub-mkconfig" you may have to do these steps instead.
Code:
sudo nano /etc/default/grub
Find the following line of text, and remove the # in front of it:
Code:
#GRUB_TERMINAL=console
Save and close the file (Ctrl+O, Ctrl+X), and then run:
Code:
sudo update-grub2
If you are uncomfortable trying to troubleshoot GRUB you may want to repair Windows first. Then install GRUB to the Linux partition boot sector instead of the Master Boot Record. You need to use the advanced install for Linux to do that. For example, install GRUB to "/dev/sda2" instead of "/dev/sda". Then you can add GRUB to the Windows menu.
The above instructions are for LILO, but the same thing works for GRUB. You basically copy the boot sector from the Linux partition into a file. Then copy that file to the Windows root directory (the Windows NTFS partition). After that you can boot Windows and use the "BCDEDIT" command to create an "application bootsector" menu entry that will boot GRUB. The advantage to this method is that you won't break Windows booting even if Linux or GRUB has a problem.
Distribution: Linux Mint 15/Ubuntu 13.10/Debian 7/SUSE 11.x/openSUSE 12.3/RHEL 6.4/Fedora 18/Slackware, and 5 more
Posts: 111
Rep:
Yes, if i know the system that controls grub, I cab give you instructions to restore and update the configuration, and if that does nit change the time, from the live dvd of rescueatux, login as root in the terminal, and then I would point you to the grub configuration file fit you to manually change the time to, I don't know, 30 seconds, at which point, if you hit the down arrow key during the 30 seconds, it will last infinity until you use up, down and then enter to choose the os.
Distribution: Linux Mint 15/Ubuntu 13.10/Debian 7/SUSE 11.x/openSUSE 12.3/RHEL 6.4/Fedora 18/Slackware, and 5 more
Posts: 111
Rep:
In rescueatux, choose restore grub, follow the instructions, choose update configuration, follow the instructions then in the files, open the folder <linux mint partition>/boot/grub/ as root, edit the grub.cfg file to change whatever grub_timout is to a number like 10000, save, reboot, but the windows section may be lost, so boot into linux and run sudo update-grub if it is lost.
From the description, it does sound like the grub timeout.
See post #9 (no need for rescue disks).
Not sure about Mint, but on Centos its /boot/grub/grub.conf and the line is 'timeout=5'.
As above, change to eg 10 and reboot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.