Ubuntu Installation :: Live CD Boot - Can't Select Any Options

Apr 6, 2011

been trying to get linux installed on a troublesome laptop for 48 hours now without any luck so thought I'd post here as my last option.

I've tried installing 10.10 desktop, 9.04 netbook remix and just this minute 10.04 netbook versions of ubuntu, as well as other versions of various linux distros.

I woke up this morning and burnt 10.04 netbook to CD (not usb) as I wanted to put it on an old laptop with max resolution of 1024x768. I put it in an external CD drive and it boots up to the options screen on the Live CD, where you can choose to 'try Ubuntu netbook without installing' or 'install ubuntu netbook' etc.

The problem is, I can't click (press enter) on any of the options. The same problem arose with earlier versions, i.e 9.04 netbook remix Ubuntu.

Laptop model: Compaq Presario R3000.

View 6 Replies


ADVERTISEMENT

Ubuntu Installation :: Installer Options - Can't Select Any Of The Menu Options Except For Boot From First Hard Drive

Mar 19, 2010

So I have the burned ubuntu CD, and I'm attempting to install it on a system that has one HDD with XP/Vista on it, and another that is completely formatted and unpartitioned. However, when I boot to the ubuntu CD, I can use the menus from the bottom, and select the language when initially prompted, but I can't select any of the menu options except for boot from first hard drive.

View 1 Replies View Related

General :: Skip - Installation Method And Select Partition Screens - Using Boot Options

Nov 25, 2010

I am trying to perform a hard drive installation of RHEL 5.5. I specify the installation method and the partition and directory holding the ISO image in /etc/grub.conf

Code:

However, I am still presented with the "Installation Method" and "Select Partition" screens when anaconda runs. Is the syntax of the repo boot option correct?

View 1 Replies View Related

Fedora Installation :: Live KDE CD Install : How To Select Boot From /dev/hda4

Feb 28, 2009

I was able to install Fedora 10 from the Live KDE CD, however I can't boot it.

I placed it on /dev/hda4 of an IDE disk, while on /dev/hda1 I have a RedHat 9 Linux, /home is on /dev/hda2 and the swap is on /dev/hda3. I'm not sure if RedHat 9 and Fedora 10 can coexist on the same HD.

There's an option in the Live KDE CD boot install, which allows one to select:

boot from hard disk:

Do you know what to type in in order to direct Fedora to boot from /dev/hda4 (who may be /dev/sda4 as seen by Fedora)?

P.S. For the time being, I want to forget about Grub or LILO and see if I can boot it this way first. I have LILO working, it boots Windows from a separate disk and RedHat 9 from /dev/hda1.

View 3 Replies View Related

Ubuntu Installation :: Unable To Select Options To Install From USB

Apr 30, 2011

I have just tryed to install Ubuntu 11.04 onto a USB to install on a netbook. I used the software recomended to prep the USB and booted to it.

In the opening menu where you can select to install on a partition I am unable to press enter, it seems to just reset the menu. The keyboard seems to be working fine because I can use the arrow keys.

I have been unable to find a solution to this problem online, all I have found is this simular issue, with no resolution.

[URL]

The netbook I am using is the Samsung n220 which apparently works well with ubuntu.

View 3 Replies View Related

Ubuntu :: Changing Boot Options For Live CD?

Jul 1, 2010

I am running Lubuntu 10 from a USB drive. Despite this, I believe this question pertains to any other variant as well. Running from the USB drive with a persistent directory, there is no boot options file that I can locate. As an example, for an installed version, the file /boot/grub/menu.lst can be changed to make boot options permanent.

Is there any way I can do something similar when booting from a USB live version? Specifically, I want to add "vga=799" to the options without typing it in at every launch.

Or is the only option for something like this actually installing to a USB drive instead of just running the live version?

View 4 Replies View Related

Fedora Installation :: Options For Installing 14 From Live CD?

Feb 17, 2011

