Ubuntu :: Computer Booting To System Memory Test In Grub Menu?
Feb 20, 2010
I'm very new to Linux but when I first installed it, I downloaded the Start-Up Manager so I could change the boot order. I have a dual boot Windows-Linux, I set the default as Windows. Recently my computer started booting to the system memory test in the grub menu instead of Windows. When I try to open the Start-Up Manager now it asks me for the password as usual and then does not start. How I would change it back to windows for the default? I'm running Ubuntu 9.10.
View 2 Replies
ADVERTISEMENT
Apr 26, 2010
Here's exracted from ubuntu Grub2 document https://help.ubuntu.com/community/Grub2:
GRUB_HIDDEN_TIMEOUT=0 This setting determines how long a screen without the GRUB 2 menu will be displayed. While the screen is blank, the user can press any key to display the menu.The default behavior is to hide the menu if only one operating system is present. If a user with only Ubuntu wishes to display the menu, place a # symbol at the start of this line to disable the hidden menu feature.According to above information, I have tried to set below in order the show the menu:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT="20"
[Code]...
View 3 Replies
View Related
Aug 30, 2010
About a week ago my netbook (Samsung N220) stopped booting, after been working fine since installing it 4 months ago - not aware of any changes, though some updates may have been applied. It is not getting to the grub menu and instead just getting a flashing cursor in the top left corner of the screen. Booting fine from a USB, and the bootinfo results.txt is:
Code:
Boot Info Script 0.55 dated February 15th, 2010
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.
=> Syslinux is installed in the MBR of /dev/sdb
sda1: _________________________________________________________________________
File system: ntfs
[Code]...
View 6 Replies
View Related
Apr 20, 2011
I run alot of Linux running in memory. Mainly by PXE booting a kernel and the entire OS as the "initrd" file.
I have a RHEL6 image running as a VirtualBox guest and the entire OS (minimal) is contained withing 1GB of disk. I wan't to boot the entire /dev/sda1 "/" (its the only partition on the drive, no swap) as the initrd file and run everything from memory. But grub won't let me. So before I try and re-invent the wheel I thought to post here first.
Details. RHEL 6 as guest in VIrtual BOX. configured with 3Gb memory. HD is single partition and known as /dev/sda1.
at the grub console. I issue
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-19.el6.x86_64 root=/dev/ram0
initrd (hd0,0)
But the grub windows just freezes. Apparently it doesn't like the fact that I've referenced the entire partition (hd0,0) as the initrd. Any thoughts? Or any better boot loader like SYSLINUX?
BTW, I am not worried about the /etc/fstab mentioning /dev/sda1 at this point, I have a fix for that already. I would like to see grub load up the partition as an initrd.
View 1 Replies
View Related
Jan 19, 2010
not related to this thread [URL]
On a few VMs. Sometimes, when powering them on I get the GNU GRUB menu...
Code:
GNU GRUB version 1.97~beta4
Ubuntu, Linux 2.6.31-14-generic
ubuntu, Linux 2.6.31-14-generic (recovery mode)
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
etc
But there is no countdown for a default boot. It just hangs here. Indefinitely. Until I make a choice by pressing the enter key with "Ubuntu, Linux 2.6.31-14-generic" highlighted (default). I don't know if this is because the VM may not have been shutdown properly or what the case is, but this is unacceptable as I need these systems to continue to boot and get back on line regardless of the reason they were powered off.
View 3 Replies
View Related
Apr 15, 2010
I'm relatively new to Linux and I am dual booting Ubuntu 10.04 LTS and Windows XP and I would like to edit my GRUB menu to allow me to choose Windows XP which is on a 2nd hard drive. But, I can find no menu.lst and there is no GRUB menu while booting up, my computer boots right into Ubuntu. So, how do I enable the boot menu so that I can edit it and use it?
View 3 Replies
View Related
Jun 2, 2010
I have two versions of Ubuntu on my computer - 10.04 and an earlier one that i no longer use. I'd like to free up the space that the old partition is taking, but the computer boots from the grub menu.lst of that old version. How can I make the boot process use the menu.lst in the 10.04 partition?
where is the boot process situated anyway and how can you get at it?
View 3 Replies
View Related
Sep 19, 2010
when i changed the partion size on my new hdd when i booted up the computer it said grub 17 error and wouldn't load ubuntu
View 1 Replies
View Related
May 3, 2011
I had Ubuntu 10 running on vmware machine. It ran fine. I upgraded to version 11, but now when the machine restarts I do not get any menu, I just get his:
GNU BRUB version 1.98-1ubunutu7
Minimal BASH-like line editing is supported.
grub>
And that is it! No menu, no list of options, nothing. If I type "ls" I get:
(hd0) (hd0,5) (hd0,1) (fd0)
I can enter "root (hd0,1)" which gives me:
(hd0,1): Filesystem is ext2.
Then typing "kernel /boot/vm" and pressing tab shows:
vmlinuz-2.6.32-27-generic vmcoreinfo-2.6.32-27-generic vmlinuz-2.6.35-28-generic vmcoreinfo-2.6.35-28-generic vmlinuz-2.6.38-8-generic vmlinuz-2.6.38-8-generic
There is no /boot/grub/menu.lst but there is /boot/grub/grub.cfg which seems fine as far as I can tell. Did I somehow end up with an older grub which is looking for menu.lst? I have other machines running Ubuntu and if I boot into them I seem to get a GRUB4DOS etc. slightly different version. The grub version shown above is 1.98 but I read somewhere Ubuntu uses version 2? Actually I found another post which suggests that this is the correct grub version for Ubuntu 11. How can I tell what menu file grub is looking for where it is looking and why its not finding or using it? It should work...
View 2 Replies
View Related
Sep 27, 2010
My dad has done something to his comp and it won't boot. it stops on boot up an comes up with some sort of black screen command line. he said its something along the lines of "initramfs" and he can't seem to do anything. We tried booting to the recovery console from the grub menu and gets the same response.
Hes having trouble booting to cd at the moment so I need to know is there some sort of command that will fix or at least give some help that he can type in from this spot.
View 9 Replies
View Related
Jun 30, 2010
i could not change the sequence of dual booting from the grub menu.lst, due to it shows a blank screen when i put the command in the terminalayan@jayan-desktop:~$ sudo gedit /boot/grub/menu.lst [sudo] password for jayan:
View 6 Replies
View Related
Apr 9, 2010
I recently install Ubuntu-studio Desktop and some other packages. And, I upgraded my System. But since then, the Grub has started to display (I have only 9.10 installed, using the entire Disk). Also, unless I select the entry, Grub does not automatically start. The startup takes nearly 1.5 minutes. And, the Login screen, after the installation of Ubuntu Studio GDM, is much slower. I removed the Ubuntu-studio GDM package, still it takes about 20 seconds to allow me to enter Username and password. Any idea?
View 2 Replies
View Related
May 17, 2015
Recently I installed Debuan "jessie". I previously had Windows 8.1 and Xubuntu installed. After installation Debian installed it's own version of GRUB, with entries for Debian, Xubuntu and Windows. The problem is that after I selected Windows when booting, GRUB menu no longer appears. It boots straight into Windows.
It's lenovo Ideapad z510 laptop, with special button that allows me to select between 4 options before booting - one of them is "Boot menu".
I didn't use it before windows "removed" GRUB, but now there are 2 options: Windows boot loader and Ubuntu. When I select Ubuntu it loads my old boot menu (from before installing Debian).
I thought that when I use update-grub from Xubuntu I will at least eb able to boot into debian. After I did that Debian option appeared in the GRUB menu, but it didn't work - black screen.
How to get GRUB menu working again (and avoid replacing it by windows boot loader)?
View 3 Replies
View Related
Jun 25, 2015
I recently installed another Linux distro, Kali Linux, alongside my Debian 8 and discovered to my chagrin that my computer boots to Kali's grub rather than to the Debian grub. I had spent some time customizing Debian's grub and would hate to see that effort go to waste. Is there a way I can get my computer to boot to Debian's grub instead? I tried deleting Kali's boot partition with gparted but that did not seem to do anything.
View 14 Replies
View Related
Apr 21, 2011
I have a computer with several Linux variants installed, each of them using a GRUB or GRUB2 setting.
How can I identify which GRUB setting is used when booting my computer?
View 1 Replies
View Related
Jul 24, 2010
New to Ubuntu and trying to ensure I can boot into Acronis Recovery Manager to be able to reimage Windows as and when appropriate. If I enable the Acronis Recovery Manager so that it overwrites the MBR then I run out of ROM I think which prevents it from loading. If I use the software CD that doesn't detect my sata drive. However, I made a rescue CD in Acronis and this does work but I'm only using my bootable CD drive temporarily in this system.I found this post (URL...) which seems to do what I would like and have managed to follow this to extract the files from my rescue CD into /boot/acronis. However this original post relates to Grub and as a newbie to Ubuntu I think I have Grub2. I can't figure out what the correct syntax is to make a new Grub Menu entry in /etc/grub.d/40_custom.
View 1 Replies
View Related
May 16, 2011
i have lucid lnyx installed as my main system and added natty on a seperate drive. after installing, the new grub detected lynx & i was able to boot into each without any problem. after doing some tweaking on natty (changed run level), it didn't boot properly so i reverted to the old config via rescue disk. after rebooting, the old grub menu didn't show & it loaded lynx automatically.
i tried the suggestion from another post changed the hidden menu and updated grub but it didn't detect natty (below).
------ update-grub ------
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-31-generic
Found initrd image: /boot/initrd.img-2.6.32-31-generic
Found linux image: /boot/vmlinuz-2.6.32-30-generic
[Code]....
View 2 Replies
View Related
May 5, 2011
i installed ubuntu 10.10 to my external HDD and it works. Recently, i reinstalled windows therefore, there is no more grub menu when my computer boots. I tried to reinstall grub to my external HDD but it doesn't work.
View 9 Replies
View Related
Sep 9, 2010
Yesterday I was working on my laptop using the windows 7 partition. At some point it froze and I ended up just having to shutting it down by holding in the power button. When I started it up, it said something along the lines of "can't find bootable partition".
So I made myself a ubuntu flash-drive, and ran
Code:
sudo fdisk -l
This is my output.
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x74836e35 .....
View 1 Replies
View Related
Apr 17, 2010
I started another thread about this to get help booting into openSUSE after Fedora rewrote my bootloader and deleted all other entries. I managed to fix it but I never did find out why the following commands caused my system to boot to the grub shell instead of the grub menu.
Code:
grub
root (hd0,3)
setup (hd0)
quit
reboot
Can anyone explain to me why these commands caused my system to boot directly to a grub shell? It's as if there were no /boot/grub/menu.lst files for it to use, but after I got everything back to normal, the files were still there.
If it helps, this is how the drive was setup before and now, except Fedora was on /dev/sda4 and has since been deleted.
Code:
Device Boot Start End Blocks Id System
/dev/sda1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 13316 104856255 83 Linux
/dev/sda3 * 13317 14621 10482412+ 83 Linux
View 6 Replies
View Related
May 24, 2010
I have just updated my Ubuntu linux to Ubuntu 10.4, not my grub menu isnt letting me boot to Windows Partition.The problem seems to be with grubs new update from using an editable menu.lst file to using a non editable grub.cfg file. Everywhere I look it states "DO NOT EDIT THE GRUB.CGF FILE". I am at a loss as what to do. I figured that the new configuration has screwed up the Windows Boot File. Anyone have any suggestions on how to fix this. I am not sure if it is a windows issue or an issue with the Grub boot menu.
View 2 Replies
View Related
Jun 1, 2010
I did a clean installation of Ubuntu 10.04 and I found that after the computer booted, the GRUB stopped by waiting for entering command -- "grub >". The GRUB version is 1.98. I want to go directly to the GRUB boot menu after computer booted.
View 9 Replies
View Related
Feb 18, 2010
Debian if my first OS and i want to dual boot Fedora12.Ok i installed Fedora12 and choose not to install the bootloader(gonna use the one Debian installed)What i'm tring to do in Debain is edit my /boot/grub/menu.lst
Here is what i have
Code:
title Debian GNU/Linux, kernel 2.6.26-1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.26-1-686
code....
View 4 Replies
View Related
Sep 9, 2010
I'm currently trying to get to the root of an problem on startup; unfortunatly when booting after the first couple of messages when booting without quiet and with nosplash in the grub menu I still end up with the nice blue background and the slowly filling bubble... I'd like to go back to the old, boring, messy, but much loved and now much missed (least by me) text boot screen where I can see wtf my system is doing and where its hanging during the boot process.
(I know the cause of the hang now but still want to go back to the old fashioned noisy boot environment - not a fan of the windows style silent boot... I like to know what's going on and that my PC hasn't decided to join the French and go on strike, though wouldn't blame my poor netbook if it has, hammering the bleeper doing random number analysis - not something an atom 270 is designed for)
View 3 Replies
View Related
Feb 4, 2011
boot my system its showing GNU-GRUB version1.98-1 ubuntu7
View 2 Replies
View Related
Feb 7, 2011
Fedora 14 xfce
HP Mini 210
I am looking to buy some memory for my netbook. Currently I have 1 GB of DDR3 memory. However, the specification says that 2 GB of memory is the max. However, when I do the following it says that 4GB is the max:
[Code].....
View 3 Replies
View Related
Jun 23, 2011
I am a bit confused about a dual booting system. I Already have windows 7 on my computer and wish to install ubuntu 11.04 but I keep reading about Grub 2. Does grub automatically install with ubuntu or do I need to install it prior to installing ubutu ?
View 10 Replies
View Related
Apr 24, 2009
Today when i browsing the net suddenly the system going HANG.....i will try to get the system monitor menu but in the menu list there is no icons. it is not displayed. then i will going to a warm restart.......
after that the system didn't showing the grub menu.....it load the WinXP.......i will try two three times but the grub menu is not showing.....i am using the UBUNTU 8.10.
View 1 Replies
View Related
Dec 16, 2010
I followed a tutorial to install XP across my entire HDD. I installed Ubuntu 10.10 "Alongside another OS". Ubuntu loads fine, but when trying to load XP, the boot screen shows up, but then the computer restarts and returns to the GRUB menu.
I saw some threads on this site and tried to type: sudo gedit /boot/grub/menu.lst
In the terminal. It returned a blank text document so I'm not sure if that information was outdated. I then typed: sudo fdisk -l
And got this:
Not sure what any of this means, but I sure hope someone else does. I would say forget XP, but it's hard to let go of some of the games and software I use. I appreciate any responses, thank you.
I tried to format the table as it appeared, but the forum corrected the extra spaces.
View 7 Replies
View Related
Dec 21, 2010
I recently removed Winblows Vista from my laptop and replaced it with Kubuntu 10.10 (I left the recovery partition on there, just in case). When I turn on the computer, the GRUB menu appears, I press enter, then a little flashing underscore appears on the screen in the top left hand corner. After a few seconds, the Kubuntu logo appears and I can log in.But yesterday I replace Kubuntu with Ubuntu 10.10. The Boot process is the same, but the little flashing underscore in the top left hand corner flashes for about 10 seconds longer then Kubuntu 10.10 did, and then a few paragraphs of text appears for a few seconds, then I am logged in automatically.Is this "unusual" boot process anything to worry about, or am I just being a noob.
View 1 Replies
View Related