Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Lucid will not boot after install (iMac G4)

  1. #1
    Join Date
    May 2010
    Beans
    3

    Lucid will not boot after install (iMac G4)

    I installed Lucid PPC on a G4 iMac (lamp-style, 800 mhz) using the netinstall mini cd. The install environment booted and installed a base system without any problems. However, when trying to boot into the installed system, I get about a second of text after the yaboot screen, then darkness, then a full screen of bright red. Note that X is not installed, so the red screen is not an xorg problem.

    I've tried booting with "Linux nosplash video=ofonly", and "Linux single" but the problem occurs in both cases. I can use rescue mode on the cd and chroot into my system on the hard drive, but I'm not sure what steps to take from that point. It does seem to be a functional system when I'm chrooted, I can use apt etc.

    I don't want to give up on this installation and install karmic yet, so any ideas about how to fix this broken install would be greatly appreciated.

  2. #2
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lucid will not boot after install (iMac G4)

    It still seems like an X issue. Don't know exactly what Lucid does, but I would try to use a working xorg.conf file.

    Code:
    Section "ServerLayout"
    	Identifier     "X.org Configured"
    	Screen      0  "Screen0" 0 0
    	InputDevice    "Mouse0" "CorePointer"
    	InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    	ModulePath   "/usr/lib/xorg/modules"
    	FontPath     "/usr/share/fonts/X11/misc"
    	FontPath     "/usr/share/fonts/X11/cyrillic"
    	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    	FontPath     "/usr/share/fonts/X11/Type1"
    	FontPath     "/usr/share/fonts/X11/100dpi"
    	FontPath     "/usr/share/fonts/X11/75dpi"
    	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    	FontPath     "built-ins"
    EndSection
    
    Section "Module"
    	Load  "dri"
    	Load  "dri2"
    	Load  "extmod"
    	Load  "record"
    	Load  "dbe"
    	Load  "glx"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Keyboard0"
    	Driver      "kbd"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Mouse0"
    	Driver      "mouse"
    	Option	    "Protocol" "auto"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
    	Identifier   "Monitor0"
    	VendorName   "Monitor Vendor"
    	ModelName    "Monitor Model"
    EndSection
    
    Section "Device"
            ### Available Driver options are:-
            ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
            ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
            ### [arg]: arg optional
            #Option     "SWcursor"           	# [<bool>]
            #Option     "HWcursor"           	# [<bool>]
            #Option     "NoAccel"            	# [<bool>]
            #Option     "ShadowFB"           	# [<bool>]
            #Option     "UseFBDev"           	# [<bool>]
            #Option     "Rotate"             	# [<str>]
            #Option     "VideoKey"           	# <i>
            #Option     "FlatPanel"          	# [<bool>]
            #Option     "FPDither"           	# [<bool>]
            #Option     "CrtcNumber"         	# <i>
            #Option     "FPScale"            	# [<bool>]
            #Option     "FPTweak"            	# <i>
            #Option     "DualHead"           	# [<bool>]
    	Identifier  "Card0"
    	Driver      "nv"
    	VendorName  "nVidia Corporation"
    	BoardName   "NV18 [GeForce4 MX with AGP8X (Mac)]"
    	BusID       "PCI:0:16:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	SubSection "Display"
    		Viewport   0 0
    		Depth     1
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     4
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     8
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     15
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     16
    	EndSubSection
    	SubSection "Display"
    		Viewport   0 0
    		Depth     24
    	EndSubSection
    EndSection
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  3. #3
    Join Date
    Feb 2009
    Location
    Annapolis, MD
    Beans
    188
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lucid will not boot after install (iMac G4)

    Quote Originally Posted by linuxopjemac View Post
    It still seems like an X issue. Don't know exactly what Lucid does, but I would try to use a working xorg.conf file.
    I do believe this fellow just said he hasn't installed x yet. If he is using and ubuntu mini image, it doesn't install by default. He can make an xorg.conf, but there is no xserver there to read it yet.

    OP:
    Do you know what model of video card is in your mac? can you look it up on everymac.com for us? Maybe we can pass on some framebuffer settings through yaboot
    Systems: MacBook Pro 5,5 | MacBook 3,1 | Compaq ML330 G2 | And misc. other desktop systems
    My Blog (tech, politics, life): http://leftofrightrightofleft.wordpress.com
    Annapolis Computer Help IT Consulting ETC...http://www.lighthousesolutions.info

  4. #4
    Join Date
    Feb 2009
    Location
    Annapolis, MD
    Beans
    188
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lucid will not boot after install (iMac G4)

    Can you try passing
    Code:
    video=vesafb
    To the kernel at boot time?

    Let us know if that helps at all.
    Systems: MacBook Pro 5,5 | MacBook 3,1 | Compaq ML330 G2 | And misc. other desktop systems
    My Blog (tech, politics, life): http://leftofrightrightofleft.wordpress.com
    Annapolis Computer Help IT Consulting ETC...http://www.lighthousesolutions.info

  5. #5
    Join Date
    Sep 2009
    Location
    CaNaDa
    Beans
    13
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Lucid will not boot after install (iMac G4)

    Quote Originally Posted by sha.goyjo View Post
    Can you try passing
    Code:
    video=vesafb
    To the kernel at boot time?

    Let us know if that helps at all.
    I also have a G4
    http://www.jaddie.com/jpg/new_imac2_dontlink.jpg

    The problem happens at install as well (using a DVD). It won't even go to the splash screen once I typed in "live", "live video=ofonly, "live-powerpc", and "live video=vesafb"

  6. #6
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lucid will not boot after install (iMac G4)

    You might want to have a look at turning off KMS
    https://wiki.ubuntu.com/X/KernelModeSetting
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  7. #7
    Join Date
    Sep 2009
    Location
    CaNaDa
    Beans
    13
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Lucid will not boot after install (iMac G4)

    I tried the KMS thing and no luck.
    I even tried upgrading from 9.10.

    My boot only goes as far as the boot loader for the powerpc. After that it is a red screen right after it starts loading the kernel and just before the splash screen.

  8. #8
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    2,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Lucid will not boot after install (iMac G4)

    Install Debian Lenny Mint LXDE, Conal can agree on that. It will run fine on an iLamp.
    http://mac.linux.be/content/mint-lxde-debian-lenny-ppc
    Linux on your Apple Mac │ iLinux
    http://mac.linux.be
    http://www.mintppc.org

  9. #9
    Join Date
    Sep 2009
    Location
    CaNaDa
    Beans
    13
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Lucid will not boot after install (iMac G4)

    Quote Originally Posted by linuxopjemac View Post
    Install Debian Lenny Mint LXDE, Conal can agree on that. It will run fine on an iLamp.
    http://mac.linux.be/content/mint-lxde-debian-lenny-ppc
    Thank you! I will test this out. I just really like Ubuntu, because I notice amazing improvements in every upgrade.

    I have tried it and it seems like it doesn't want to boot.
    Last edited by Beeblejj; July 18th, 2010 at 06:05 PM.

  10. #10
    Join Date
    Sep 2009
    Location
    CaNaDa
    Beans
    13
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Lucid will not boot after install (iMac G4)

    I have tried it and it doesn't seem to work. I've gone back but I have another problem. Live login won't work. Reburned disc and formatted all partitions except APPLE. Nothing.

    Oct 4. To date I have tried 8.10, 9.10, 10.04. Problems all round.
    Last edited by Beeblejj; October 4th, 2010 at 09:29 PM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •