General :: Start Up The VM - Get A GRUB Menu Allowing To Boot?
Nov 29, 2010
In order for me to get started with Linux, I downloaded & installed Virtualbox (V3.2.10) on my WinXP machine, and downloaded the Puppy Linux image from as per[URL].. When I start up the VM, I get a GRUB menu allowing me to boot
Quote:
Linux (on /dev/hda1)
Install GRUB to floppy disk (on /dev/fd0)
Install GRUB to Linux partition (on /dev/hda1)
I tried the first option, which results in Quote:
Booting 'Linux (on /dev/hda1)'
root (hd0, 0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz root=/dev/hda1 ro vga=normal
[Code]...
View 7 Replies
ADVERTISEMENT
Jan 28, 2011
I've installed Ubuntu on my new desktop alongside Windows 7 (each OS is on a separate drive), I seem to have run into a small problem. Let me start with what I did:
- Unplugged 1TB drive from the PSU, BIOS was not seeing my formatted (and thus empty) 500GB drive and I couldn't put it into the boot order at all with the 1TB turned on.
- Loaded up the boot CD and was able to install Ubuntu 10.1 on my 500GB drive.
- Did a bit of configuring, shut my PC off and plugged my 1TB (with Windows 7) drive back in. I tried to see if I could now see my Ubuntu drive in BIOS but nothing is there - just the Windows drive is in the list of available drives to boot from (along with DVD-ROM and USB).
This is where I've run into my problem. What I want is to have a nice GRUB boot menu at the start like any other dual-boot system but just have the two operating systems on separate drives altogether.I did it this way because I was having issues with the advanced partition menu on the boot CD so just went ahead and followed the KISS method by unplugging the Windows drive.
I was told by a friend that if I put my Ubuntu drive into the first position in my boot order and the Windows drive in the second, then I could boot into Ubuntu and run a GRUB update command (he told me to google it) and that would create the necessary GRUB that had the entries for Windows 7 and Ubuntu.Both operating systems are 64-bit, I imagine that might make a difference in whatever help you guys can offer me. I love the hell out of both OS's and want to be able to use them interchangeably.
View 5 Replies
View Related
May 27, 2010
Fedora 13..Please advise how to start the grub menu at boot? [ESC]/[Shift] etc. without function.
View 6 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
Nov 29, 2014
Basically I had windows 8.1 running on my fujitsu lifebook A532 laptop and wanted to dual boot kali linux alongside it, however upon installing the linux it deleted EVERYTHING! on my laptop, the grub bootloader only showed kali linux to choose from...
I then decided kali linux is too complicated for me and decided to delete everything and reinstall windows 8 again however I was surprised that my bios screen looks diffrent also I can not edit the boot sequence.
If I press f2 or f12 it takes me to a screen with a tab named Boot menu and its written on it debian and every time I press enter on it it takes me back to this same screen...
I can not boot from cd or usb!
View 3 Replies
View Related
Apr 19, 2010
change the boot menu - GRUB
I regularly update my ubuntu (10.04), and new minor versions keep accumulating on the GRUB screen. Right now I have 5 different versions listed on the GRUB, even though I always select the latest version to work with.
Am I supposed to do anything to get rid of the old version references? Do these old versions affect disk space/performance?
View 2 Replies
View Related
Feb 1, 2011
I had debian squeeze already installed, then installed win 7. Windows overwrote by MBR, as I expected it to, so I used an ubuntu live cd to reinstall grub2 to debian root.
I rebooted, and sure enough I had grub back. The boot menu has debian on it. Just debian (crunchbang actually, but its the same thing).
So I added a script in /etc/grub.d (called Windows_11) to create a windows chainloader entry in grub.cfg, and ran update-grub.
Update-grub picks up my /etc/grub.d/Windows_11 script, and adds an appropriate chainloader entry to /boot/grub/grub.cfg.
So I would expect this new chainloader entry to show up in my boot menu when I boot up. But it doesn't; on booting I only have the option to select debian.
Here is my /boot/grub/grub.cfg -
Code:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'CrunchBang Linux, with Linux 2.6.32-5-686' --class crunchbang --class gnu-linux --class gnu --class os {
insmod part_msdos
[Code].....
View 11 Replies
View Related
Nov 29, 2010
i am trying to change the boot order on the GRUB menu so that the countdown automatically starts on an older kernel. From what i can see all the solutions on the web want me to edit the /boot/grub/menu.lst file. The problem is that i don't have one. Someone also mentioned that if i don't have a menu.lst file then i should look for the grub.conf file. I don't have on of those either. The closest thing in /boot/grub is grub.cfg but that looks nothing like the descriptions i have heard of /boot/grub/menu.lst file
View 5 Replies
View Related
Sep 13, 2009
Here is how I created a Grub2 boot-cd with a (grub.cfg) menu:
mkdir /tmp/cdroot
mkdir /tmp/cdroot/boot
mkdir /tmp/cdroot/boot/grub
cp /boot/grub/grub.cfg /tmp/cdroot/boot/grub
cd /tmp
[code]....
NOTE: The above proceedure assumes you already have a grub.cfg file. If you don't, create one in the /tmp/cdroot/boot/grub directory
View 6 Replies
View Related
Jan 31, 2010
In my Red Hat 7.2 , the /boot/grub/grub.conf has the following data :
But when I reboot my Red Hat server , I don't see the Grub menu to say edit the boot kernel .
View 15 Replies
View Related
Sep 11, 2009
I hav two 40 GB hard disks.RHEL5 is installed on 1st and Windows on 2nd. In order to use each OS I manually hav to go and change the "first boot device" option in BIOS setting and boot into required OS. GRUB doesn't show Windows in its boot menu.How can I make GRUB recognize Windows and boot into both OS using GRUB boot menu?
View 1 Replies
View Related
Jan 30, 2010
I have a problem with my GRUB bootloader. I have Ubuntu 9.10 and Win XP installed on my laptop. But only the list of Ubuntu appears in the menu and NOT win XP.
Some instructions say try to edit the "menu.lst" file in "/boot/grub/" menu.
But there is no such a file in my /boot/grub/" folder.
View 14 Replies
View Related
Mar 7, 2011
I'm currently having a problem trying to remove the black screen that appears at Start-Up that asks me which operating system I want to run...I've already deleted wubi but this screen keeps appearing every time my computer starts up...How do I remove or disable this feature?
View 1 Replies
View Related
May 24, 2010
I'm running a dual-boot with linux mint and Windows. I have an E-machines desktop with : 760 GB Hard Drive 6GB RAM NVidia GeForce Graphics card 6150se Integrated AMD Athalon II X2 235e dual-core processor My problem is getting my grub to boot into Linux Mint, and the problem may lie with my graphics card. Whenever I install the linux mint for the first time, I am prompted to activate my proprietary NVidia graphics driver, which I do. Then I am asked to reboot.
Upon reboot, the system gets to the grub menu, accepts my selection to boot linux mint, then the "progress dots" appear on the screen. After about 8 seconds, the screen switches into command prompt mode. I never get to the graphical sign-on screen. All I get is the console sign-on prompts. From there my only option seems to be to reboot. (sudu reboot). After which, of course, I am forced to go into Windows vs. Linux to avoid the problem. Once Windows has loaded up, I do a restart and go back into Linux Mint . Finally, I get to the Linux sign-on graphical screen.
To summarize, i cannot restart linux mint without getting stuck staring at a console screen. I can get back into linux mint if i use the command 'sudo reboot', and, from the grub menu, choosing to go into Windows. From Windows, I then do a restart and end up back at the grub screen again, but this time when I select linux mint, things work and I am given the sign-on gui.
If I choose to not install the graphics driver (and put up with the annoying reminder to activate one), the system dual boots without a problem.
View 5 Replies
View Related
May 7, 2010
I tried making some changes to /boot/grub/menu.lst file by logging in thru su but it throws following error:
[root@localhost avi]# /boot/grub/menu/lst | gedit
(gedit:4874): GnomeUI-WARNING **:
While connecting to session manager:
Authentication Rejected, reason : None of the
authentication protocols specified are supported and host-based authentication failed.
bash: /boot/grub/menu/lst: No such file or directory
View 14 Replies
View Related
Mar 3, 2011
The XP partition ceased to boot (in fact when it seems to start Windows, it re-boots once and again). I can access the XP partition from Ubuntu 9.10
If I boot with the WXP CD and reinstall it in the original NTFS partition, will it wipe the boot menu out, loosing any chance to boot in Linux?
View 8 Replies
View Related
Feb 28, 2010
I have a dual boot system with Windows XP and Fedora12. Following is the partition structure of my harddisk.
Disk /dev/sda: 80.1 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x5e5e5e5e
Device Boot Start End Blocks Id System
/dev/sda1 1 1912 15358108+ 7 HPFS/NTFS
[Code]...
I deleted the "/dev/sda8" through Windows Disk Management, and when i restarted the system. GRUB boot menu vanished and a GRUB console appeared. Then I booted my system using Fedora12 live USB and created a new partition at same place from where i deleted it, and then after restart my started working normally as it was before partition deletion.
But, I don't understand what actually happened. Can anyone tell me in detail what happened and why and what to do to avoid such things in future?
View 1 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
Apr 20, 2011
I don't see grub at start. I have grub-pc installed.
Ubuntu is the only OS installed on this machine.
I don't have a /etc/boot/grub/menu.lst or a /boot/grub/menu.lst file either.
What's going on?
10.10 64bits
View 5 Replies
View Related
Jun 5, 2009
I've got myself the curious situation where, when I boot the system, I can get grub to start, but it always drops to the prompt.
I can run:configfile /grub/menu.lst
and this brings up the menu with no problems, and from there I can boot the system to either linux or windows. What I don't understand is why it wont go to the menu in the first place?As far as I can tell, grub/Kubuntu got confused when installing, as each of the hd#,# settings in the menu.lst have needed tweaking to let the system boot. (e.g. windows is actually hd0, but the original install had it at hd2. Likewise linux is on hd1, but the menu.lst had it at hd0). I've happily tweaked these to make the system boot, but would appreciate any help in convincing grub to actually load the menu without me having to use the prompt.
View 7 Replies
View Related
Nov 1, 2010
I got ubuntu 10.04 lucid lynx along with windows (dual boot) and using Grub. On my computer, I have my C:/ (programs) and D:/ (data). I've never used my D:/ before that day that I've lost my windows partition on my grub menu. I usually use my D:/ with windows. The first time I used my D:/ to store data with linux, I lost my windows option in my grub menu. I'm not sure what I did wrong but I do want to restore my windows option in my grub menu.
After "fdisk -l",
I checked in /boot/grub and there is no menu.lst to modify. how I can get back my windows option in my grub menu ?
View 24 Replies
View Related
Dec 22, 2010
The first is I seem to have 3 GRUB installs. So whilst I update the one from my live session, the change does not appear in the boot up menu. I had installed 10.10 from a CD into a different partition (sda6), but that will not boot, so I have just deleted this and done another grub install and update. The kernel I am using has just been updated from 10.04 to 10.10 too, and it is this that I use and the Grub I have been working on (sda5).
[Code]...
View 9 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 2, 2011
I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....
View 3 Replies
View Related
Nov 20, 2010
my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?
View 4 Replies
View Related
Jan 24, 2010
Just upgraded to 9.10 on a laptop with dead Vista which I lost when I moved over to UBUNTU some time ago. Never any problems but when fiddling at boot up tonight I accidentally selected to boot up the Vista loader which went into the Vista recovery, and since then the laptop only opens up the Vista Recovery, ie it does not go to the Grub. Any ideas on how I can get to boot UBUNTU again?
View 9 Replies
View Related
Jun 27, 2010
installed Python 2.4 and then removed already present Python 2.6. After restart, when i selected the working kernel, that white ubuntu symbol splashed and screen went black with two small lines at the top.. it doesnt go beyond that. Please help me. I tried selecting other kernels. It did not work. I used "nomodeset" by editing the the kernel at the grub..
View 1 Replies
View Related
Jun 2, 2010
I can't turn on my PC and write jet from my neighbors notebook. Because of problems with Windows updates und ubuntu vpn I installed today Windows 7 again and then openSuse. It was OK. Than I began with set up of different Programms for windows, like WinRar, Avira Antivir ect... As soos as it was done I wanted to begin with set up of openSuse... But the start menu is gone - there is nothing there now! Last time I could choose betwee 2 windows partitions, openSuse start-partition and openSuse fall-Save. -Now there is only "grub>" line
And I doesn't have any idea what I can do, I doesnt know where are startfiles, where is /boot/grub order, I don't know how can grub be used also. But I know that if I try to register my windows 7 agan at the same day, my windows lizens would get invalid. Has someone any idee what can be done?
View 7 Replies
View Related
Nov 14, 2010
i have java app. i want make my Linux dedicated to that application.such that,when Linux load it start the app, start menu have Shutdown,reboot and my application luncher, only one window , desktop right-click also have the same menu-items as start-menu.
View 3 Replies
View Related
Apr 18, 2010
I am trying to streamline my boot screen/GRUB Menu. I know what I want it to look like (grub_wanted.jpg), and I think I know how to get it by uninstalling a couple of things, (synaptic.jpg). Now I have too many items on the screen, and it looks cluttered to me (grub.jpg).
View 3 Replies
View Related