Been a while since I've been on here, but I was using Fedora 12 for the longest time and only recently started having problems. I kept getting errors and pop-up dialogs telling me to run yum-complete-transaction, which I tried as root many times. It would then give an error that it couldn't locate the repository and such. So, I looked through all my yum config files and changed a few things until I FINALLY got the command to do something, only it did all kinds of strange things as I was running low on EXT3 disk space and using old Windows' partition to store a lot of things on.

Now, I backed up all the /home directories and files as well as /root, just in case this didn't go smoothly and I still ran out of disk space. If I had the money, I'd buy a storage stick and just back up everything, but that's not an option at the moment. Now I have a crippled version of XP (pretty much useless from a trojan, even though I had McAfee AND Windows Defender running), and half of Fedora 12 with 2 different boot images! When I first did this, I used a 10G partition to install Fedora, which was plenty then. What's left of Win still resides on about 65G of space, but I have a lot of files there I want to keep. Fisrst thing I want to know is, should I look anywhere else on the Fedora disk to find files I may need, just in general? There's still a LITTLE space on the drive to back up stuff if I need to.

Second, while I still had enough to work with, I managed to download and burn a F14 Live CD, which is running now. I saw the option on the desktop to install it, and can get my config files and such from the backups if need be. I do NOT have a DVD burner, so if I have to I can use regular 700MB CDs, but only if they are available.The next thing I need to know is if I can install F14 from the web, without having to download any more ISOs, (again, assuming they are available). I know all my DSL settings so that's not a problem, I just need to find out if I can install it that way before I go clicking that icon. Anyone with experience with this would be helpful. I'm ready (MORE than ready) to go through with it, I just don't want to get "stuck" once I start the process. My download rate is around 200k/sec, so it's going to take some time no matter which way I (can) go.

View 4 Replies View Related

Ubuntu Installation :: Create A Live Disc On The SD Card With Persistence Options?

Jun 18, 2010

I have an Eee PC with a dead Hdd. I brought it back to life by installing Ubuntu 10.10 on a 16GB SD card. It works 100% but is sluggish.Now I am wondering, from the standpoint of reducing SD card access and writes, would it have been better to create a Live Disc on the SD card with persistence options? What I am thinking is that a Live Disc is designed to run out of RAM, and would thus reduce the activity on the SD card. The only thing this netbook will get used for is the internet. It is a netbook, so the performance is limited, but as far as netbooks go, it is top of the line with dual core and discrete nvidia graphics.

View 1 Replies View Related

Programming :: Select Options From Website To Initiate Download From Script

Nov 18, 2010

I usually use wget to download stuff from websites when scripting.I have a new requirement that requires me to authenticate then select some options to execute the download. How would I go about this? First thing that comes to mind is using keyboard macros in the Windoz world but I need to do this in bash or perl.

View 1 Replies View Related

Ubuntu Installation :: Cannot Select OS To Boot After New XP

Nov 27, 2010

I had win xp and ubuntu in the laptop, but I have to format the xp partition, so now I have a new xp, but I can't see the ubuntu partition that is at the end of the hard drive, I mean to boot selecting between Ubuntu OR XP. What to do?

View 1 Replies View Related

Ubuntu Installation :: How Do I Manage To Select To Boot From USB

Dec 17, 2010

I've been using Ubuntu on all my computers, but for a school project I need to get back to Windows VISTA.Running 10.10 on my netbook, using the desktop edition though.I got a Bootable Vista USB sorted, but I'm having a problem installing from it.I press F2 to enter the boot options and I only have 6 options - 4 Ubuntu options and 2 memory tests.How do I manage to select to boot from the USB?

View 1 Replies View Related

Ubuntu Installation :: 9.10 And Vista - How To Select Boot Order

Feb 28, 2010

I am using a dual boot with windows vista, I would rather use ubuntu but my wife wants windows. How do I change my boot order to boot into windows instead of ubuntu? My ubuntu is an upgraded version from 8.? then 9.04 then 9.10

