Triple Boot iMac won't boot

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
2-7offsuit
Level 1
Level 1
Posts: 13
Joined: Thu Dec 06, 2007 1:17 pm

Triple Boot iMac won't boot

Post by 2-7offsuit »

Following the same method used to install Ubuntu. Found here Although on mine it works without the terminal command during the install. I've reinstalled Ubuntu several times with success, but both times I've tried it with Mint it won't boot. It just hangs at "GRUB loading stage2..." Is there something in the Grub install process that I need to change?

btw- if it matters, this is on the newest aluminum iMac.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
2-7offsuit
Level 1
Level 1
Posts: 13
Joined: Thu Dec 06, 2007 1:17 pm

Re: Triple Boot iMac won't boot

Post by 2-7offsuit »

Is there any more info I can provide that would shed some light on this? I'd really like to get Mint up and running.
User avatar
tbalci
Level 1
Level 1
Posts: 4
Joined: Fri Apr 13, 2007 5:36 pm
Location: Germany - Frankfurt

Re: Triple Boot iMac won't boot

Post by tbalci »

Hi,

i had the same problem. since yesterday i triple boot ubuntu on my mac pro. :-)
maybe someone find a workaround and i can use linux mint on my mac.
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Re: Triple Boot iMac won't boot

Post by newW2 »

You can also try super grub disk. There is information here:
http://users.bigpond.net.au/hermanzone/ ... ge.html#17

Some things for thought:
It's kind of hard to tell what is happening in your particular instance without posting what the grub error states. Is there not error message of any kind?

A suggestion, based on the fact that you installed another distro on your multi-boot:
Sometimes when I install a distro on my multi-boot test rig, I get a terminal screen that indicates something like:

fsck died with exit status 8
file system check failed
have to manually edit file system
will try to create a log file and I can cntrl D to continue booting
----------
When that happened I found the following how-to:
----------
Here's a sample log: [note the disk numbers and uuid numbers are not improtanat - they are from someone else - your mileage may differ]

fsck 1.40-WIP (14-Nov-2006)
/dev/sdb2: clean 550/2692800 files, 129236/5375742 blocks
/dev/sdb1: clean, 11/2048000 files, 107068/4094559 blocks
/dev/sdb11: clean, 228/2692800 files, 131835/5375742 blocks

Modprobe: WARNING: Not loading blacklisted module ipv6
fsck.ext3: Unable to resolve 'UUID=1fb7c9d8-de7f-45b8-93bd-db405d00adba'

fsck.ext3: Unable to resolve 'UUID=1fb7c9d8-de7f-45b8-93bd-db405d00adba'

fsck died with exit status 8

*File system check failed.
A log is being saved in /var/log/fsck/checks if that location is writable.
Please repair the file system manually.

*A maintencnace shell will now be strated.
CONTROL-D will terminate this shell and resume system boot.
bash: no job control in this shell
bash: groups: command not found

terminal saying .........

bash: lesspipe: command not found
bash: dircolors: command not found
root@username-desktop:~#

This is a UUID corruption problem, definitely. What I do on my multi-boot to fix this, is do the following in terminal::

sudo vol_id /dev/sdbx -u (where x is the location of the offending partition)--this will display the UUID you need to...change (note it's a good idea to run the id command for all the disk numbers to have them handy because you need to change those that are listed wrong in fstab - see following).

Type the folowing in terminal:

sudo gedit /etc/fstab

...and replace the UUID for the offending partition with the new one you got from vol_id.
User avatar
foggytown
Level 3
Level 3
Posts: 138
Joined: Sun Oct 07, 2007 4:54 pm
Location: Berkeley, CA usa
Contact:

Re: Triple Boot iMac won't boot

Post by foggytown »

Hello,

Sorry, I can't offer you help with your issue. But I can confirm that when trying to put Daryna on an Intel Mac Mini, the same thing happens--boot stalls at "GRUB loading stage2..."

There isn't really an error message...it just hangs.

On the same box with the same configuration, Gutsy installs and works fine.
User avatar
foggytown
Level 3
Level 3
Posts: 138
Joined: Sun Oct 07, 2007 4:54 pm
Location: Berkeley, CA usa
Contact:

Re: Triple Boot iMac won't boot

Post by foggytown »

There is a work around in this thread:
http://linuxmint.com/forum/viewtopic.php?f=49&t=7522
--john
phibxr
Level 1
Level 1
Posts: 19
Joined: Sat Sep 08, 2007 10:08 pm

Re: Triple Boot iMac won't boot

Post by phibxr »

A pretty lengthy workaround, I must say. But it looks like the problem has been found at least. I hope this will be fixed in the next release. :)
User avatar
foggytown
Level 3
Level 3
Posts: 138
Joined: Sun Oct 07, 2007 4:54 pm
Location: Berkeley, CA usa
Contact:

Re: Triple Boot iMac won't boot

Post by foggytown »

phibxr wrote:A pretty lengthy workaround, I must say. But it looks like the problem has been found at least. I hope this will be fixed in the next release. :)
My sentiments exactly.
--john
User avatar
tbalci
Level 1
Level 1
Posts: 4
Joined: Fri Apr 13, 2007 5:36 pm
Location: Germany - Frankfurt

Re: Triple Boot iMac won't boot

Post by tbalci »

Hello again,

I have downloaded the Super-GRUB-Disk ISO and burn it to CD, but it also hangs on "GRUB loading stage2...".
Hm... is there the possibility to upgrade from Ubuntu 7.10 to Linux Mint 4.0, without destroying the functional boot? :-)
Guest

Re: Triple Boot iMac won't boot

Post by Guest »

I have had this problem - you need to install grub on the MBR not on the root partition - this does not affect boot Mac OSX on my machine.
Guest

Re: Triple Boot iMac won't boot

Post by Guest »

The solution - replace the stage files supplied with Linux Mint 4 with those from another Ubuntu distribution - in my case Feisty.

Boot feisty live cd

Start terminal

sudo mkdir /mnt/tmp

sudo grub

grub> find /boot/grub/stage1
grub> (hd0,2)

grub>quit

sudo mount /dev/sda3 /mnt/tmp

sudo cp /usr/lib/grub/i386-pc/* /mnt/tmp/boot/grub/

sudo grub

grub> root (hd0,2)

grub>setup (hd0)Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 d (hd0) (hd0)1+15 p (hd0,1)/boot/grub/stage
2 /boot/grub/menu.lst"... succeeded
Done.

grub>quit


Then reboot machine (I actually crossed my fingers - but that is an optional extra (germans might like to press thumbs together...))

Grub messages appeared and finally the Linux mint Grub menu appearred - Hurrah


saCUL
Locked

Return to “Installation & Boot”