Debian Installation :: GRUB After Installing 8.2 Over Ubuntu

Mar 20, 2016

I had a dual boot with windows 10 and Ubuntu 14.04, and I just decided to move from Ubuntu to Debian, but I didn't unistall Ubuntu. I just deleted it's partitions (/, /home, swap) and used the new allocatable space. When I was doing the partitions I noticed that the installer didn't allow me to choose between logical and primary partitions (not sure if this is important).

When I continued with the installation process, in the GRUB section the installer detected two Windows Vista options and later I selected /dev/sda as the disk for the GRUB (MBR). When I tried to boot, a GRUB command line screen from ubuntu appeared, when I wrote exit a message appeared "Boot succesfull" and then it sent me to the Boot selection from my laptop.

From there I can choose to boot Windows 10 normally or select a disk partition that sends me to the Debian GRUB from where I can boot Debian normally, but the Windows entries that appear (Windows 8.1 and Windows 8 recovery mode) fail to boot. So when I boot the Debian GRUB appears.

View 3 Replies


ADVERTISEMENT

Ubuntu Installation :: 9.10 - Will Installing Debian Lenny Break GRUB 2

Jan 11, 2010

If I install a totally different Linux distro on my existing Ubuntu 9.10 system, will it break GRUB 2? I was thinking of installing Debian Lenny, but have held off because I do not want to inadvertently wreck the boot arrangement.

I've previously installed Windows after installing Kubuntu, and had to reinstall GRUB as the bootloader as a result. It wasn't a big deal with the old GRUB, but I don't know if it's that easy with GRUB 2.

I am not sure what bootloader Debian Lenny uses. I've been looking but haven't found the answer yet. I guess if it also uses Grub 2, I wouldn't have to fix anything.

I want to try out Lenny because an app I want to use (Teamspeak 3) doesn't play nicely with Pulseaudio. Pulseaudio is integral to Ubuntu 9.10, but I have other options with Debian Lenny. I'd like to see whether the app works better there w/LXDE.

I guess I could also just make a virtual Lenny machine in Virtualbox, but I wouldn't get full use of my hardware, so I wouldn't be able to play Urban Terror (which is why I want to use Teamspeak 3).

View 2 Replies View Related

Debian Configuration :: How To Restore My Debian's Grub After Installing Windows 7

Sep 5, 2010

I have installed Windows 7 on my laptop . Now, it directly boot from Windows 7 . I think the MBR overwrote my grub . I have found two methods by google , but still does work .
1: boot from debian install CD, Alt +F2 switch to the console. "grub " "root (hd0,0)" "setup (hd0,0)".
2:boot from CD, mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt ; chroot /mnt ; grub-install /dev/sda.

View 7 Replies View Related

Software :: Cannot Run Debian After Installing It - Does Not Appear In Grub

Jan 30, 2010

I just installed debian squeeze and at finish it asked me if it write the MBR with gurb. I say yes, but after restarintg, squeeze doesnot appear in grub. I also have debian lenny in the same PC. I installed debian squeeze in

Code:

/dev/sda9: UUID="85383eab-fce7-450b-b713-c6bdfd57f53a" SEC_TYPE="ext2" TYPE="ext3"

I try to add it to menu.lst this way:

Code:

titleDebian GNU/Linux, Squeeze kernel 2.6.32
root(hd0,8)
kernel/boot/vmlinuz-2.6.32-trunk-amd64 root= UUID=85383eab-fce7-450b-b713-c6bdfd57f53a ro quiet
initrd/boot/initrd.img-2.6.32-trunk-amd64

When I choose it from grub menu, seems to run, but in 5,6 seconds it stoped and tell me doesnot find some files, like /proc, /etc/fstab, etc... Files I have in /boot (in squeeze particion) are:

Code:

initrd.img-2.6.32-trunk-amd64.bak
grub System.map-2.6.32-trunk-amd64
initrd.img-2.6.32-trunk-amd64 vmlinuz-2.6.32-trunk-amd64

I also tried SGD and when I choose squeeze, appear a black screen with promt

Code:

GRUB>

How can I run squeeze I just installed.

View 1 Replies View Related

Debian :: How To Config Grub After Installing Windows 10

Aug 16, 2015

