DRMK when booting to W7 from grub

Hi.
I've got myself a brand new Precision M4600 laptop, and decided to dual boot Archie and Windows 7. So I received the Precision with w7 installed, btw i've got a 256gb SSD which is partitioned as shown:
[ama@ama-precision ~]$ sudo fdisk -l
Disk /dev/sda: 256.1 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders, total 500118192 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4e92f42b
Device Boot Start End Blocks Id System
/dev/sda1 * 63 80324 40131 6 FAT16
/dev/sda2 81920 1622015 770048 7 HPFS/NTFS/exFAT
/dev/sda3 1622016 266729471 132553728 7 HPFS/NTFS/exFAT
/dev/sda4 266729472 500103449 116686989 5 Extended
/dev/sda5 266729535 275517026 4393746 83 Linux
/dev/sda6 275517090 324338561 24410736 83 Linux
/dev/sda7 324338625 500103449 87882412+ 83 Linux
I installed GRUB on the mbr, install goes fine, arch goes fine (posting this message from arch, met some issues though but nvm) but when i try to boot to w7 from grub, it shows:
Booting Windows 7
rootnoverify (hd0,0)
chainloader +1
Loading DRMK V8.00...
DRMK Version 8.00
COMMAND.COM Build 37 - Jul 20, 2008
DRMK KERNEL Build 15 - Aug 8, 2008
Copyright (c) 2006-2008 Dell Inc. All rights reserved.
C:\>
so wtf is this dell drmk thing ? Googling didn't help me that much...
Oh and here's my menu.lst
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Arch Linux
title Arch Linux
root (hd0,5)
kernel /boot/vmlinuz26 root=/dev/sda6 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,5)
kernel /boot/vmlinuz26 root=/dev/sda6 ro
initrd /boot/kernel26-fallback.img
# (2) Windows
title Windows 7
rootnoverify (hd0,0)
#makeactive
chainloader +1
i've also tried uncommenting the makeactive line but no help.
thanks for your help.

rootnoverify (hd0,0) = /dev/sda1
rootnoverify (hd0,1) = /dev/sda2
see whitch one is your windows installed sda2 or sda3 and point that into /boot/grub/menu.lst
aka..
# (2) Windows
title Windows 7
rootnoverify (hd0,1)
#makeactive
chainloader +1
or
# (2) Windows
title Windows 7
rootnoverify (hd0,2)
#makeactive
chainloader +1

