4
votes
1answer
47 views

Making a recovery partition in embedded Linux

I have an Atmel SAM9X system running Angstrom. I am trying to make a recovery partition so when a user holds a button during boot up the recovery partition boots up. I have modified the bootstrap so ...
2
votes
0answers
20 views

Sharing /boot between two Ubuntu 12.04 Server installations?

This question may seem trivial at first sight, but it has certain implications and I'm wondering what is the recommended path to take here. Assume the following scenario: a server system. The default ...
2
votes
1answer
368 views

How to boot on Fedora 18 (Grub2)

I have Fedora 18 and Windows 7 on my laptop. I had grub2 bootloader and the default is been set to windows 7. After I turn on my laptop it just automatically boots into windows 7. Now I want to set ...
1
vote
1answer
177 views

GRUB2: how to remember grub last choice

I'm currently trying out various distros so when I boot up my laptop I have several OS to choose from. Usually, all those distros install grub2 and locate themselves at the top of the list so they're ...
2
votes
1answer
365 views

Dual-booting Windows 7 and Mint 14 with “something else” option

I would like to do a dual boot of Windows 7 and Mint 14 on my Acer netbook which already has Windows 7 Pro 64-bit installed on an 1 TB hard drive. I have already shrunk the Windows 7 partition to ...
0
votes
1answer
209 views

How to add Puppy Linux to grub menu installed by Ubuntu?

I've been using Puppy Linux off a USB flash drive drive for a while, but that was really wearing it out. I decided to do a full install to the hard drive, so I cleared out some space, created an ext4 ...
1
vote
1answer
290 views

RHEL Installation issue with UEFI

I have bought a new Desktop HP Compaq Elite 8300 SFF. It came with Windows 7 Pro installed. Now I want to install Linux (RHEL) by dual booting it. I have successfully shrieked the partition and ...
0
votes
0answers
38 views

Can't boot Scientific Linux [duplicate]

Possible Duplicate: Cannot boot Linux Mint after installing Windows (First) and Linux Mint (Second) I have installed Scientific Linux on my Asus laptop where I already have installed ...
1
vote
3answers
227 views

Grub dual boot without countdown

Is it possible to configure grub to have a dual boot setup behaving like described below? When turning on PC and doing nothing, the default system should start as soon as possible without waiting ...
2
votes
2answers
2k views

New menu entry in GRUB2, “file not found” and “you need to load the kernel first” errors

I wanted to add new menu entry to my GRUB2 list. This is how I tried to do this and necessary info: Erros after choosing "Debian Wheezy" menu entry from GRUB2 list: error:file not found error:you ...
2
votes
2answers
3k views

Remove Linux Mint and restore windows's bootloader

I have an old laptop that is setup with dual boot, running Windows Vista and Linux Mint 12. I want to remove the Mint and reclaim the space to Windows. This is a simple task but I've been on it for ...
0
votes
0answers
264 views

Make WinXP live USB or at least bootable USB from OpenSUSE to play Diablo 3 from that USB [closed]

I bought Diablo 3 (Windows and Mac game) and I want to play it on my notebook, but I only have OpenSUSE installed on it and I can't dual boot, because I can't backup the files and have the maximum ...
3
votes
2answers
136 views

How do I make sure grub is only installed once?

I currently have Windows on one partition, and Ubuntu on another. I'd like to install Quimo, and possibly Mint and/or Lubuntu as well. How do I make sure that only Ubuntu has Grub, and that the ...
5
votes
1answer
832 views

How to boot from iso with Grub2/Burg boot loader

I'm using Ubuntu as my primary OS and alternative is Windows 7 for gaming, and another stuffs. I want to have menu to boot some live CD ISO. Is there anyway to make menu entry in Grub2/Burg to boot ...
1
vote
0answers
162 views

Arch Linux not functional after kernel upate [duplicate]

Possible Duplicate: Arch Linux not booting after system update After running a system update, in which the kernel was updated, when I try to boot Arch (in single user, not quiet), I get the ...
5
votes
1answer
1k views

Getting an existing Linux installation from one computer to boot on another

I have an existing Dell Precision 690 workstation setup to dual boot Windows XP and CentOS 5.5. These operating systems are installed on two separate drives. I have a grub menu on the Linux drive with ...
5
votes
1answer
5k views

How do I add PC BSD / FreeBSD to Grub 2 boot loader?

I have Ubuntu 10.04 installed as my primary operating system, and I installed PC BSD in a different partition: /dev/sda4 without installing it's boot loader. I figured out that I need to edit ...