I have 2 HDDs, and under linux, sda is ntfs, sdb is ext4 of debian jessie, the booting order is sdb ( it contains the grub on sdb's MBR) then sda, the windows boot loader on its own MBR.

The sda was win8, but now just formatted it and did a fresh installation of win10. After power off PC and plug the sdb up again. Turn on the power, setup the booting prior as same as above, but, the grub can not realize the windows 10 boot sector, error message is: no such device /dev/sda1... (and following a digit array) 8xxxxxxxxxxxx....

How to config grub in order to make it can dual boot both Operating System?

View 1 Replies View Related

Ubuntu Installation :: Re-installing The GRUB On MBR?

Oct 6, 2010

I've got a dual boot set up with Windows on my first hard drive and Ubuntu Lucid on my second.Recently I had to Re-install Windows and it replaced GRUB on my master boot record.On a long shot I tried to boot into Ubuntu by going into my boot options from my BIOS and booting into my secondary drive but this just brought up a GRUB command line.So I booted into a Jaunty live cd (the Lucid live disk doesn't seem to like my graphics card) and in terminal I tried to run

Code:

sudo grub
root (hd0,0)
setup (hd0)

after running the final line I get the error: "Error 17: Cannot mount selected partition".I'm pretty certain that sda1 is my MBR so that would translate to (hd0,0) on GRUB right? here is my output of "fdisk -l";

Code:

Disk /dev/sda: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1aae7bbb

[code]....

View 9 Replies View Related

Debian Configuration :: After Installing GRUB Win 7 Fails To Boot

Nov 26, 2015

I have a ~ 2008 notebook (Compaq CQ60-137EL) on which I had Windows 7 only (it was sold with Windows Vista installed).

Later I installed Debian Jessie 8.2.0 Stable ("Graphical expert install" from DVD), along with GRUB as a boot manager (I chose not to install it on the EFI removable media path).

Since then, if I select Windows 7 on the GRUB boot screen, I see "Starting Windows...", and after few seconds the screen flashes for a moment, and then the PC reboots: I see the bios screen, followed by the GRUB screen again.
What's even more weird about this is the fact it just happens only in like ~50% of the cases. In the other 50%, Win7 starts flawlessy.

I even tried to install Debian first, then Windows 7, then re-install GRUB, but I got the same issue, even with both system freshly installed.

On 6 attempts, 3 times it worked and 3 times it didn't.

On my desktop PC I'm in the same setting, but I don't have this issue. I think it may be related with the fact I have Win7 on a SSD and I installed Debian on a separate HDD, while on my notebook, as you can imagine, there's just one single HDD.

View 11 Replies View Related

Debian Configuration :: Installing Grub On Cloned Drive?

Jun 16, 2011

Im running Squeeze (in VirtualBox on a Win host), and I need to clone my drive to a bigger one and boot from that drive. I used gparted from a live cd for the cloning, and got the following result with fdisk -l:

Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code].....

View 1 Replies View Related

Ubuntu Installation :: Re-Installing Grub From LiveCD?

Jan 20, 2010

I was thinking of trying to install Window XP in a dual boot fashion but with the purpose of trying to configure wine to use it as it base instead of its normal setup. Only thing is Ubuntu is the sole controller of my laptop here atm and as you know installing XP will remove grub as boot controller. And while I know about SuperGrub I was wondering how, if possible,do I re-install grub from Karmic's LiveCD?

View 2 Replies View Related

Ubuntu Installation :: Installing To External USB HD Without Grub?

Jun 8, 2010

I am trying to install 10.04 to an external HD (not flash). I ran the live CD, installed to it and all seemed to work fine, but I don't want to use GRUB. I ran 7 repair and did a bootrec /fixmbr and it's booting normal, but I can't boot to USB.I want it to boot normal, unless I hit F12 to boot to removable device. Not much of a Linux person, but I am trying to be.

View 7 Replies View Related

Ubuntu Installation :: Installing 10.4 After 10.10 - Grub Does Not Pick It Up

Dec 14, 2010

I have 10.10 installed on my machine. I'm trying to install 10.4 on another partition. Install completes, but when I reboot, there's no entry in the grub menu for the 10.4 install. I tried adding an entry to 40_custom in /etc/grub.d, but it still doesn't show up. I'm pasting my 40_custom below.

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Ubuntu 10.4' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos10)'
search --no-floppy --fs-uuid --set be888928-a477-4b31-b478-13271009c032
linux/boot/vmlinuz-2.6.32-24-generic root=UUID=be888928-a477-4b31-b478-13271009c032 ro quiet splash
initrd/boot/initrd.img-2.6.32-24-generic
}

