Ubuntu :: 10.10 Not Booting / LiveCD Doesn't Boot / Grub Recovery Mode Doesn't Boot
Jan 4, 2011
Ubuntu 10.10 doesn't boot at all. The liveCD only boots once every like 30 attempts, installing from liveCD froze, but the Alternate CD worked and installed ubuntu. Now when I try to boot into it using GRUB, it freezes at the beginning of the boot process.With normal boot it freezes at line: Starting AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox.With recovery mode it freezes even before showing me anything
A little kinda like the liveCD, if I try like 30 times, it might manage to boot once in normal mode.That line keeps on repeating, the the xxx.xxx integer changes each time, and this goes on forever.I tried removing my floppy drive, but it didn't help.I tried to boot with fd0=noprobeThe one time it booted, when I restarted, it froze while trying to restart.
View 9 Replies
ADVERTISEMENT
Oct 13, 2010
I've just installed Fedora (F13) for the first time, on a new HDD, to give myself a dual-boot system. So currently I have:
So, at the appropriate stage in the install menu, there is an option for where to install GRUB, and a drop-down to choose which drive is the primary BIOS boot drive.
However, in both cases, no other drive except my new sdc is visible. So, I can install GRUB to MBR of sdc, or to first sector of boot partition - but no option to put it to my primary boot drive MBR on sda.
Likewise, in the GRUB configuration page, if I go to Add another OS, the only option it gives me is my new Fedora install. It doesn't list the Vista OS on sda at all.
The result is that I can boot to either OS by changing the boot drive priority in BIOS.
I guess my question is this:
- is this expected behaviour from the installer, meaning that I'll need to configure GRUB manually somehow? (gulp ) or
- did I do something wrong in the install process? or
- is this some weird bug manifesting itself?
View 12 Replies
View Related
Apr 30, 2011
I started a thread over in installations and upgrades in which I was trying to upgrade from Ubuntu 10.04 to 10.10 using the upgrade manager. My computer froze in the middle of the process, requiring me to restart my computer. When I try rebooting Ubuntu, I get an error message "The configuration defaults for Gnome power manager have not been installed correctly" and then a blank screen. No mouse pointer, no cursor. It will not take me to the Ubuntu desktop screen. I've already found the sudo commands I can run to try and fix Ubuntu. They are as follows:
sudo apt-get clean (If the problem is not having enough free hard drive space)
sudo dpkg --configure -a (If the problem deals with the upgrade installation process)
However, what I can't get is the terminal to come up to run these commands. In the other thread I started, someone mentioned that in the Grub menu, you can choose "recovery mode", hit "enter" to boot it, and it will give you a menu of options to choose from. However, when I choose "recovery mode" and hit "enter", I do not get a menu but instead 3 pages of data about my computer that ends with this:
"Begin: Running/scripts/init-bottom...
Done. "
It gives me a blinking cursor at the very end but I cannot type anything and I cannot page up to see the 3 pages of data. What I am looking for is a way to get to the recovery mode menu OR somehow open up a terminal so I can run the sudo commands. My computer automatically logs me in, so I do not get a login screen and Ctrl+Alt+F1 does not work for me. Anyone know how I can open a terminal with only access to the Grub menu? Perhaps a BASH command that I can use in the command line that will open up a terminal? To summarize: My computer does not boot Ubuntu. I get an error message followed by a blank screen. It does not go into the desktop screen so I cannot choose Applications->Accessories->Terminal.
My Grub menu consists of Ubuntu and it's version, Ubuntu and it's version with recovery mode, memtest, and Windows XP (I have a dual boot system). In the Grub menu, I can select "e" for edit, "c" for command line and "enter" to boot either regular Ubuntu OS or Ubuntu recovery mode. "Sudo" commands are not recognize if I choose the command line for either Ubuntu OS or recovery mode. I have a Live CD for 10.04 but you cannot run sudo commands because you do not have access to root on the Live CD.
View 1 Replies
View Related
Jul 1, 2011
Im trying to build an initrd image for my livecd using cpio -o -H newc, but the livecd can't boot. If I create the initrd image using mkfs.ext2 then it works.
View 2 Replies
View Related
Nov 18, 2010
I attempted to install Catalyst 10.11 for my ATI HD 2600XT and the system now only displays lines and a large block of pixels where the mouse would go. CTRL-ALT-F1 kills the system and does not provide a command prompt. This is a single installation, not dual-boot, but there is no Press Esc to access the Grub menu during startup so I cannot choose safe mode. I attempted to get into Recovery mode using the flash drive that I used to install the system and it tells me there is no Recovery kernel (I used the 64-bit Desktop installer, not alternative). Does anyone know an alternative to get into the Grub menu other than ESC during bootup? Alternatively, do I need to download the 64-bit Alternative ISO and create a new boot disk with it so I can access Recovery mode? Is there something else I'm not thinking of?
View 5 Replies
View Related
Mar 21, 2011
I have used CentOS for a while and have never run into this issue. I searched all over and didn't see a similar issue anywhere, I did an install of CentOS as a server (no GUI) with only the base. Partition is /boot ext3, size of 100MB. The rest of the drive is partitioned as / with ext3. This is being done on a CompactFlash card of 32GB in size. The BIOS sees it as an IDE drive.
When the install completes and the system reboots, the grub stops at the grub> prompt. There is no menu for OS options. If I do the following commands:
grub>root (hd0,0)
grub>kernel /vmlinuz-2.6.18-194.el5 root=LABEL=/
grub>initrd /initrd-2.6.18-194.el5.img
grub>boot
View 19 Replies
View Related
Feb 26, 2010
I loaded Kubuntu 9.1 and got a mess in the Grub 2 Boot Menu, which I can't correct.
I get extra choices in the Boot menu, and the first few, which are supposedly for Kubuntu Karmic Koala all put me in a shell, which ends in a black screen, then shows up a shell once I hit "enter". Then I just have a "intramfs" (?) prompt.
So I went into Grub2 to change it, and it refuses to do it. All I get is a screen full of error messages every time I try, with no change. Apparently it is looking to access drive sdb8, which is non-existent. I DO have a drive sda8, though.
So with all the wonderfulness of the indirect system to change Grub 2 how am I supposed to set it right? The old Grub worked fine, and just took simple changes to the menu.lst file.
Can't somebody write a program that lets Grub 2 be changed from within the program, rather than all this running around trying to find what file to change, and how to get the change to work?
Just to be clear, here are the errors as they show up when grub-update is flailing around:
"error: cannot open '/dev/sdb' while attempting to get disk size
error: cannot open '/dev/sdb' while attempting to get disk size
Generating grub.cfg
error: cannot open '/dev/sdb' while attempting to get disk size
[Code].....
View 9 Replies
View Related
Aug 9, 2010
I want to change my default boot to Vista.I follow https://help.ubuntu.com/community/Gr...hangeDefaultOS
I try
Code:
gksudo gedit /boot/grub/menu.lst
[code]...
View 8 Replies
View Related
Sep 14, 2010
I had Ubuntu 10.04 on my 500GB Samsung drive. Today it suddenly stopped responding, not only X11 but the whole system (Ctrl + alt + f1 didn't worked either) so I had to force restart it. Since then, I can't boot it again - right after memory test and general motherboard splash, the white line cursor goes about 3 lines down of topline and stops there. After about 5 minutes there's still no GRUB menu. Finally I had reinstalled the system (which is not really much pain since my "home" was on other partition than the system, but it didn't helped - still the same. On the other hand, booting USB Live works perfectly fine (I'm using it right now). I have an access to all the partitions, all the data seems to be there, SMART utility says the hdd is healthy ..
Oh, and I tried reinstalling with grub-reinstall before, it said that the reinstallation went fine but didn't helped either
View 8 Replies
View Related
Nov 3, 2010
I have Win7 installed in my notebook, after I install WinXP, after I install Ubuntu 10.10
I need WinXP to my project...
I re-install Grub2 with live CD and the WinXP doesn't show up...
So I re-install WinXP... Re-install Grub2 and WinXP doesn't show up again...
So I custumise Grub2 and I put one line for WinXP (doesn't work)
But Now, Win7 line in Grub2 boot WinXP
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #6 for (,msdos6)/boot/grub.
[Code].....
View 5 Replies
View Related
Jul 28, 2011
I just added a 3rd hard drive, but now when I boot my computer grub doesn't load at all, it just boots to Windows. I've tried holding down Shift, and I've tried holding down ESC but it didn't work. I believe I have grub2.
View 2 Replies
View Related
Jun 16, 2011
I wanted to put 11.04 on my wife's Win 7 Toshiba laptop so thought I would live boot and see everything worked first. Well it does seem to but I didn't have time to install it then so just shut down. Well on restarting without CD in it failed to boot windows and had to let the recovery process fix it. Now I want to set it up for dual boot at least to start with so until I can get some answers I don't want to risk it. Is there some problem with win 7? Will I be able to shrink the Win7 partition to put ubuntu on? Will Win 7 have an error each time she boots it after 11.04 is installed and run?
View 5 Replies
View Related
Jul 17, 2010
Since upgrading to Lucid (I think), I can't boot into Windows. When I select the Windows Vista entry in GRUB, the screen goes blank for a moment before returning me to the GRUB menu.I have tried pressing 'e' to edit the GRUB entry before booting, and what I find is that it says the root is hd0,1Since my Windows partition is sda1 in GPartEd, should that translate to, for example hd0,0 ?The only reason I want to boot into Windows in the first place is to install a BIOS upgrade from HP, which only works with their Windows software. If someone can suggest an alternative way of doing this then I won't need to boot into Windows at all.
View 9 Replies
View Related
Apr 10, 2011
got myself a new pc, windows 7 installed.. i just got done installing ubuntu10.10. it said to finnish, i had to reboot.. ok, no problem.. i reboot, loading says uuid is not valid.. but, it loads 7 fine.. they are on the same drive, but different partitions. i only got a wireless usb keyboard and when it goes to the shell, it doesnt seen to recognize it.
View 9 Replies
View Related
Jun 10, 2010
i wiped my entire hard drive that had xp as its only OS. I freshly installed a Windows 7 ultimate and everything went perfectly. I then decided to install 10.4. I split the partitions correctly (i had experience doing this already with my laptop, which has xp/10.4). Ubuntu 10.4 install went flawlessly, except for one thing. Now when i boot up the pc, it goes straight into 10.4. I have tried holding shift during the start up to force the boot menu, and it just shows the Ubuntu 10.4 OS as choices. Any clue what i could do to make Win7 appear in the boot menu?
View 9 Replies
View Related
Feb 6, 2010
I tried to install Ubuntu on an external drive, but it doesn't boot, but it installed GRUB on my main HD, and now I can't even boot Windows. I only get a "grub rescue" prompt. I need to remove GRUB. How to do it?
View 6 Replies
View Related
Feb 18, 2012
My system doesn't boot anymore, when I turn on the laptop, instead of the normal grub screen, i get the following:
"error: file not found
Entering rescue mode...
grub rescue> _"
I tried also to make a bootable usb w/ unetbootin but all the distros failed to load w/ a syslinux boot error message so I really need to fix the existing debian installation to get access to my files i need for the university, it's debian stable (6.0.4) on hp mini 210 ....
View 12 Replies
View Related
Jan 20, 2009
I am trying to boot kubutu from FC10's grub. FC10 is in MBR, installed kubuntu without grub. Is that a problem for me now? I mean, should I need to install kubutu grub in order to boot from FC10 grub? I tried with these methods but nothing works:
title Kubuntu 8.10 Linux
chainloader +1
title Kubuntu 8.10 Linux
[code]....
View 4 Replies
View Related
Jan 30, 2011
I have windows7 installed in my laptop. I tried installing Redhat linux in it, and I was successful. But then I logged in with windows7 and deleted the partition in which I had installed redhat through computer management. Now my system doesnt boot with windows instead it boots with GRUB. Also to inform that the deleted linux partition I merged with Windows.
View 2 Replies
View Related
Apr 6, 2011
I'm having a huge problem right now and I could use some help deciphering what's wrong.I can't get my system to boot (see signature) and even the recovery mode is buggered. henever I try to boot, all I get is a flashing underscore. This is the same for both the normal and recovery modes Kernels. I've run the boot info script from a live cd and I've attached it to this post.
View 9 Replies
View Related
Jan 1, 2010
My Wubi installation of Ubuntu (version 9.10, I think) that I recently installed was working fine at one point, but now it isn['t. I select Ubuntu instead of Windows from the Windows boot loader, but instead of getting the usual menu of different linux versions (I think 2, as I updated it at same point), and Windows, I get the GRUB command prompt instead.I've looked at th2e Wubi Guide (https://wiki.ubuntu.com/WubiGuide), and I've followed the instructions for "How can I access my Wubi install and repair my install if it won't boot?", but that reveals no problems.For the record, I'm fairly new to linux and ubuntu, but I'm good with computers generally. The main operating system on my computer is Windows Vista, but I'm currently typing this from a Live CD of Ubuntu 9.10. The virtual disk (root.disk), is currently mounted as vdisk, as indicated in the Wubi Guide.
Ideally I would like to get Ubuntu to load as it used to (with a menu). However, if there is a way to boot from the GRUB command line that would be good too. I'm not at all familiar with GRUB, and the commands I've tried (boot and linux, I think), get errors saying no kernel specified, or loaded, or something like that.
View 2 Replies
View Related
Jan 20, 2011
for the past couple of weeks, I have been booting from an Ubuntu LiveCD. Here's why: When I boot my computer (emachines E528 laptop), it gets to the BIOS loading screen (the one where you have the option to press a function key to get to the BIOS settings), then it goes to a black screen and looks like it is going to load GRUB, but instead of loading GRUB, the computer reboots. It does this endlessly, unless I insert a LiveCD. So, it's not the BIOS. That's good. When the Mint GUI (Linux Mint was the LiveCD I was originally using as I just happened to have it on hand) loaded for the first time, I checked all of the hard drive partitions and they all seemed to load fine. So, it's not a mechanical problem with the HDD. That's good.
At this point, I figured the MBR had become corrupted somehow. Now I wasn't really sure exactly where the MBR was, or how it all worked, but I was pretty sure that if I just reinstalled GRUB, everything would be hunky dorey. Unfortunately, I hit a road block when trying to install GRUB. That's not good. I am trying to follow the instructions in this thread, but I get the following error:
Code: grub> find /boot/grub/stage1
Error 15: File not found So then I tried following the instructions here, but I don't know how to tell which drive is sda1, sda2, etc. I'm guessing there's some terminal command to figure it out, but I don't know it and Google was less than helpful. I feel like something that basic should be easy to find, but I digress.
At this point, I am getting very close to backing up everything and reinstalling everything. Only problem with that is that I am not sure how to access the files on my Ubuntu partition as they are encrypted (I wrote down the key when I started it up, I just don't know how to bring up a prompt that will let me enter the key). I really don't want to reinstall and set everything back up, but if I have to I will.
So, I guess I just need to know how to tell which partition is associated with which sda#, or how to access the files in my encrypted Ubuntu home folder, or (hopefully) someone who can tell exactly what's going on from why I have posted and can give me instructions for fixing my problem. Also, here's a breakdown of how my hard drive is partitioned. Not sure why, but I thought this might be helpful: linky.
TLDR: How do I tell which partition is associated to which sda#? How do I open my encrypted home folder from my Ubuntu partition? After reading my whole post, is there any further insight you could offer that I may have overlooked?
View 4 Replies
View Related
Mar 8, 2010
This is an urgent problem. I removed my propreitary ati display drivers because I had to update them but I don't know what happened. Now I can't boot. The screen shows the Ubuntu splash screen but then the login screen does not come on. I get a blank screen. Worst of all, I had removed Recovery entries from the grub so I can't boot into recovery mode so easily. It's urgent. I don't want to reinstall with my exams a week away.
View 2 Replies
View Related
Apr 16, 2011
as Ubuntu is my only OS on this box.I had this PC running as a server for a few months with few reboots.I installed updates as usual yesterday, and hadn't changed anything configuration-wise since the last reboot. Well last night this server that I was running was moved to another Windows box and so I finally got to shut this PC down for the night. In the morning, I was greeted with an endless splash screen. It went on for 20 minutes without anything. I did update the kernel through update manager.
So what do I do? This machine has a 1TB HDD with a lot of very important data on it--reformatting is not a considerable option at this point. Which is bad because I don't know what else I could so when even recovery mode isn't working...
View 1 Replies
View Related
Aug 4, 2011
I had many problems with installing kubuntu 11.04 on my laptop HP Elitebook 8560p and after downloading different iso everything works well, but sistem freezeout and would not reboot also in recovery mode that would load untill Recovery menu when system won't responde.
View 3 Replies
View Related
Dec 18, 2010
I have freshly installed Xubuntu on my HP compaq nx9010 laptop and grub doesn't boot system. Only minimal BASH-like line scripting is supported. How can I fix it?
View 9 Replies
View Related
Mar 13, 2011
I use Fedora 13 x86_64. Recently i installed q4 wine and booting froze with message "registering binary handler for windows applications". Then on removing q4 wine boot froze at "unexpectedly disconnected from boot status daemon".I also removed wine, smolt.
[Code]..
View 1 Replies
View Related
Jun 7, 2010
I have an HP Pavilion m7480n PC with Windows XP installed on the C-drive. I successfully installed FC 12 onto the spare USB drive. When I rebooted the PC all I got was a blinking underscore at the extreme upper left position of a totally black screen. After a bit of experimenting I found that if I hit the F1 key during the boot process, go into the BIOS setup, do nothing within the setup, and press ESC to get out of the setup then the PC will go back into the boot cycle a second time. During the second time however a small text message appears with words to the effect "Press any key to enter GRUB..." after which the GRUB splash screen comes up with the choice for FC 12 or "Other" (referring to Win XP). At that point I can boot into either one.
View 4 Replies
View Related
Jan 19, 2010
After upgrading to 9.10 Karmic Koala, my Amilo Laptop (AMD64) refuses to boot. I installed GRUB2 which works fine for my WinXP ... and Karmic will boot in recovery mode.
When trying a normal boot, I get a black screen. CRTL-ALT-F1 yields just a blinking cursor. The system will immediately reboot when pressing CRTL-ALT-Entf.
When booting in recovery mode, I choose "Resume normal boot" from the menu, log in while in cosole mode and enter "startx" ... and the grafic environtment works fine!
Why does the system work in recovery mode, but does not start with a normal boot?
Fly.By.Wire
Here's some information on my system:
cat /proc/version
Linux version 2.6.31-17-generic (buildd@crested) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu ) #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009
lshw
mistral
description: Notebook
product: Amilo A3667G Series
vendor: FUJITSU SIEMENS
[Code]....
View 2 Replies
View Related
Nov 13, 2010
I'm posting this in the "General Help" category, because it doesn't really fit in another one. Feel free to move this thread, if it's the wrong place. I'm having a problem with my Linux. Since today, my Kubuntu 10.10 (running on an Dell XPS M1530) doesn't but anymore.
Neither normal, nor recovery-mode is working. I also tried out different kernels in the grub-menu without any success. The boot-process stops at:
Code:
...
...
[2.115441] EXT4-fs (sda2): mounted filesystem with ordered data mode: Opts: (null)
Begin: Running /scripts/local-bottom ... done.
done.
[code]....
View 7 Replies
View Related