Debian Installation :: Getting Two Grub Menus
Sep 27, 2014
I have just upgraded my Xen system from squeeze to wheezy. Things seem to have worked except for one very important problem: I'm getting two grub menus. I get one white-on-blue that comes up first. It says GNU GRUB version 1.99-27+deb7u2 at the top. (It defaults to the wrong image... but that is an issue to address later.) I choose "Xen 4.1-amd64".Then I get a second grub menu that is white on black: GNU GRUB version 1.99-27+deb7u2 at the top. I have two options "Debian GNU Linux with Xen 4.4-amd64 and Linux 3.2.0-4-amd64" and the other "Debian GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.04-amd64 (recovery m->"
This is reminiscent of the cascade option from upgrading from legacy grub to grub2... but both menus say 1.99-27... so I don't know what the heck is going on here. I have tried running upgrade-from-grub-legacy and grub-install and grub-updater etc. etc... but it always comes up the same. I cannot have that. This is a server, I need it to boot to the appropriate kernel image -- and preferably with only one grub menu!Here are the grub-related packages I have installed:
Code: Select all# aptitude search grub
i grub - GRand Unified Bootloader (dummy package)
p grub-choose-default - Control Grub Default through a GUI
i A grub-common - GRand Unified Bootloader (common files)
p grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot versi
p grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binar
p grub-disk - GRUB bootable disk image (dummy package)
[code]....
View 4 Replies
ADVERTISEMENT
Sep 21, 2010
I was installing sqeeze i386 on my laptop VOSTRO 1400 and got this the 'grub-pc' package failed to install into /target/. without the GRUB boot loader, the installed system will not boot.
View 3 Replies
View Related
Oct 29, 2010
So I've been trying to find a program to edit grub ,so that I'll be able to add a picture behind the letters add new lines,and change the name of the menus. I know in Backtrack that I used a program,I don't really remember which one it was,I think KGrubEditor,but that is a KDE app,and I cannot find a place where I could download it anyway. Do you guys know any alternative,or any way I could do this? I know how to edit grub.cfg,but I want some features besides that.
View 2 Replies
View Related
Oct 29, 2010
The default menus in XFCE don't include many things that I want to use from KDE. How can I get those on the XFCE menus? There is a so-called "menu editor" in the settings menu, but it has no documentation
View 5 Replies
View Related
Jul 22, 2011
I recently changed from Ubuntu 11.04 to Debian 6.0 and I'm having some trouble editing the applications menu. If I use alacarte to add sub-menus to the Games menu they appear in Applications>Debian>Games rather than Applications>Games. So I tried to do it the manual way. I created .desktop files for all my games and put them in ~/.local/share/applications here is an example:
bone1.desktop
[Desktop Entry]
Version=1.0
[code]....
But none of my new sub-menus or menu entries in sub-menus appear in my menus or alacarte. I also tried using just categories in gnome-applications.menu but that didn't work either.So what I have at the moment is all my games in one long list, what am I doing wrong?
View 2 Replies
View Related
Oct 4, 2010
i just installed debian on my neighbors computer and all the installation processes went A okay until i booted into the desktop, for some strange reason there are no menus (the bars at the top and bottom) whats going on here how do i get the menus up
View 4 Replies
View Related
Oct 14, 2015
URl...how wide are the spaces between these entries. A quick research shows that this affects only certain apps such as gnome-terminal or Anjuta, but doesn't affect for example Synaptic - my first thought was that it's related to these using GTK3, but now I can see it's not that. This is not theme-related as it appears no matter what theme I choose. No results by googling.
View 2 Replies
View Related
Mar 22, 2011
The applications menu editor allows the editing of the menu though not it's settings so how do I remove the menu delay? I want instant menus.
View 8 Replies
View Related
Feb 7, 2016
I am using Wheezy 7.9, Gnome Classic, gdm3 . I have two menu instances of Master PDF Editor, one instance in the Graphics menu and the other in the Office category. I have tried using Alacarte to remove one of the instances. Alacarte shows that the item has been removed but in fact it still shows up in the menu. The procedure I used was to open Alacarte as root user, delete the item, close Alacarte and re-start the computer.
View 1 Replies
View Related
Apr 18, 2011
There is a plethora of apps in the Debian distro -great stuff! Problem is, there is too much to display efficiently in the menus system as currently deployed. I'm thinking particularly of the Science section. Is there a way to rearrange the menus, so that there are sub-menus, such as Astronomy,Biology, Chemistry, Physics etc?
View 2 Replies
View Related
Aug 12, 2011
I am using XFCE on Debian Squeeze.
Last night, when I logged in, I only got the desktop with whatever icons I have set on the desktop. The menu bar and the taskbars have disappeared completely.
Is there a way to recover this? Is this a common behaviour? I used to get this problem when I tried out QIMO.
View 3 Replies
View Related
Feb 5, 2010
I am helping my pal to get into Debian (yes first timer).He is running W7 on a 500G SATA HDD and he has another 250G SATA HDD that he wants Debian to go to.Will Debian install grub on the master bootloader even if the installation is going on a separate hard drive?I have dual boot before but on the same hard drive.
View 6 Replies
View Related
Mar 2, 2011
I am trying to get Debian 6 to work on an hp Z400 - the problem is that it came with a NVIDIA Quadro NVS 295 graphics card; there may be a driver for Linux, but it doesn't matter, because GRUB insists on switching to some sort of graphics mode and the screen just blanks and switches itself off. Is there any way to make sure during installation that GRUB gets configured to stay in character mode only?
View 6 Replies
View Related
Oct 16, 2010
Does anyone know how to delete or disable kickoff menu items? I need to disable or delete the SLEEP and HIBERNATE menus as they don't function properly causing the system to crash.
I searched the internet and local configuration files without success.
View 1 Replies
View Related
May 10, 2013
I have downloaded the Wheezy DVD 1 and started the istallation process. The installation time is strangely very short in respect to the Squeeze release, anyway
The GRUB installation step fails. I terminated the installation without a bootloader and rebooted from DVD with the rescue boot option.
Now I asked for a console to try to manually install the bootloader but the following command:
# grub-install /dev/sda1
[where sda1 is my root partition]
gets the following message:
/bin/sh: grub-install: not found
What can I do?
View 14 Replies
View Related
Nov 4, 2015
I'm attempting to install Debian to an NVMe SSD (Samsung 950 Pro), however both Jessie and Stretch images fail to install grub.
Checking the syslog reveals the following error:
grub-probe: error: failed to get canonical path of /dev/nvme0n1p5
Further Information:
Fast-boot is disabled in the UEFI, and boot mode is set to UEFI only, no CSM. I do not see any option for 'Secure Boot' if it's relevant to the issue.Windows 10 has already been installed, which created several partitions. The ESP/EFI partition appears to be on nvme0n1p2I only created one partition for Debian - / on nvme0n1p5, no separate partitions for /boot, /home etc.
View 3 Replies
View Related
Apr 18, 2010
I just installed ubiquity for ubuntu 9.10 via the terminal.Code:apt-get install ubiquity.Every thing went fine, no installation errors but I can't seem to find the icon in any of the menus. Any idea how I could get an icon there or is ubiquity a command line only program?
View 2 Replies
View Related
Jul 3, 2010
I have installed QCAD from ubuntu software center. Unable to locate it in the menu. Presently using terminal to access the program. Went to applications, right click mouse-clicked on edit menus-nothing happened.Went to preferences - clicked on Main menu - nothing happened.
View 1 Replies
View Related
Jul 1, 2010
I recently installed Firefox 3.6 on Debian Squeeze. Everything went smoothly, but Firefox looks weird. The interface reminds me of Windows 98 and anytime I scroll through the menus the highlighter is grey and it makes things awfully hard to read. I'm not sure what could be wrong but I'm hoping someone here I'm not sure how to insert small images as url links so I'll just post links to screenshots I took for reference.[URL]Oh, and one other problem I recently discovered, flash doesn't seem to work. It works just fine in Iceweasel but I am told I have to install it in Firefox. I installed libflashplayer.so in /usr/lib/firefox/plugins but that doesn't seem to have helped. Come to think of it, it probably wouldn't since it's probably the 32-bit version I got from their site, I run on 64 bit.
View 13 Replies
View Related
Feb 1, 2015
I have an amd64 system and am attempting to install 7.8. I have two 4TB hard drives, and would like them in this configuration:
[*]md0: RAID-1 root
[*]md1: RAID-1 data filesystem (which will be about 3.9TB)
The drives have GPT.The debian installer worked fine until it was time to install grub, and then it said grub could not be installed (fatal error).I'm wondering if I need to create a small /boot partition (non-RAID)? Other than swap, the physical partitions supporting md0 and md1 are the only ones I created. fdisk shows the typical 1MB partition I see on GPT disks, though I'm not all that GPT-savvy.
View 11 Replies
View Related
Mar 25, 2015
Installing Debian base, Debian did overwrite my old Grub (other partition, other Linux system) .
Now I have no splashimage any more ...
How to restaure a splashimage now ?
View 3 Replies
View Related
Jan 25, 2010
I was wondering if a lot of people advise to install Grub in the MBR but that means the last distro installed will control the booting and that distro's grub will become the bootloader? I am finding it really difficult and complicated if you don't want that situation and want to control which distro's grub does the booting. Grub2 works differently than Grub Legacy but if you use Grub Legacy and the menu.lst, I never know what entry to use when you are adding them. I have some idea but when I edit a grub entry for another distro, it never boots properly because the content I have there isn't correct.
View 8 Replies
View Related
Nov 8, 2010
I had windows 7 and i installed ubuntu both on primary partitions. They were running normally and the dual boot was working well. After that I installed debian on a third different logical partition of my disk and then only debian was running and windows and ubuntu didn't. Ubuntu does not seem even when the computer starts! Then i reinstalled ubuntu over the debian so i can run only ubuntu. I cannot see windows 7 at all when grub starts
command sudo fdisk -l gives me:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code]....
Partition table entries are not in disk order
Why i have two * in boot column? I have tried some methods i found on the internet but didn't work.
View 7 Replies
View Related
Apr 18, 2011
I am trying to install Debian onto my ASUS Eee PC 1015PE from a USB flash drive. The problem I am having is that the primary HD is detected as the USB flash drive. I have to set it up this way so that it will launch the installer. Everything works great until I get to the part where it is installing Grub. It wants to install to /dev/sda instead of /dev/sdb. I don't see any place to change this. Once I install and remove the flash drive it will be sda.
View 9 Replies
View Related
Feb 8, 2011
After finishing installation of Debian to a USB drive with XP on disk0 , the system does not boot and reports the Grub error 21. I tried install for 2 times with same results.
View 1 Replies
View Related
Feb 27, 2011
Just installed Ubuntu 10.10 Netbook on my Dell Vostro 1000. Install seemed to go through ok, although I am not connected to the internet. When the install completes, I have the default background image and er... that's it. Around the edge where the menu should be, the background image is slightly darker. If I move the mouse to where the menu items should be, rather than what I assume would be a text label/description of that menu item, I get a blank white box instead. If I click, some of the applications do indeed open, albeit without titlebars.
I am new to Linux, I decided that it should be about right for me to make the switch, but encountering such an issue so early on isn't inspiring me with much confidence. I have access to this Windows machine for downloading and burning CD/DVDs. I also have a WD Passport drive (150Gb) and a USB stick (1Gb).
View 9 Replies
View Related
May 1, 2011
I tried to update to the latest update 11.04 I think? and I after the upgrade my computer only shows the wall paper and nothing else. I can press crt+alt+del and turn it on and off and realized that I could press the help button on that menu and get "get up online" to boot up Firefox, but other than that I can't do anything. I thought I saw some possible solutions but I can't even try them since I have no way of getting to the terminal.
Other Info: Accer AspireOne running the Netbook Remix...
View 1 Replies
View Related
Sep 14, 2014
I installed Windows Xp 64bit(in a partition called d:) with dual boot with Debian Wheezy. Installed first Windows Xp and after Debian Wheezy, but grub is not seeing Windows!
Look at my "fdisk -l".
root@robgeek:/home/rob# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe274e274
[Code] ....
View 2 Replies
View Related
Feb 19, 2015
I have a virtual Linux server and i deleted his boot partition by mistake. Now When i try to enter the machine I see
Code:
Select allfilesystem unknown
Grub rescue >
I was told i need to reinstall the server so I've downloaded the ISO files i need.
I've connected the ISO to the machine but i don't know what yo do next.
I've read online that i need to do ls and find where the ISO is so i can boot from it.
But i get error unknown filesystem for everything so i don't know what to do?
View 1 Replies
View Related
Mar 15, 2015
I am running Wheezy as my main OS in the first drive in my desktop. I use the 2nd drive for data. I am trying to add another OS to multiboot. When I ran grub-update in Wheezy, I am getting device letter for the root device instead of UUID in grub.cfg, in the os-prober section. Like this
Code: Select allsearch --no-floppy --fs-uuid --set=root 6ee49a8e-a619-49c7-9f66-51a5ca9a48cc
linux /boot/vmlinuz-316-x86_64 root=/dev/sdb3
initrd /boot/initramfs-316-x86_64.img
In the same file, UUID was used for the existing kernels.
Code: Select alllinux /boot/vmlinuz-3.2.0-4-686-pae root=UUID=c2eecf02-d427-4f2e-9fd0-9db61256cbac ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-686-pae
How can I get UUID instead of /dev/sdb3 for the 2nd OS?
View 3 Replies
View Related