View 2 Replies View Related

Ubuntu Installation :: Grub Error 17 Upon Installing New HDD

Feb 14, 2011

I have just bought a new HDD and installed it in my Ubuntu server. The problem is that when I try to boot, I only receive the message "Grub error 17" and at that point the computer freezes.

In my troubleshooting I found that without the new drive, the computer starts and the hard drives are listed in BIOS as follows:
1. DVD-rom (ide) - Master
2. 80gb disk (with OS installed) (ide) - Master
3. 1tb disk (sata) - Master

In the new setup the disks are listed like this:
1. DVD-rom (ide) - Master
2. 80gb disk (with OS installed) (ide) - Slave
3. 1tb disk (sata) - Master
4. 2tb disk (sata) - Master

May this different listing in BIOS lead to the Grub error?

View 5 Replies View Related

Debian Configuration :: Restoring Lenny's GRUB After Installing Windows XP Elsewhere?

Feb 21, 2010

My computer initially had one hard drive, with Debian Lenny 5.0.4 installed. I haven't done any special configuration, so upon boot, I was presented with the GRUB kernel select menu, then gdm, etc. I think I used the Debian installer's 'use entire drive with LVM' configuration.

I then added a second hard drive, with the intention of installing Windows XP on it. After I installed XP on this second drive, I found out that it had overwritten the MBR on the first drive. (It was my intention do use the BIOS' F8-key boot menu to choose between the two drives, each with their own distinct boot loader. The two drives and OS's would be completely independent.)

Using my Debian installer CD, I think I have GRUB installed on the first drive again. I've found a number of tutorials which say I can use 'set' and 'linux' to boot the system, but the linux command always returns a file not found error.

I think my LVM filesystem is still intact, as the Debian installer's fdisk reports it, it can also chroot to it and my installation appears to be intact. 'ls' within GRUB shows (derek-swap_1) (derek-root) (hd0) (hd0,1) (hd0,2) (hd1) (hd1,1) (fd0) . 'derek' was the hostname I used.

I would like to simply restore the system to the way it was before: with the standard GRUB that comes with Debian 5.0.4, which then boots into the debian with my LVM filesystem. Is there a way to do this from the Debian installer CD? (I was hoping there would be a 'dummy install' command which would install GRUB and configure it properly, but leave all my existing partitions and filesystems intact.)

View 4 Replies View Related

Debian Installation :: 'grub-pc' Package Failed Into /target/. Without The GRUB Boot Loader

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

Ubuntu Installation :: Mis-detect Vista When Installing Grub?

Jul 6, 2010

I recently installed Ubuntu Studio on my PC, dual-booting it with Vista. Once the installation had finished, and I had rebooted, Grub showed the two Vista options:

Windows Vista (loader)
Windows Recovery Environment (loader)

When I load up "Windows Vista (loader)" it opens my Acer eRecovery Management, but when I load "Windows Recovery Environment (loader)" it opens what looks like a normal version of Vista. Is it possible that on installation, Grub accidentally swapped the two around, or have I probably mucked up my computer?

View 2 Replies View Related

Ubuntu Installation :: Win7 Does Not Boot After Installing Grub

Sep 30, 2010

After install of Ubuntu 10.04 I cant boot WIN7 from the Grub menu.

root@asus:~# fdisk -l
Disk /dev/sda: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 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: 0xcb5bd2b2

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3890 31245312 7 HPFS/NTFS
/dev/sda2 3890 3892 16154 ef EFI (FAT-12/16/32)

Disk /dev/sdb: 31.9 GB, 31914983424 bytes
255 heads, 63 sectors/track, 3880 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: 0x0002ac5b

Device Boot Start End Blocks Id System
/dev/sdb1 1 3391 27230840+ c W95 FAT32 (LBA)
/dev/sdb2 3391 3881 3931137 5 Extended
/dev/sdb5 3391 3852 3701760 83 Linux
/dev/sdb6 3852 3881 228352 82 Linux swap / Solaris

View 3 Replies View Related

Ubuntu Installation :: Installing 10.04 Alternative - Editing Grub?

Oct 8, 2010

