2
votes
0answers
22 views

Add Ubuntu to list of Grub boot options

I have an old laptop with an old version of Debian. I would like to install Ubuntu as well. Is it possible to install Ubuntu from the HD (not a rescue CD or flash-drive) and have it reside as a Grub ...
1
vote
1answer
67 views

How to recover grub after Windows installation

Usually when we install Windows after installing GNU/Linux, we usually lose the Grub. Which is the best way to recover grub when we lost grub or what are the possible different ways.
1
vote
0answers
159 views

Installing 12.04LTS Server on a Fake RAID10

Scenario Install Ubuntu 12.04LTS Server on a RAID10 with boot on a RAID1. 4 - 2Tb SATA Hard Drives 3 Partitions (/boot, /, and swap) boot (256Mb from each disk) setup in RAID1 /dev/md0 partition ...
2
votes
1answer
130 views

What is the default font for Grub in Ubuntu and Fedora?

I was wondering what the name of the font is for the grub set by default after installation in Ubuntu and Fedora (they are different ones). Any help would be great!
2
votes
1answer
251 views

Installing Debian on USB

From my Ubuntu, I want to create a bootable Debian USB. I tried to install Debian with debootstrap. A brief list of commands is mount /dev/sdb1 /mnt debootstrap sid /mnt http://ftp.debian.org/debian ...
1
vote
1answer
219 views

Crunchbang does not see existing Ubuntu installation

I recently installed Crunchbang 11 in the free space of a hard disk of an Asus netbook that already had Ubuntu installed on it. I partitioned the 2 distros separately, with only a common swap space. ...
1
vote
4answers
519 views

Missing Fedora in grub after installing Ubuntu

I had Fedora 17 in a primary partition. Yesterday I installed Ubuntu in an extended partition, and I can't see Fedora in grub, so I tried update-grub2 but it doesn't recognise Fedora being present, ...
0
votes
0answers
70 views

Linux Operating system-NOT A KERNEL CHANGE [closed]

I tried to make an operating system with my on custom built kernel. It didn't work out to well. I am using ubuntu and have downloaded linux 3.2.7 from kernel.org . I am not trying to change the kernel ...
0
votes
2answers
152 views

Prevent GRUB from showing up by default?

Whenever I boot on Ubuntu, I see the entire GRUB menu by default. Is there a way I could make it simply auto-boot if uninterrupted within X seconds? I remember that this was the case on previous ...
2
votes
1answer
420 views

Slackware boot error after fresh install

I'm currently running Ubuntu and Slackware on my system. After just installing Slackware, with everything appearing to work fine, I boot into GRUB only to see an "error: no such disk" or something of ...
5
votes
1answer
289 views

Linux Root Recovery

On Ubuntu 10.10 I can login as root without the root password by replacing ro quiet splash with rw init=/bin/bash. How can I secure my machine and disable this backdoor?
1
vote
5answers
766 views

I deleted files from my Linux box's /boot directory and now it won't boot

I deleted files from /boot to save space, but now when I boot I see: GRUB loading, please wait ... ERROR 15 /boot still has files corresponding to the 2.6.32-27 version of Linux. But I deleted ...
1
vote
4answers
915 views

How to install Fedora&Ubuntu with encrypted VG's on one disk?

I installed Fedora 14 first, then Ubuntu 10.04. I installed them using dm_crypt/aes256/lvm, so I used encrypted VolumeGroups. At the end of the Ubuntu install it said it cannot install GRUB, so I had ...
3
votes
3answers
585 views

grub shows multiple kernel versions on startup

I have Ubuntu 10.10 and after few updates the boot menu lists many kernel versions. How do I remove older versions?
4
votes
1answer
352 views

Install Ubuntu over Suse without affecting Windows

I have Windows XP and Linux Suse 11 installed on my laptop for some time. I want to replace my Suse installation with Ubuntu and would like to know if it is possible to do that without affecting the ...
2
votes
1answer
1k views

hibernate to disk not restoring, but suspend to ram is working

I have Debian 6, I have also seen this under Ubuntu (can not remember how I fixed it). I can hibernate, but when I switch on the system cold boots (it does not restore previous session). Note ...
1
vote
1answer
388 views

Ubuntu 10.04 bad install…now Mac won't boot

I've been having a problem all day. It all started when I tried to partition my HD to install Ubuntu with bootcamp on my mac. The install froze and when I restarted the Apple logo was replaced with ...
1
vote
2answers
601 views

restore suse grub

I upgraded my ubuntu and that resulted in its grub loader being used. I have a triboot of windows, ubuntu and suse. I prefer the suse bootloader which I was using before the ubuntu updates. I would ...
1
vote
2answers
640 views

blank screen after kernel upgrade

I am running ubuntu 10.10 with catalyst ati drivers which I installed from the amd website. Recently I took some updates which included a new kernel. I cannot boot into ubuntu. The screen shows ubuntu ...
0
votes
1answer
1k views

Filesystem type is ext2fs, partition type 0x83

I installed Ubuntu 10.04 (LTS) to a VPS server I'm renting and get this critical error when booting: Filesystem type is ext2fs, partition type 0x83 This prevents the rest of the boot process to ...
3
votes
1answer
778 views

How to enter into BusyBox when booting?

I have occasionally installed cloud-init package in Ubuntu, which blocks me from booting. Neither recovery mode works. Because cloud-init installed some upstart job configuration. So I want to enter ...
4
votes
1answer
255 views

Grub error 21 unless both sd card and live-usb are present

I'm not sure exactly how my EEE PC got to this point, but I have Backtrack (an Ubuntu-based distro) on the SD card, and a few different Ubuntu LiveUSB distros on different USB memory sticks. If both ...
9
votes
2answers
4k views

How do I prevent GRUB from using/starting any graphical UI?

I have a problem with an older Laptop (Fujitsu Siemens LifeBook S6010, to be precise) and an Ubuntu (10.10, Xubuntu desktop) installation (fresh install). During installation the graphics hardware ...
2
votes
3answers
396 views

need help booting the machine using the Ubuntu 10.04 installer CD

I am trying to install Ubuntu 10.04 on my machine which already has Windows Vista and Fedora installed. I use GRUB to get the boot menu. The GRUB screen looks something like this (has a fedora logo ...
2
votes
3answers
648 views

Editing grub menu

I'd like to edit the Grub menu that comes up, to move one line and remove others. I have an Inspiron 1420 that came with Ubuntu 7.10. When it needed a new drive, I installed Windows 7, the original ...