-1
votes
1answer
60 views

Can not mount drive after installing windows vista

I have searched for weeks now and have not found an answer to my question. Hopefully you guys can give me a push in the right direction :) Ok, here is what happened: I have linux mint on a 1.5 TB ...
3
votes
1answer
95 views

Can the grub2 bootloader replace Windows bootloader partition?

I'm dual-booting Windows and Kali Linux on my laptop, using grub2 as the bootloader. Can I remove the partition Windows 7 creates for the bootloader? It is the 100MB partition labeled "System ...
2
votes
1answer
386 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 ...
2
votes
1answer
625 views

Linux on Hard Drive Partition, Bootloader on USB Flash Drive

How can I use a USB flash drive to boot Linux from a partition on (another) hard drive? I'm trying to install Linux on an encrypted partition on the hard drive (using LVM on LUKS). Since /boot must ...
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
918 views

Why is GRUB 2 booting so slowly?

I have a small custom embedded Linux distribution (created with OpenEmbedded), which boots with GRUB 1.99. The aim is to have it start up fast. Currently it says: GRUB loading. for ~2+ seconds ...
1
vote
0answers
108 views

Can you use grub to boot a RW partition file stored on a FAT32 HDD?

This is a bit tricky question. I have a Ubuntu 11.10 installed onto a USB 16GB Flash drive. I used the Ubuntu installer to do this. It runs great! Except the I/O is slow. I also have a 250GB USB ...
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 ...
4
votes
1answer
747 views

How can I boot the PC-BSD live DVD-ISO IMAGE directly via GRUB2?

Via the loopback command, GRUB2 allows to directly boot an ISO file. Now, I've configured the according menuentry to boot the PC-BSD Live DVD ISO, but when I try to boot it, the FreeBSD bootstrap ...
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 ...