View 7 Replies View Related

Ubuntu Installation :: Select Windows Vista It Wont Boot

May 30, 2010

i had a vista/windows 7 dual boot until recently...then i removed windows 7 and installed ubuntu..problem is when grub loads up if i select windows vista it wont boot but if i select windows 7 it will boot into windows vista.

View 6 Replies View Related

Fedora Installation :: Unable To Select Boot Partition After?

Aug 19, 2011

just installed Fedora 15 on my system alongside Ubuntu 10.10 on My 500 GB hard disk.However on starting the computer the Fedora 15 partition gets loaded automatically. How do I access
my Ubuntu 10.10 partiion? I want to have a choice at start-up which OS to use. On my previous computer when I used to have Windows and Ubuntu,a menu used to appear asking which operating system to load.

View 1 Replies View Related

Ubuntu Installation :: Select The Operating System Required From A Cold Boot?

Feb 12, 2011

I have Windows XP on one drive "C" drive, Windows 7 on another "E" drive and want to install Ubuntu on another drive "G" drive. How do I when installing Ubuntu select the "G" drive to install to?

Then how to select the operating system required from a cold boot?

View 9 Replies View Related

Ubuntu Installation :: Win XP Simply Gone From Boot Options

Feb 8, 2011

my two partitions (ubuntu and WinXP) worked fine, i always had a boot option at startup. however, my Win boot option simply disappeared. I did not do any update recently, so I do not really understand what could have happened. My /media/windows is also completely empty. when i try to open the windows partition, it says "could not mount".

View 7 Replies View Related

Ubuntu Installation :: USB Doesn't Appear Under Boot Options

Mar 14, 2011

I've recently been trying to attempt to install Ubuntu on a partition on my macbook pro OS X 10.6.6. I have attempted to create a bootable USB stick (as I currently do not have any CD's/DVD's to use). I have followed the guide on the Ubuntu installation page twice, word for word, command for command. Everything goes flawlessly, all the files are visible on the drive when I checked, and I have never received any errors in the terminal. The problem arises when I attempt to boot from the USB, it simply does not appear under the options when I attempt to boot. I have also checked the Start up Disk under system preferences.

I have attempted the installation on two different USB sticks, and the same problem on both, flawless to install to USB, but then it is somehow not booting. I have checked with the USB company and directly from the website it says that the PNY attache is capable of this. It is the 4GB model.

View 2 Replies View Related

Fedora Installation :: Reboot And Select Proper Boot Device?

Apr 16, 2010

I tried to install F12 on my new IDE-HDD. The installation completed without any errors. But, when rebooting my PC I got a dark screen with error message: reboot and select proper boot device.

No BIOS boot up issue, since booting up using other hard disk running windows has no problem at all. I have set the hardisk jumper to master/primary, tried to re-install F12 a couples of time, but didn't make any difference.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot During Partitioning - Got Only Three Options In Cd

Jan 29, 2010

1. I have windows xp on my notebook compaq presario v2000.
2. Wanted to load linux as dual boot.
3. Tried with Suse linux, but there was some blank or black screen problem after installation.
4. Someone suggested Ubuntu linux.
5. Downloaded and burned ubuntu on a cd.
6. But this time during installation during partitioning there was a serious problem.
7. On ubuntu webpage they say for partiioning i will get 4 option, but i got only three options in my cd.
8. The missing option was the most important , which was required for dual boot. " Guided resize and use free space".
9. So i had to abort my Ubuntu installation as using any other option could have effected my current xp installation or might have formated my whole notebook.
10. So any comment why the dual boot partitioning option was absent in my ubuntu cd.
11. Or there is some thing to be activated in my notebook setting to enable dual boot.

View 1 Replies View Related

Ubuntu Installation :: Windows 7 Removed From Boot Options?

Oct 24, 2010