I am currently installing the Ubuntu 10.04 Alternative, as I am having problem with video card. What I know is that I need to edit the Grub file in /etc/default/grub and add i915.modeset=1 for my video card. What I don't know is how to do that in the command line, what application should I use and how to save it? Also, if everything works well, I want to boot to gnome automatically. What I am looking for is a step by step instructions (as I can get lost).

View 8 Replies View Related

Ubuntu Installation :: Fedora Not Displayed In GRUB After Installing It

Oct 10, 2010

Got Ubuntu 10.10 amd64 installed.. I've been using Fedora 13 64bit for some time now dual boot with WinXP.. Ubuntu installation to a free Hard drive went well till i rebooted, my Fedora installation was gone , and i thought Ubuntu is much installer friendly than fedora.

View 1 Replies View Related

Ubuntu Installation :: Error With Grub After Installing Kubuntu

Jan 20, 2011

I have windows 7 installed on my copmuter and I ran the alternate disc cause the live disc didn't work for me. So installing was smmoth and I did everything right excpet for the grub part. It asked to be a master loader or something and I said yes. After restarting I see the grub menu but I only see two ubuntus(recovery mode) on the list and 2 test thingys ( memory test) So I go to the ubuntu tab and I get kubuntu ( as ecpected). Right now I am using kubuntu and it is fine but?

View 9 Replies View Related

Ubuntu Installation :: Installing With Raid 0 - Grub: No Such Device

Jun 29, 2011

I have a raid 0 setup with 2 x 1TB drives. I have an ASUS P8P67 LE motherboard and am using Interl RST for the Raid setup. I'm utterly ignorant of raid and therefore forgive any mistakes... I already had windows 7 installed and was attempting to dual boot ubuntu.

I installed Ubuntu from CD. The raid was picked up properly as only one drive by ubuntu. So it picked up the windows MBR and the main windows partition. I resized the main partition and used the "install ubuntu and windows 7 side by side" option. Installation went fine but once I restarted the PC I was welcomed by a grub rescue screen with the message: "error: no such device e196.....". Edit: I used the Windows 7 disc to repair the windows bootloader so I can now boot into Windows 7.

Before doing so I used gparted on the live cd to check the partitions on the drives. The only ones present were the MBR and windows one. So ubuntu seemingly didn't install... Although GRUB did... I was advised by someone on the ubuntu IRC chat to avoid trying to reinstall ubuntu at that point just in case there was an error in the partitioning process. I've since checked the state of the partitions from within windows and there's the MBR partiton, the windows partiton AND the partition that I created for ubuntu... 965MB of the partition that I created is listed as used space as well...

View 6 Replies View Related

Ubuntu :: Why Does Installing Grub-doc Remove BOTH Grub-pc And Grub-common

Jan 3, 2010

I'm just slightly confused here, but... what the? Why does installing grub-doc remove BOTH grub-pc, and grub-common? So basically it seems like by installing grub-doc, I have uninstalled grub totally (yes, it is still there as the bootloader, but i have no way of updating it now!) from my system. What's the conflict between grub-doc and grub-pc, such that grub-pc has to be removed?

View 5 Replies View Related

Ubuntu Installation :: No Valid Drive After Installing - Grub Failed

Feb 1, 2010

I installed unbuntu 9.10 on a dual partition for alongside windows. Grub failed during installation and now I can not boot to windows or ubuntu. I can not repair with the windows cd, I can not do anything in Windows recovery no format, no fixboot, no chkdsk, no anything, it tells me there is no valid drive when I am in dir C:. In Ubuntu live CD I can see all the files are there on the local disk. What do I need to do to fix this

View 9 Replies View Related

Ubuntu Installation :: Add U9.10 Back To Grub Menu After Installing Its Studio 8.04?

Feb 19, 2010

I recently installed ubuntu studio 8.04 on a new partition and now ubuntu 9.10 is no longer showing up in the grub boot menu. How can I boot into ubuntu 9.10 and how do I edit the grub menu so it shows up again?

View 5 Replies View Related

Ubuntu Installation :: Restoring Grub Failed After Installing Windows XP?

May 21, 2010

I am pretty new to ubuntu, and not sure if this question has been solved by anyone, I tried search this forum, but didn't find enough information. The closest thread I found here was this one:[URL].. Here is my situation, I have installed Ubuntu 9.04 a few days ago with an old Live CD, after running it pretty well, I upgraded it to 9.10 with the online update tool. (I guess this makes sure I was using Grub 1, the legacy Grub). After updated to 9.10, I installed a Windows XP on my hard drive, obviously, it wiped off my Grub from the MBR. So I tried to restore the Grub back to the MBR, but failed, please see below:I first run the fdisk

