0
votes
1answer
71 views

Question About Bootloader Partition (Mint)

I have a quick question that I ran across while trying to install Linux Mint along with Windows 8 on my computer. I'm pretty new to Linux stuff so I'm sorry if this is pretty obvious. I'm mainly ...
1
vote
3answers
109 views

How can I configure grub (or a different bootloader) to use modifier keys?

To clarify, I am wanting to dual boot Windows and a Linux distribution. I already know how to set my laptop up to do that. However, I don't want the grub menu to display on boot. I would like for it ...
2
votes
1answer
409 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
2answers
103 views

How to dual boot Linux and Windows from small boot drive?

I am a Linux newbie, and I am trying to dual boot Linux Mint with Windows 7. Right now, Windows 7 boots from a small SSD, which has little extra room on it. Is there a way to set up a dual boot where ...
0
votes
1answer
74 views

Grub with two hard drives

I am trying to install Mint14 on my machine having two hard drives : Samsung SSD PM830 SATA : 128 Gb ( sda ) - Windows 7 (i want to keep this) ST9500423AS ATA : 500 Gb ( sdb ) - ...
2
votes
0answers
62 views

Debian boots on one Mac but not another

I'm trying to boot Debian from a USB Hard Drive (using rEFIt as a boot loader), and am successful on two newer-model MacBook Pros and a Hackintosh (no surprise there), but I'm not successful on ...
3
votes
1answer
186 views

How can Linux detect automatically if kernel must boot on dev hdc or hda

I have an industrial PC mounting Linux. These PC is delivered in two version, each with slightly different internal board and depending on the board type the disk inside the PC is see as hda or hdc. ...
6
votes
1answer
298 views

Getting “NTFS5: No ang0” error message when booting Linux Mint

I am getting the following message as shown in the link below when trying to boot into linux mint 13. Try (hd0,0): NFTS5: No ang0 Try (hd0,1): NTFS5: No ang0 Try (hd0,2): NTFS5: No ang0 Try ...
0
votes
1answer
160 views

What is the best procedure for setting up a triple-boot system?

I have a machine that I wish to install 3 operating systems on. The systems are, in no particular order, Windows 8, Ubuntu, and Backtrack Linux. Is there some document or step-by-step guide to the ...
2
votes
1answer
1k views

CentOS grub2 booting iso via loopback

I've got a usb-key setup to multi-boot different Linux images. I'm trying to add CentOS, here's a post with similar entries for grub.cfg set drive_label=multipass01 set isopath=/iso menuentry ...
2
votes
1answer
166 views

How to autoboot boot0?

How can automatically boot FreeBSD in boot0 and, when needed, manually load win by pressing a shortcut button?
0
votes
0answers
267 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 ...
1
vote
1answer
672 views

How to dualboot Win7 and Chrome-OS on Netbook

I have tested Google Chrome OS (aka Chromium OS) using a USB pen drive, or more precisely Chrome OS Lime by Hexxeh. Since I like it I would like to install it along side of my pre-installed Windows ...
3
votes
2answers
137 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 ...
2
votes
2answers
2k views

Windows Boot Configuration Data (BCD) viewer for linux

Is there such a thing as a Windows Boot Configuration Data (BCD) viewer for Linux? I understand that BCD files are 'like registry hives' and tools exist to read registry hives for Linux. Is there a ...
1
vote
1answer
2k views

Red Hat and Windows 7 dual boot system

I am looking for the best way to create a dual boot on my Red Hat system. This is a Red Hat 5.3 System for scientific use, and we need to run some Windows software on it for visualization purposes. ...
16
votes
3answers
2k views

FreeNAS grub2 booting ISO

I've got usb-keys setup to multi-boot different Linux images. I wouldn't mind adding FreeNAS, and there's a doc with samples to add to grub.cfg menuentry "FreeNAS-8.0.4-RELEASE-x64" { insmod ufs2 ...
8
votes
4answers
906 views

GRUB on USB Drive — adding OSes

Some Background: Coming from a largely Windows background (though I'm familiar with Ubuntu, etc.) and using a Windows 7 machine to complete this task Have gotten GRUB installed successfully to the ...
17
votes
3answers
9k views

Installing Grub (2) on a USB flash drive

MultiBootISOs is a tool that let you install Grub on a USB flash drive. I really like it because it lets me boot from ISO files and let me put a bunch of ISOs on my USB and choose which one to boot. ...