I've had my laptop dual-boot with Ubuntu 10.03 and W7 for some time, and all has (mostly) been OK. Unfortunately, my windows installation was an upgrade from Vista, and always a bit of a pig's 4rse, so I deleted the partition and reinstalled it cleanly.

But now I no longer get a list of boot options, so I can't boot into Ubuntu.

Its partition is still there OK... I can get the dual-boot back...

View 5 Replies View Related

Ubuntu Installation :: Lost Multi Boot Options

Mar 17, 2011

Can some one point me in the right direction as to how to fix this.I have mint 10 gnome on /dev/sda1, then I have mint 10 kde on /dev/sda3, all working great. I have just installed ubuntu 10.10 on to /dev/sda4 all good after the first reboot (when asked to remove disc) there is a screen that shows all of my boot options (ie ubuntu 10.10 mint 10 gnome mint 10 kde) pick ubutnu do a full upgrade including new kernal reboot and at the screen it only shows ubuntu 10.10.result of boot info script below.

[code]...

View 3 Replies View Related

Ubuntu Installation :: F6 Options - Install A Dual Boot

Mar 20, 2011

I am trying to install a dual boot.

I was unable to make any progress until I tried the f6 options.

Is there a list of what the f6 mean.

I am trying to install 10.10, dual boot with xp pro

View 1 Replies View Related

Ubuntu Installation :: No List Of OS Options On Dual Boot?

Jun 28, 2011

I just installed a dual boot win7-Ubuntu 11.04. When I reboot, there is no list of OS options displayed, it just boots to windows. Below are the details of how I got to this point.I Used GParted to delete all partitions off a hardard drive. Then installed win7 from CD. Win7 works fine. Then I formated an ext4 partion and installed Ubuntu 11.04 from the iso CD. But on reboot I don't see a list of OS options. When I boot from the Ubuntu 11.04 CD, I can view the usual Unix directories in the hard drive Ubuntu root (bin, etc, lib, usr, var) and the /boot/grub directory. So Ubuntu looks like it got installed. What else can I trouble shoot to get the list of OS options displayed?

View 6 Replies View Related

Ubuntu Installation :: Dual Boot With Win7 And Grubloader Options?

Jan 1, 2010

I recently installed Ubuntu and thus am now dual booting it with W7 (which was installed first). These are the options I get with Grub:

Ubuntu, Linux 2.6.31-16-generic
Ubuntu, Linux 2.6.31-16-generic (recovery mode)
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)
Windows 7 (loader) (on /dev/sda1)

I'm not sure if there is something wrong with this; why is there an option for Linux 16 and then for 14? At the moment I'm booting into Ubuntu using Linux 16. I'm a sticker for looks and would prefer reducing it down just to:
Windows 7
Ubuntu

View 4 Replies View Related

Ubuntu Installation :: Installing To A Laptop Without Cdrom / Usb Boot Options.

Jan 23, 2010

So, I have an old laptop that used to have windows/ubuntu until the drive got fubarred (no physical damage). I shoved the laptop as side as I didn't use it much anymore (it's an old, loud 2.4GHz desktop p4 in a dell--mostly toshiba--laptop. pcmcia atheros based wifi card and an ATI m6 graphics card. Laptop was new back in 2002-03 maybe).The Cdrom drive had died a while back, and it's not worth buying a replacement. The bios doesn't support boot to USB. What are my options for getting Ubuntu on there (9.10 preferably)? The drive has been formatted already, so there is nothing to boot into right now.

I can pull the drive and hook it up to my desktop (windows 7 machine only right now) via USB, and partition it from there, but I'm not sure how to get the installer on there. The MBR of the laptop drive will also have to be rewritten. Is there a way I can create a dos partition, load it with files, and start a linux install that way (maybe with grub4dos or something)?Or can I somehow boot into an ISO image on a partition?The only other thought I have is creating a floppy disk that will allow a network boot, but I haven't looked into that. I basically just want something to bring with on vacation that I can get online with. Browsing from the phone leaves a little bit to be desired.