Code:
ubuntu@ubuntu:~$ sudo fdisk -l
omitting empty partition (5)
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code]...

View 9 Replies View Related

Ubuntu Installation :: Grub - Installing 10.04 64bit On An External USB Drive

Jul 15, 2010

The default (graphical) installer did not work on my PC (i7 quadcore 8 GB DDR3). I have installed Ubuntu using the alternative installer (Desktop, 64 bit) on my external USB drive. I installed grub on the MBR of the second drive (/dev/sdb) as I did not want to touch my (first) Windows disk. After reboot (chosing the USB drive as boot device, else Windows is booted) grub reports an error and enters the rescue mode. I tried all possible combinations of "root=(hdX,Y)" in grub.cfg to no avail.

I repeated the whole procedure but now disconnected the internal HD with Windows. Installation went smooth again (Windows disk was not seen this time), but after reboot (the internal drive connected or not) I again get (slightly different this time) grub error: can not find file.

View 9 Replies View Related

Ubuntu Installation :: Upgrade Manager 10.10 Hung Installing Grub?

Oct 11, 2010

I used the upgrade manager to update to Ubuntu 10.10. It hung on installing grub. After trying the repairs, the system says it can't find grub_xputs and gives the grub rescue> prompt.

View 5 Replies View Related

Ubuntu Installation :: Win 7 Dual Boot, Grub Appears To Not Be Installing?

Oct 21, 2010

My dell machine has the following: A raid 0 SAS config with Windows 7 installed in one partition, and ubuntu in the other partition. Then two seperate sata hdd. The raid drive is set as first boot, and Windows views it as disk 0 and boots just fine. When I installed ubuntu 10.04 on the second partition, it viewed the disk as sdc. And when booting off the raid drive,im not given a grub menu to choose ubuntu orwin 7,windows 7 boots all on its own.

View 9 Replies View Related

Ubuntu Installation :: After Installing Lucid, Grub Does Not Work Correctly?

Apr 18, 2011

After installing Ubuntu 10.04 on an external HDD (via Live-CD), grub never shows a menu, it only goes to command line.Every time I want to boot, I have to enter these commands:

set prefix=(hd0,1)/boot/grub
set root=(hd0,1)
linux /vmlinuz root=/dev/sda1 ro

[code]....

View 9 Replies View Related

Ubuntu Installation :: Grub.cfg Gets Wrong When Installing On Usb Hard Drive?

Jun 6, 2011

I have a HP Compaq 6710b notebook with W7 on it. I want to use Ubuntu for hobby activities, but as this is a company notebook, W7 should remain intact. I decided to install Ubuntu to an external drive.I set BIOS boot order to CD-USB-HDD.I attached a 2.5" 250GB WD Passport usb hard disk and installed Ubuntu to it from the CD.As a result, the clean install doesn't boot, I get a mere grub console (normal, not rescue).

Examining the situation I learned, that during Live CD session the inner hdd is hd0 and usb drive is hd1. Grub.cfg gets compiled to use /dev/sdb.When booting from usb drive, BIOS makes it to be hd0 and inner hdd becomes hd1 so grub tries to load kernel from W7 partition (and can't find it, I wonder why? )How to fix problem? Although grub.cfg is supposed not to be edited, may I change every sdb to sda in it?

View 3 Replies View Related

Ubuntu Installation :: Grub Not Running After Installing Fro Dual Boot?

Jun 16, 2011

I have a desktop Windows PC with three hard drives. Having successfully installed Ubuntu on a laptop I used the same CD image to boot Ubuntu on my desktop machine. All seemed well so I selected the option to install alongside the existing OS. I left the choice of drive as presented by the installer (it was the largest one) and asked for an 80G partition for Ubuntu. The installation went well but when the machine was restarted it just booted straight into Windows. No sign of the bootloader menu. I'm guessing the BIOS doesn't look at the drive where Ubuntu is installed, and the installer did not put the bootloader on the Windows boot drive. The Windows drive is too small to install Ubuntu there.How do I fix this so that I can dual boot, or alternatively how do I get rid of Ubuntu and reclaim the 80G for Windows?

View 3 Replies View Related







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