Similar Messages

  • Booting OS X from grub legacy

    Hi!
    I have just installed Mavericks just to test it in another HDD as you can see here:
    Disk /dev/sda: 465,8 GiB, 500107862016 bytes, 976773168 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x00080fa8
    Disposit. Inicio Start Final Blocks Id System
    /dev/sda1 63 976768064 488384001 5 Extended
    /dev/sda5 126 52436159 26218017 83 Linux
    /dev/sda6 52436223 54540674 1052226 82 Linux swap / Solaris
    /dev/sda7 54540738 976768064 461113663+ 83 Linux
    Disk /dev/sdb: 298,1 GiB, 320072933376 bytes, 625142448 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: gpt
    Disk identifier: 43082D18-323A-4A1C-A3FC-29211AF16D5F
    Disposit. Start Final Size Tipo
    /dev/sdb1 40 409639 200M EFI System
    /dev/sdb2 409640 624880263 297,8G Apple HFS/HFS+
    sda is where all Arch stuff is and sdb is where all OS X stuff is.
    I've tried to boot OS X from grub legacy (I don't like too much grub 2) but I'm no capable.
    Here is my menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro init=/usr/lib/systemd/systemd fastboot acpi_enforce_resources=lax
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26-fallback.img
    # (2) Arch Linux Bootchart
    title Arch Linux Bootchart
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro init=/sbin/e4rat-preload fastboot logo.nologo quiet init=/sbin/bootchartd
    initrd /boot/kernel26.img
    # (3) Mac OS X
    title Mac OS X
    root (hd1,1)
    makeactive
    chainloader +1
    I've tried with both (hd1,0) and (hd1,1), but they on't work
    Any idea? As you can see I'm a newbie here
    Thanks
    Last edited by eherranzr (2014-04-07 15:34:26)

    Inxsible wrote:
    eherranzr wrote:Is there any way to boot a HDD with a GUID Partition Table (GPT) from grub legacy or I must upgrade to grub 2?
    No grub legacy does not support GPT partitions as stated in the wiki. https://wiki.archlinux.org/index.php/Gr … cessary.3F
    try syslinux. its simpler than the mess that is grub2 (IMO, of course )
    So, as I have read what I have to do is the following:
    Install syslinux
    Execute
    # syslinux-install_update -i -a -m
    for an "automatic" installation
    Create and configure syslinux.cfg (I think I'll ask for some help here)
    Make it graphical:
    # cp /usr/lib/syslinux/bios/vesamenu.c32 /boot/syslinux/
    Reboot
    It should work like that. Am I right?

  • [SOLVED] Unable to Boot Windows 7 from GRUB

    I recently reinstalled Arch onto my laptop (Lenovo Thinkpad t520) and have been having problems with Grub. For the last week I've been having trouble getting it to run grub at boot at all, only being able to run windows 7 by flagging it as the bootable drive. The other day I finally got it to boot into grub, and from grub I can boot into Arch. However, I can not boot into windows 7 through grub. When I attempt to, it throws an error:
    Invalid EFI file path
    I'm somewhat new to arch, and especially new to efi bootloading and such. Right now the only way I can get into windows is either booting from the arch install disk > boot other os and specifying partition 2 (where I have windows installed) or by pressing f12 at boot. When I do this (not sure what the term is, if anyone knows please tell me), it brings up a menu asking where I want to boot with "arch_efi" "cd drive" "Hard drive" etc. I choose hard drive and it will then boot to windows by default. Booting normally takes me to grub where I can boot into arch but not windows. If there's any more info you need please let me know and I'll try to provide it. Thanks in advance.
    Also, here is my current partition setup
    /dev/sda1 /boot/efi
    /dev/sda2 Windows7
    /dev/sda3 Extended partition containing sda 5,6, & 7
    /dev/sda4 swap
    /dev/sda5 /boot
    /dev/sda6 /
    /dev/sda7 /home
    UPDATE
    Terminator seems to be right (still on a roll!), so I wiped the partition I had grub on, removed grub, and installed syslinux. Now I have another problem that I'm hoping can be solved in the same thread to avoid another. It boots to syslinux no problem, and I can boot to windows from there all good, but when I select arch I get:
    Root device mounted successfully but /sbin/init does not exist
    I haven't been able to look for solutions too much on my own, but any help would be appreciated, thank you.
    Last edited by IamFuzzles (2012-08-22 04:20:56)

    Terminator wrote:If I understand it correctly, what you are trying is impossible: you are trying to boot windows using UEFI on a disk with MBR partitioning. Windows 7 only supports UEFI on discs with GPT partitioning but AFAIK, extended partitions only exist in MBR partitioning.
    i also saw this in the arch wiki, but i have a brand new lenovo ideapad y570 running windows 7 64-bit that i'm in the process of setting up for someone, and it has what i think is an efi system partition but the disk uses mbr partitioning.  does anyone know why this might be, or is there a way i can verify that the system is actually being booted via bios-mbr?
    Last edited by e_tank (2012-08-21 11:56:15)

  • [Forum FAQ] Error 0xc0000428 when booting Windows 8 from Windows 7 BCD

    Scenario
    To better analyze this issue, I introduce my test environment firstly.
    I have installed Windows 7 and Windows 8 in separate disks (Figure 1)
    Disk1 (only one partition, C drive): storing BCD
    Disk2 (only one partition, D drive): storing Win 7 system files
    Disk3 (only one partition, E drive): storing Win 8 system files
    Figure 1.
    Then I performed the steps below to boot Windows 8:
    Step 1: Boot the computer from Operation System installation media, then I formatted Disk1 to NTFS and activated it via Diskpart Command-Line Utility. You can use the commands
    below in order to achieve that (Figure 2):
    List volume
    Select volume x
    Format fs=ntfs quick
    Active  
    Figure 2.
    Step 2: I copied the boot files from Windows 7 disk via BCDboot command below:
    Bcdboot d:\windows /s c:                               
    Step 3: I edited the BCD file to add an entry for Windows 8 using the command below:
    Bcdedit /store c:\boot\bcd /create /application osloader
    Steps 4: Since the command above will create a GUID of a new boot object for Windows 8, we can use the following command to represent the GUID:
    Bcdedit /store c:\boot\bcd /set {GUID} device partition=E:
    Bcdedit /store c:\boot\bcd /set {GUID} osdevice partition=E:
    Bcdedit /store c:\boot\bcd /set {GUID} description “win8”
    Bcdedit /store c:\boot\bcd /set {GUID} path \windows\system32\winload.exe
    Bcdedit /store c:\boot\bcd /set {GUID} systemroot \windows
    Bcdedit /store c:\boot\bcd /displayorder {GUID} /addlast
    Steps 5: I checked the BCD files by running bcdedit command. (Figure 3)
    Figure 3.
    Symptom
    When I rebooted the computer and selected Windows 8 Operating System to boot, then I encountered the following error message (Figure 4):
    File: \windows\system32\winload.exe
    Status: 0xc0000428
    Info: Windows cannot verify the digital signature for this file
    Figure 4.
    Cause
    This issue is due to the bootmgr file, we cannot use the bootmgr file of Windows 7 to find the Windows 8 Operating System files.
    Solution
    According to my scenario, I just need to replace the bootmgr file with the bootmgr file residing in the root directory of Windows 8 Operating System.
    If you want to replace it via the command prompt, it is necessary to un-hide the hidden file in the root directory of C and E drive before coping the file. You can use the
    commands below to do that:
    attrib c:\bootmgr -h -s
    attrib e:\bootmgr -h -s
    Copy e:\bootmgr c:\bootmgr /y
    More information:
    A Description of the Diskpart Command-Line Utility
    http://support.microsoft.com/kb/300415
    BCDboot Command-Line Options
    http://technet.microsoft.com/en-au/library/hh824874.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Cause
    This issue is due to the bootmgr file, we cannot use the bootmgr file of Windows 7 to find the Windows 8 Operating System files.
    The Windows 7 bootmgr can indeed boot Windows 8.
    This is on a BIOS system 
    https://www.youtube.com/watch?v=AVO5aeaKeeE
    This is on a UEFI system 
    https://www.youtube.com/watch?v=g3-K6Fyobz0
    The Windows 8 bootmgr partially loads Windows 8 before offering the boot menu.  By choosing Windows 7, the system must do a reboot.  Using the Windows 7 bootmgr, no reboot is required.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." Brother Dave Gardner. "Experience is what you get when you're looking for something
    else." Sir Thomas Robert Deware

  • No Audio When Booting OS X from External HD

    Hi, I've got a guest whose has pro-tools and a variety of other software on her MacBook Pro which is running Tiger. She needs her software and files, but wants to run it on my iMac(which is running leopard) for its bigger screen size. To help her out, I started her MacBook Pro in target Disk Mode, connected it to the iMac and then told the iMac to boot from her MacBook Pro. All her software ran, her files where there, and the computer even saw her external midi devices; the only problem is that there is no sound at all. None of the programs from iTunes to ProTools will playback any audio, and there isn't even a speaker icon in the menu bar.
    Does anybody know what went wrong, or of any ways to fix this?
    mike

    It's often problematic when you attempt to boot one model of Mac from the hard drive for a different model, since often the drivers required for the Mac you're attempting to boot aren't on the other Mac's drive. So your iMac probably isn't going to work correctly when booted from her MBP's drive; the MBP just won't have the necessary drivers for the iMac. If you want to give her use of your iMac's screen to run her MBP, the only option that's at all practical would be Screen Recycler.
    BTW, this is the iTunes for Windows forum, so you'll not normally be very likely to get a quick and applicable answer here when asking a question about a Mac.
    Message was edited by: Dave Sawyer

  • XP crashes when booting everything apart from safe mode

    My PC (with K7N-ILSR mobo) has been running fine for ages. Suddenly now it's crashing when booting - it crashes for everything apart from safe mode. it also crashes on safe mode with networking. i've tried disabling the onboard LAN, unplugging the cable, etc without success. any idea what i can do to fix it?

    to dancing_bear,
    try to resinstall the graphics card drivers in safe mode. this problem is likely due to corrupted graphics card drivers. if still fails, i suggest that u back up your data, then perform a reformat and reinstallation of the operating system.
    if problem still persist after all these workarounds, then open up your pc chassics and observe all the cooling fans. make sure that are all working properly. (of course your pc has to be on) if any of the fan is not spining or spining very slowly, then its time to replace them. also not forgetting to check on the capacitors as well. they should not be bludging from the top or having brownish substances at the top or bottom of the capacitors. if you happen to see these, then send your motherboard for a recap.
    cheers 

  • Installing the Windows IoT insider preview on SD card when booting Windows 10 from VHD Native Boot

    The setup instructions for the raspberry pi 2 mention that "you
    will need to follow these instructions on a physical Windows machine (and not a VM) because you need access to the SD card reader."
    Will this work if you boot Windows 10 natively from a VHD (like
    this) or does the virtualization still get in the way?

    If you insert the SD card and can see it in explorer or when you perform the diskpart command to list drives, then it should work, since in effect the VHD is the native OS at that point.  If you don't see the card, then you'll have to perform a local
    install.
    Jonathan Tanner | Microsoft | Windows 10 IoT Core Insider Preview Support | This posting is provided 'as is' with no warranties and confers no rights.

  • Error when boot for install from CDs

    Hi.
    I have Solaris10 distribution on CDs and when I boot from CD and check type of install, I get a error:
    WARNING: consconfig: could not find driver for screen device /pci@0,0/pci8086,24,4e@1e/pci8086,1879@c
    Can't find driver for console framebufferI have motherboard: Intel Server Board SE7520JR2
    Somebody, please, help me with my trouble :((

    Have you tried re-transferring them from the computer where they are mounting?
    You might try this, too:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • 2012 iMac 27" fails to boot AND wake from sleep

    Hi all,
    My 2012 iMac has recently started giving my trouble when booting and waking from sleep.
    When booting - A normal power up results in the apple logo screen being stuck, then I have to hold down the power button for a few seconds until power off, then i power it back up and the computer boots up normally. NOTE: only at the second time does the computer succeed in getting past the apple logo screen to the sign in screen.
    Waking from Sleep - When ever the mac goes to sleep he doesn’t seem to be able to wake up. Usually stuck on a black screen with just the spinning wheel shown. At times i waited more then an hour to see if he can get passed the black screen but in vain.
    Other then that the mac works fine.
    Both issues started roughly two weeks ago and roughly at the same time.
    My mac is mostly used for work, I'm familiar with computers so I am trying to be extra careful with installing weird applications but you could never know..
    SPEC:
    Late 2012 iMac 27'' - 3.4 Ghz i7.
    16GB RAM.
    1TB Fusion drive.
    2GB NVIDIA GTX 680MX
    Wired keyboard and a Magic mouse.
    Mountain Lion 10.8.5 (Updated and backed up on a regular basis)
    Things I've tried:
    Boot to Recovery and Repair Disk/Permissions.
    Safe Boot.
    SMC reset.
    PRAM reset.
    * The first two produced a single case of a normal start up, but after a shut down the problem remains.
    Any ideas/thoughts/help would be much appriciated,
    Thanks in advance,
    Idan.

    Bump.

  • Blue screen when booting from USB drive in UEFI mode (2013.07)

    SOLUTION for me was to update the firmware on my ASRock mb as thatu pdate changed the EFI software (by American Megatrends) version from 2.00 to 2.31. However, other users are still experiencing the blue screen.
    SHORT VERSION
    When I try to boot Arch Linux 2013.07 with an USB drive in UEFI mode (for installation), I get a blue screen (which is rather a literal description and not a hint towards the old Windows' one) with the message
    Failed to install override security policy (14): Not found
    LONG VERSION
    I made an USB installation media (product: Intenso Rainbow) by following this advice on the wiki.
    I used the july release of Arch for that. First of, after installing the image to the USB stick I found that I needed to correct the label in the archiso-x86_64.conf file to ARCH_201307 (or was it the label of the usb stick, can't remember right now). (Pretty sure it was the same problem with "Linux Live USB Creator" which I used 3-4 months ago...)
    After doing that, I rebooted and selected the entry
    UEFI Intenso Rainbow
    from this list of entries:
    SATA HDJ ... something (the hard drive where Win 7 64 bit is installed with all programs)
    SATA something (hard drive which only contains data)
    Windows Boot Manager
    USB: Intenso Rainbow
    UEFI: Intenso Rainbow
    It went to a blue screen with a message in white text saying
    Failed to install override security policy (14): Not found
    Below that was an OK button which had a black rectangle over it.
    After I experienced the bluescreen, I tried booting the
    USB Intenso Rainbow
    entry and the boot process then worked fine, I got to that Arch menu where I could choose
    Boot Arch Linux (x86_64)
    Boot Arch Linux (i686)
    Boot existing OS
    Run Memtest...
    and so on...
    But just to make sure, I then did the check for UEFI mode according to this and only saw a folder acpi and ... something else I can't really remember, but it definitely was not efi. Thing is, I needwant to boot into UEFI mode as I have Win 7 already installed in UEFI mode.
    Some info about my motherboard: it's from ASRock and is called H67M. The BIOS is dated to 2011-10-26 and is version 1.7.
    So far, I only found a mention of the problem here at superuser.com.
    Last edited by jones (2013-07-15 07:15:18)

    Ok then, so this thread has also become about the blank screen problem when booting (in this particular case, Arch 2013.06 since 2013.07 seems to be worse).
    srs5694 wrote:Typically, you adjust kernel boot options using your boot manager or boot loader. In GRUB, you hit the "e" key to open an editor. In rEFInd, you hit F2 or Insert twice. I don't recall offhand what key does the job for gummiboot (which I'm pretty sure the Arch installer uses), but I'm certain it's got the feature.
    You are right. Thanks. I realized I had the gummiboot config right in front of me all the time. It's the file 'archiso-x86_64.conf' in \loader\entries (on Windows).
    An addendum: I think the USB: Intenso Rainbow boot option takes me into a GRUB menu. Hitting 'e' in this "big" and fully designed menu didn't do anything IIRC. Hitting 'Tab' did the trick to get into editing the boot command line.
    Hitting 'e' worked in the gummiboot menu though.
    So I tried booting with the following options (also by combining some of them)
    nomodeset
    acpi_backlight=vendor
    radeon.modeset=0 (I have a Gigabyte 7870 card in this desktop machien)
    i915.modeset=0
    but it did not help.
    To be rather safe than sorry: I should mention that there are two grey-ish bars visible on the top and bottom of the screen after I try to boot the first entry, Arch Linux archiso x86_64 UEFI USB. Always has been with those two older Arch version (2013.05+2013.06). I also found another thread where one user talks about using the VGA port of the monitor, which I am currently not, I am using the DVI one, so that's worth a try too. EDIT It did not help either. What I did was setting the primary graphics adapter in the UEFI north bridge configuration menu to 'onboard' which worked immediately when rebooting (I hit the button labeled "Source" on my monitor and it showed it is using the "Analog" mode), but the problem just stayed the same. Adding aforementioned boot options or a combination thereof did not change anything.
    Thanks for the e-mail addresses, I sent one to James Bottomley.
    Last edited by jones (2013-07-07 11:12:05)

  • Trying to install OSX.4 sys stalls when booting from dvd

    I've read many of the discussions on this topic. Some are close but none are exactly like the problem I am encountering. I have a Power Mac G4 that was running OS9.2 and I've been trying to install OSX.4. I've tried every possible combination of starting from the dvd but it dones the same thing at the same point everytime. It restarts from the disk, I get the gray screen with the apple logo and the spinning wheel. It will run like this for about a minute or two and then freeze. I can't force quit and I have to restart. I thought it needed a firmware update so I checked the links (I had seen on some of the posts) but it looks like it's a machine that doesn't need one. But I'm not 100% sure how to tell.
    I then went back and started with OSX and OSX.2 and they installed fine. I thought it would have to be installed progressively. But I still have the same issue. I am doing an erase and install with each upgrade. The software is a full retail version for each upgrade as well. Any help would be greatly appreciated.
    Power Mac G4   Mac OS X (10.4)  
    Power Mac G4   Mac OS X (10.4)  
    Power Mac G4   Mac OS X (10.4)  

    Hi Michel,
    Be aware that you can only use an external firewire disk as boot volume since USB is not a bootable interface with MacOS X on PPC-based computers.
    The message you receive is o.k. Insert the Install DVD and reboot while holding down the c-key. This will boot you directly from the CD to the installer application. Once you selected the language, select disk utility from the MENU, select your External drive and format it as "Apple Extended (Journaled)".
    Quit disk utility and proceed with the installation. Make sure you select the external drive as destination!
    When you have to reboot you will boot to the internal disk again. That's o.k. Open disk utility and repair the external disk and also permissions on the external. Next download and install the Mac OS X Update 10.3.9 (Combo). (you are still booted from the internal hard disk, so you will not be prompted for a restart).
    Now restart and hold down the Option-key during boot. In the boot-manager you can select the external disk as boot volume. If your computer booted o.k. you made it! Just remember to Repair permissions before and after an update!
    If this answered your question please consider granting some stars: Why reward points?

  • Laptop black screen with mouse when booting from shutdown [solved]

    Ok I am kind of at a loss at the moment. I have done a fresh install of arch for a friend. When I boot the laptop from a shutdown status it boots and I see systemd proccessing, but as soon as it reaches the desktop it is just a black screen with the mouse cursor. To reach the desktop I have to press ctl alt f1 than ctl alt f2.  Here are some things I have done to tryand fix it.
    The laptop
    Dell
    pentium M T2060, mobile 945GM
    ~/.xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval "$(dbus-launch --sh-syntax --exit-with-session)"
    fi
    export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
    exec openbox-session
    Openbox autostart.sh
    compton -CGb &
    pcmanfm --desktop &
    tint2 &
    sleep 4 && wbar
    slim.conf
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    xauth_path /usr/bin/xauth
    authfile /var/run/slim.auth
    numlock on
    login_cmd exec /bin/bash -login ~/.xinitrc %session
    sessiondir /usr/share/xsessions/
    screenshot_cmd import -window root /slim.png
    welcome_msg Welcome to %host
    shutdown_msg The system is blowing up
    reboot_msg There is a virus...
    default_user tim
    auto_login yes
    current_theme default
    lockfile /var/lock/slim.lock
    logfile /var/log/slim.log
    I edited my hooks to look like this thinking that adding resume would help
    HOOKS="systemd modconf block resume filesystems keyboard fsck"
    Here is my syslinux.cfg
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    UI menu.c32
    #UI vesamenu.c32
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linuxY.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 rw
    INITRD ../initramfs-linux-fallback.img
    LABEL arch-ck
    MENU LABEL Arch Linux-ck
    LINUX ../vmlinuz-linux-ck
    APPEND root=/dev/sda1 ro init=/usr/lib/systemd/systemd elevator=bfq
    INITRD ../initramfs-linux-ck.img
    I have also tried linux-ck to try a different kernel with no luck. When I reboot the computer it goes to the desktop.
    Last edited by mich04 (2013-12-03 22:01:37)

    ok, so I think I have foud a solution that works for me.
    I created this file and added the following lines
    /etc/X11/xorg.conf.d/20-intel.conf
        Section "Device"
            Identifier  "Intel Graphics"
            Driver      "intel"
            Option      "AccelMethod"  "uxa"
          EndSection
    I have shutdown 3 times and it has booted to the desktop everytime. When I remove this file and go back to sna it reproduces the error of the black screen.

  • No Harddrive when booting from OS 9.2.1 CD on G4 MDD 1.25 Dual

    I also have a G4, 1.25 GHz dual processor running OS X 10.2.8 and 9.2.1 updated to 9.2.2, 1 GB RAM.
    When booting from OS 9.2.1 CD (came with the computer) I do not see any harddrive. Need to reinstall OS 9 for some classic applications.
    Drivesetup can not find any disc to format.
    Any idea?
    PowerBook G3/400   Mac OS X (10.3.9)  

    Hi, kai -
    Welcome to Apple's Discussions.
    An OS 9-bootable G4 MDD model requires OS 9.2.2 as the minimum OS. Apparently some models of G4's which require OS 9.2.2 can in fact boot to some OS 9.2.1 Install CDs, but that is all - they can not run the installer or do much else.
    Your G4 MDD model originally shipped with a combo set of install disks; none shipped originally with a separate OS 9 Install CD (the last G4's to do so were QuickSilver models). You can ise that set of disks to re-install OS 9 (Classic).
    One or more of these Apple KBase articles may help you do that -
    Article #106294 - Mac OS X: How to reinstall Mac OS 9
    Article #107383 - Mac OS X 10.2, 10.3: How to perform Mac OS 9 clean installation with Restore CDs
    Article #42929 - Using Restore Discs with Mac OS X 10.2 or later
    There can also be an issue with what bus a hard drive is on. As I understand it, in order see a hard drive on the ATA/100 bus on a G4 MDD model when booted to an OS 9 Install CD, the System Folder on the CD must contain the file Mac OS ROM in version 9.5.1 or later. No OS 9.2.1 Install CD (or earlier version) contains that file version.

  • Dual boot , windows 7 keep restart after select from grub section

    Hello everyone, i am new here.
    I want to make a dual boot in my computer.
    I am using a same hardisk to install both OS.
    1st, I install arch linux , after install working well from grub.
    2nd, I install windows 7, after install , it skip the grub section , directly load windows 7.
    I boot my archlinux live cd.
    Go to grub .
    type root (hd0, and press tab to make sure my partition.
    setup (hd0).
    The grub section was recover and success to login arch linux.
    but fail to login windows 7 , then i modify /boot/grub/menu.lst . modify the windows (hd0, 1).
    My trouble probem is here, after i select the windows section , my com just like restart computer.
    Even i try change to (hd0, 2 or 3 ) also same problem, windows 7 restart computer.

    I have try to install dual boot for more than 5 time, first i install windows then only come to arch linux, but always fail to boot up windows.
    Thank for helping me ^^
    This is my fdisk -l
    I have 2 hardisk, but i install both Os in the same hardisk.
    Device Boot             Start                  End                  Block              ID              System
    /dev/sdb1                   1                      24                    192742+            83              Linux
    /dev/sdb2                   25                    37                   102400           7                    HPFS/NTFS
    Partition 2 does not end on cylinder boundry
    /dev/sdb3                   37                     8243              65939456           7                 HPFS/NTFS
    /dev/sdb4                   8247                14593               50982277+            5             Extended
    /dev/sdb5                  8247                  8368                  979933+            83             Linux
    /dev/sdb6                  8364                 10858                20000893+             83          Linux
    /dev/sdb7                  10859               14593                  20001356             82          Linux Swap / Solaris
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sd5 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sd5 ro
    initrd /kernel26_fallback.img
    # (2) windows
    title windows 7
    rootnoverify (hd0, 1)
    makeactive
    chainloader +1

  • Can't connect to LAN when booting MBP from external drive?

    In an effort to always work in my computer environment, I backup my Mac Pro main drive to an external firewire drive, plug in to my new Macbook Pro 2.9 and option start off this drive. Result is I'm working off the last backup of my main Mac Pro drive so all my apps, stored mail, etc, is alive and well. I merely track any changes and new files and copy them over or use DropBox to get them on to my Main Mac Pro, my main computer.
    Problem is, when booting off my external drive running Lion 10.7.5, my MBP's network won't turn on or recognize my home LAN. Then if I restart off just the MBP drive, it does connet to my LAN automatically.
    Could the problem be that since my MBP was set up for Mount Lion, that it won't fully work with a drive with a Lion OS on it? I thought perhaps I had to turn on Airport when on my external Lion drive, since I don't have that turned on on my Mac Pro which uses ethernet. Can't figure this one out. The MBP must have airport as I'm on it now but booted off the internal ML OSX drive.
    Thx,
    Steven

    No not at all. You should have access to your LAN from any version of OS X that is set up correctly. It's still using the same hardware and should be loading the same drivers for that hardware and YES you may have to actually turn on the Airport card.

Maybe you are looking for