View 4 Replies View Related

Ubuntu Installation :: GRUB Adding Tons Of Boot Options?

Mar 29, 2010

This is no huge problem, but it is rather annoying to me. I am using the 10.4 beta, and whenever I get a large update (like a updated kernel) GRUB adds another boot option to the menu (I'm dual booting Vista and Ubuntu.) So my GRUB menu looks something like this when I turn my computer on:

GNU GRUB version 1.98-1ubuntu2
Ubuntu, with Linux 2.6.32-18-generic
Ubuntu, with Linux 2.6.32-18-generic (recovery mode)

[code]....

View 6 Replies View Related

Ubuntu Installation :: Recover Multiple Boot Options Menu ?

Jun 21, 2010

Previously I'd installed Ubuntu Netbook Remix (Lucid) on my Acer Aspire One 751h netbook. the machine came with XP installed, so I installed Ubuntu as a dual-boot setup. I had various problems with the configuration of Ubuntu (nothing to do with the boot process, and now solved) so I reinstalled it.

What I'd actually done with the second installation was to install it again alongside both XP and the original Ubuntu installation (maybe that was also a stupid thing, but I didn't know it would work like that). When I realised what I'd done, I did the stupid thing, which was to delete the partitions with the older installation and swap file (using the Disk Utility).

After that, the next time I rebooted I went straight into grub-rescue. I don't know much about this, but I found a forum entry explaining the basics, so I can now issue grub-rescue commands that let me boot into Ubuntu. I've run update-grub and my /boot/grub/grub.cfg file looks fine.

However, I think this only kicks in once I've got past the initial boot menu and have chosen Ubuntu (now on sda5 - hd0,5). My problem is that the files/processes that load the boot menu on startup still have the old configuration, so when I reboot I still go into grub-rescue and I get 'partition not found' (or, since I recreated the partitions, 'file not found') and root is at (hd0,7).

Is there a way, once I've got into Ubuntu, of changing the information in the startup boot menu Alternatively, if I copy my entire file system from sda5 into sda7, would that do the trick?

View 4 Replies View Related

Ubuntu Installation :: Changing Orders Of Boot Options In Grub

Dec 29, 2010

I just want to confirm something before I mess with the bootloader. It kind of scares me to rewrite my MBR. It appears that the grub version that comes with Ubuntu 10.10 drives its menu generation from /etc/grub.d/* when you execute update-grub. If I want to put windows first in the list, could I just rename "30_os-prober" to something like "09_os-prober" and run update-grub? My reason for this is every time Ubuntu updates the kernel, it adds 2 new entries to grub's boot menu. It's easy enough to remove these via the Synaptic Package Manager, but that means for at least 1 boot cycle, my default OS gets messed up (Windows). I have to leave it as the default for others that use the computer, even though I prefer Ubuntu.

View 6 Replies View Related

Ubuntu Installation :: Loss Of Boot Options After Installing Windows 7?

Mar 18, 2011

I used to have Ubuntu 10.10 and Windows 7 RC on separate partitions and I could choose to boot into either. Today I installed Windows 7 Enterprise trial version over the Windows 7 RC partition, and lost the boot screen. Reboot goes to Windows automatically. How can I get the boot options back to launch Ubuntu?

View 4 Replies View Related

Ubuntu Installation :: Step 4 Options - Dual Boot Up With Windows 7 At Start-up

Aug 29, 2010

clarify the outcomes of the four step 4 options. I have sda1 - 15GB; sda2 - 106.9MB; sda3 - 163.8 GB; free space 141.1GB on a brand new machine - no user files or programmes to worry about.

I want: dual boot up choosing between ubuntu and Windows 7 at start-up, "my files" (presumably equivalent to ~/home) to be available to both windows and ubuntu and to be "separate" for no "second guessing" back-up AND no problem ubuntu (and windows I suppose) upgrades.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved