[solved] grub won't boot unless live cd is inserted

Hey everyone,
I'm trying to get Arch working on my home computer, however I'm having troubles getting grub to boot. After following the beginner's guide and running through the usual steps, I restarted my computer to boot into my dual-booted Arch/Windows computer. However, every time I try to boot, it fails, reboots, and tries again. Here's what I see on my screen moments before it reboots:
Loading Operating System..
Boot from CD/DVD :
GRUB loading..
After that, it reboots. However, if I insert a live CD of arch and select "Boot existing OS", I get
Booting..
GRUB Loading..
Welcome to GRUB!
and then it goes straight to grub. Does anyone know how I could best start to debug this issue, so that I don't need the live cd just to boot into grub every time?
Thanks!
Last edited by bacongobbler (2014-01-04 10:49:51)

jasonwryan wrote:
bacongobbler wrote:I have my CD set as first to boot, but that hasn't been the issue before. I've had both Ubuntu and Debian installed in this configuration and grub would boot in both cases, but not the case with arch.
And what happens if you change it?
It was a hard drive boot priority issue. It had nothing to do with the CD having first boot priority or not. I have two drives, and it was attempting to boot from /dev/sdb first, which was the incorrect drive. Switching boot priority between the two drives fixed this. I'll update the topic.
Last edited by bacongobbler (2014-01-04 10:48:34)

Similar Messages

  • (solved) Grub won't boot Vista

    Hi!
    Just installed Arch Linux and it is great. But after installing Arch I'm not able to boot Windowas Vista. I googled it and added Windows to /boot/grub/menu.lst. Now there is an entry for Vista, unfortunately the bootprozess fails.
    Vista is sda1 and I'm able to mount the partition. So it shouldn't be damaged.
    Grub says:
    Booting `Microsoft Vista'
    root (hd0)
    Filesystem type unkown, using whole disk savedefault
    Error 15: File not found
    Press any key to continue
    After running fdisk:
    Platte /dev/sda: 160.0 GByte, 160041885696 Byte
    255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
    Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
    Disk identifier: 0x28caa9e7
       Gerät  boot.     Anfang        Ende     Blöcke   Id  System
    /dev/sda1   *           1       11675    93773824    7  HPFS/NTFS
    /dev/sda2           11676       18941    58364145   83  Linux
    /dev/sda3           18942       19457     4144770   82  Linux Swap / Solaris
    # 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/GRU … Resolution
    # general configuration:
    timeout   10
    default   0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # (1) Windows
    hiddenmenu
    default 0
    timeout 1
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux Fallback
    title Arch Linux Fallback
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26-fallback.img
    title Microsoft Vista
    root (hd0)
    savedefault
    chainloader +1
    makeactive
    Greetings and thanks in advance!
    hendrikalexander
    Last edited by hendrikalexander (2009-11-30 19:24:34)

    Remove the savedefault and see if you can boot into Vista
    I don't know if this makes a diffrenence but in the wiki makeactive comes before chainloader+1
    title Microsoft Vista
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by M177ER (2009-11-30 19:16:09)

  • [SOLVED] Grub won't boot into Arch...

    So, this all started when I got this wacky idea of trying Debian on a separate drive.
    Installs great, boots up and get a blank screen with blinky cursor..not in the mood to mess with it since I can't find
    a reasonable answer for what is wrong with it sooo I boot back into Arch but now I get Error device not found with a "Grub Rescue>" prompt.
    Not sure what to do now. I installed grub to the drive I was installing Debian on but it seemed to screw with my precious Arch too
    I looked around the forums for help but couldn't find anything.
    Also, it goes from post directly to the Grub Rescue prompt
    Last edited by PumpkinJack (2011-08-26 07:59:37)

    edit:
    ok here it is:
    # 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
    # https://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,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by PumpkinJack (2011-08-26 02:42:08)

  • G4 MDD 1.25 Dual won't boot unless door is left open.

    G4 MDD 1.25 Dual won't boot unless door is left open.
    If you shut the door, the power switch light turns off and the computer freezes. I'm running a house fan over the board to keep it cool. It's not running hot, was not running hot.
    Reset PMU, checked all cables for pinching, inspected the power switch cable, reseated power plug on main board, removed optical drive,
    tested ram...
    Otherwise the machine is rock solid. I'm stumped, but thinking power supply......
    G4 MDD 1.25 Dual   Mac OS X (10.4.9)  

    Had the exact same problem myself. After looking at this topic I noticed that one of the 5V cables was getting jammed in the bottom left hand corner of the door. The case had cut the insulation open and was obviously causing short circuit when the case closed. I put some tape around the damaged cable and tucked it inside the case. Problem solved!

  • My Pavillion dv9700 notebook won't boot unless I first...

    My Pavillion notebook won't boot unless I first boot to a cd. Here's the problem:
    I have a dv9700 notebook. It wouldn't power up. A local shop said I needed a new motherboard. I ordered one and installed it. Now when I try to boot it gets to the part where the hard drive starts to spin and suddenly shuts down only to power up again and endlessly continue this loop. I have found that if I first boot to a bootable cd and then at the cd menu choose "Start Windows" instead of "Boot to cd" the computer will start Widows Vista and run normally.
    I have reseated the RAM and tried only one card at a time and switched slots. The BIOS is up to date. I have booted on ac adapter only. Battery only. Tried another ac adapter.
    The BIOS hard drive diagnostic fails, showing no hard drive installed. I have tried the hard drive in a USB enclosure. It read fine. I have tried another hard drive in this computer, still reboots over and over.
    I can't figure out why I need to boot to a CD first then switch to Windows Vista on the hard drive.
    Any ideas? Thanks

    http://h30434.www3.hp.com/t5/Display-and-video/HP-Pavilion-dv9700-should-also-be-on-the-list-but-it-...

  • MSI G31M3 V2 Motherboard - System won't boot unless Vid Card Reseated

    Strange issue
    MSI G31M3 V2 Motherboard Nvidia 8400gs graphics card
    PC won't boot unless you reseat the video card.  The box is not moving so this constant need to reseat is wierd.  Is there an issue with this motherboard and Nvidia Cards?

    Quote
    Bios is loaded default - I haven't made any changes yet
    The BIOS Version depends on the date the board left the factory.  There is no default version.  Please check your current Version for comparison.
    Quote
    480w PS Sunbeam I believe
    Please check the sticker on it and write down the current limits (A) on all main voltage rails (12V, 5 V and 3.3V).
    Have you tested a different video card at any point?

  • [SOLVED] Grub Problems Can boot Arch w/ grub edits only

    I had 3 Linux OS's installed on this computer, Arch and 2 versions of Ubuntu on one hard drive.
    The MBR belonged to Ubuntu, using grub2. I decided to get rid of the older Ubuntu (sda8 and 9) and add it's HDD space to my Arch home (sda12). Used the current Gparted live to modify the partitions and all went well, but of course, the numbers changed getting rid of 2 partitions.
    No boot upon restart so I decided to get Arch's grub back to the MBR with the new partition numbering scheme.
    Using a live CD, I used the grub shell, find /boot/grub/stage1.....etc, etc. and after a bit of fumbling, grub indicated success in the shell. When I was through though, a reboot was not successful, although the current stable grub was now written to the MBR.  I edited the lines using grub edit option, and got Arch to boot, and figured out the correct partition numbers. Next I edited the menu.lst to reflect the new sda numbers.
    Now rebooting results in a long delay when grub should be on the screen, and the numbers on the Arch entries reflect the old numbers still!! I double checked thinking I forgot to save the edits to the menu.lst file, but they are correct. I can boot Arch, but have to edit the lines each time.
    The current partitions are as follows. I edited the terminal output to show details.
    [jeff@Arch2009p2 ~]$ sudo fdisk -l
    Password:
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000383e7
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 91201 732572001 5 Extended
    /dev/sda5 1 255 2048224+ 82 Linux swap / Solaris
    /dev/sda6 (ubuntu /) 256 1471 9767488+ 83 Linux
    /dev/sda7 (ubuntu /home) 1472 22321 167477593+ 83 Linux
    /dev/sda8 (arch boot) 22322 22325 32098+ 83 Linux
    /dev/sda9 (arch /) 22326 23627 10458283+ 83 Linux
    /dev/sda10 (arch /home) 23628 91201 542788123+ 83 Linux
    I have a few questions regarding a separate boot partition for Arch.
    Should the grub> root (hd0.0) command be directed to the root or boot partition.
    My handy printed emergency guide says: Set grubs root device to the partition containing the boot directory.
    OK.....Writing it out now, it seems clear, so I'll try reinstalling grub from a live CD.
    Why does grub have incorrect partition numbers even though the menu.lst is correct?
    There are only 2 OS's on this box now, and one contains grub2.
    Is current grub able to interact with grub 2 if I screwed something up on the install?
    Last edited by jeff story (2010-05-24 20:05:06)

    OK
    I managed to fix the problem of grub not reading/using the menu.lst file. Not sure WTF it was reading and where that file was located!
    The problem seems to have been the most insignificant detail.
    When using the grub terminal, I did not execute the quit command when I was through. I just closed the terminal and rebooted.
    After repeating the following code via live CD a few times:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    Grub still didn't read the current menu.lst.
    This morning I got things to work correctly and grub to read the current menu.lst by adding a quit command and returning to the linux shell prior to rebooting.
    I used the following commands:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    grub> quit

  • [SOLVED] Arch won't boot after I created a separate /var parition

    Arch won't boot after I created a separate /var parition on an existing installation.And let me confess: it was maybe stupid trying to do it on an existing install.
    I edited the fstab correctly, copied the files using rsync preserving permissions. Then I kept a backup of /var using tar. Then went on to delete everything under /var, ie /var/*, the /var folder is still there. All this I did from a live CD. After that I booted into my arch linux. Here I get messages about systemd successfully finishing fsck on each of my partitions, then the screen starts blinking. And there is no more output. Pressing Ctrl+Alt+Delete causes systemd to stop its services and reboot.
    Having realized I had borked my system, I removed the /var line from fstab and restored /var from the tar file I made earlier. Again I did this from a live cd. Rebooted into my arch system, and again similar issues, namely that after fsck and messages informing a few services had started, the screen keeps blinking.
    The live cd I used for reorganizing my partitions was elementary OS freya. They have GParted in there. I also have an arch install iso lying aroung from May 2013. If necessary, I can download the latest version. I am currently typing from a Windows installation I dual boot from.
    I don't know how to extract any boot logs as I am locked out of the system. Here is my fstab in any case:
    # Filesystem information
    # /dev/sda5 LABEL=fs_root
    UUID=b9d739cf-fd8c-46dd-a919-bd827dc47c66 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda9 LABEL=fs_var
    UUID=ec0f7a49-dccd-43ab-8651-9aa3fdb41cc7 /var ext4 rw,noatime,data=ordered 0 2
    # /dev/sda2 LABEL=fs_boot
    UUID=0e8ab31a-3bda-4b85-a901-a36f21b1583d /boot ext2 rw,noatime 0 2
    # /dev/sda6 LABEL=fs_home
    UUID=d9e63c47-274e-447f-ad01-0d97afe0fd34 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda7 LABEL=fs_swap
    UUID=7301227c-e9f3-41b8-9d0f-4cf3c159491c none swap defaults 0 0
    # /dev/sda3 LABEL=fs_win
    UUID=12B639D1B639B5D7 /fs_win ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,nofail,noauto,x-systemd.automount 0 0
    # /dev/sda3 LABEL=fs_share
    UUID=D272269772268079 /fs_share ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,noauto,nofail,x-systemd.automount 0 0
    I would greatly appreciate any help.
    Last edited by richcocoa (2015-05-03 18:04:44)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • MDD Won't boot unless CD tray is out

    I've got a strange problem I've never seen before. I've got a dual gig MDD with combo drive that won't boot correctly unless the CD tray is out/ejected. If the tray is empty and closed, the system won't boot. If it's open, it does. Simple as that.
    Can anyone point me to the solution? I don't know if I need a firmware update or what. I'm running 10.3.9. Norton's Systemworks 3.0 was run on it recently. I know that's a really bad idea, but I didn't do it. Just thinking it might be once cause of the problem.
    Any help is appreciated.

    OK, the Norton "thang" has been beaten to death...
    I would not trust the uninstaller. Many uninstallers fail to remove EVERYTHING. Whenever I run an uninstaller, I perform a manual search for any remaining software "parts." Search for anything with "Norton," "Symantec," and "Works" in its name, and, if it is in any /library or /System/Library folder, (of the /Users/Home counterparts), and if its name remotely suggests a connection to the old System Works software, move it to your desktop (so you can put it back, if necessary). Then test for the malfunction.
    Still, your drive drawer issue sure seems to suggest a hardware problem, such as a short, or something (I'm hardly an electrician.:)
    If you're feeling brave, why not remove the Combo Drive. If the problem goes away, you can just replace that drive (with an upgrade?).

  • MacPro3,1 won´t boot Linux Live CD´s

    Hello,
    I´m the proud owner of a MacPro 3,1, 14GB Ram, 2 x Quad-Core Intel Xeon 2,8 GHz CPU, NVIDIA GeForce 8800 GT. Boot-ROM-Version is MP31.006C.B05.
    For my business it is required to work with Linux, too - and I want to use the full capacity of my machine - thats why I won´t use VMWare Fusion or something like that.
    To check whether Linux is running well on my machine, I downloaded different Live-CDs (ISOs) and burned them with Toast 9. They work well with my MacBook Pro - but unfortunately, my MacPro does not boot any! of these CD´s. I tried Ubuntu 8.04, 8.10, Knoppix, OpenSUSE 11.1, Gentoo minimum installer CD , Mandrive 10 - all in 32 and 64 bit (thanks for the speedy internet connection).
    I boot the mac with holding down the "alt" (option) key and selet the Linux CD - and: nothing happens. the machine completely freezes.
    I also tried to put the cd into the MacBook and started it with "t" - then I connected my MacPro and restarted him. He found the LinuxCd in the MacBook - selecting it: same situation. Machine freezes. Without any hint, message or whatever.
    The freeze happens before the gray MacScreen should switch to the black and very first sceen of the Linux CD.
    I really tried everything... Installed a bootmanager (reFIT). Same issue. I can select the cd (it is seen as a Linux CD) and with hitting "enter": freeze!
    Then I installed a different DVD drive into my machine. Same issue. I burned a cd very slowly - same issue.
    I put out all my RAM except 2 x 1. Same situation. I contacted certain Linux forums - no clue.
    Does anybody know, why my machine won´t boot the CD´s? Does anybody know, whether my Mac supports Linux???
    Many thanks!!
    Stefan

    Exacatly for what you like to do, a Mac isn´t built. The lesson I´ve learned from switching to Mac OS X (Windows and Linux before) is quite simple: Don´t get too much into details and follow the white rabbit.
    I´m used to work with a terminal session under linux and configure everything manually, if required. With Windows I have shares for my MP3, my images, office, project and so on on a seperate network drive to be able to back everything up manually.
    I had to learn to trust the Apple Thing - using their browser, iTunes, iPhoto and so on. And storing everything without thinking about ist. Doing backup with Time Machine and just enjoying the system. Following the white rabbit...
    It´s hard for me simply being a user
    Ubuntu is really satisfying stuff - have a close look on it and you will like it! And - if you have any question during or for the setup and use, feel free to get on touch with me.
    Regards
    Stefan

  • (SOLVED) Grub2 won't boot lvm on gpt

    When i try to boot arch the grub screen comes up for a second and then my computer restarts. I followed this tutorial to the letter: http://www.youtube.com/watch?v=69X9ZYA41xU
    I've been at this for a couple days with no luck.
    Thanks
    Last edited by unilx (2012-01-30 19:09:37)

    Well i managed to get arch to boot by editing the /boot/grub/grub.cfg directly. For some reason, running the command grub-mkconfig -o /boot/grub/grub.cfg
    and grub-install won't update anything from my /etc/default/grub file or anything from my /etc/grub.d folder. What i have to do:
    grub-mkconfig > /boot/grub/grub.cfg
    Then append my menu entries
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    insmod part_gpt
    insmod lvm
    insmod ext2
    set root='lvm/arch-rooti'
    menuentry "Arch Linux 3.2.2-1 [Primary]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root vga=795 ro
    initrd /initramfs-linux.img
    menuentry "Arch Linux 3.2.2-1 [Recovery]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root ro
    initrd /initramfs-linux-fallback.img
    This does work  but i lose a lot of functionality

  • [SOLVED] Grub Entry to boot via UUID

    I'm trying to get my system booting by UUID but I am having issues with the grub entry as it won't boot. The following is the non uuid one that works:
    # (2) Arch Linux
    title Arch Linux sda5
    root (hd0,4)
    kernel /boot/vmlinuz-linux root=/dev/sda5 ro
    initrd /boot/initramfs-linux.img
    And below are the two that I have tried for uuid:
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=UUID=857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    and
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    Can someone point out which bit is wrong?
    Thanks
    Last edited by morphjk (2011-10-11 04:08:53)

    Try:
    title Arch Linux by UUID (sda5)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    You may need the root   (hd0,4) line as well.  I think that is required to tell Grub where to find it's intermediate files.  It would go in front of the kernel line.
    Edit:  I assume, of course, that your UUID is correct   You might check that.
    Last edited by ewaller (2011-10-11 03:16:48)

  • [SOLVED] System won't boot (boots fine in fallback mode)

    HI guys,
    I just rebooted my headless server for the first time in a while, but it won't boot up.
    I just sits at this screen:
    Please note the system does boot using fallback mode.
    (also, nothing to do with the latest boot problem - systemd-sysvcompat is installed and boots fine in fallback)
    Last edited by kaipee (2013-05-18 21:23:13)

    That screen shot looks like its booted to me? I see a login prompt

  • [Solved] PC won't boot any longer...

    I updated last night and since I got a new kernel (3.3.2-1), I decided to boot... But it won't boot anymore... It gets to the point where the boot menu should appear and then just stops... No error messages or anything else, just hangs there...
    I am using Syslinux as boot manager and BIOS for disk access... Does anyone know of any reason this has happend?
    Regards,
    BTJ
    Last edited by bjorntj (2012-04-18 21:50:11)

    Nope, nothing else related to the boot... Yes, I thought about trying to install syslinux again as the next step, just had to backup my pc first, just in case... (of course this happend at the same time as I have deleted my NAS because I am changing my harddisks in my NAS.... :-|)
    I just thought I should check if it was only me or not first...  I will try different thing tonight to get my PC booting again....
    BTJ
    Last edited by bjorntj (2012-04-18 13:10:56)

  • G4 PowerBook won't boot unless I press Option key - powers off after 20secs

    (Originally posted as topic "will only boot when in Verbose mode")
    When booting up, my PowerBook only gets as far as the initial black screen and audio chime. After approx. 20 seconds the hard disk/super-drive dies with a high-pitched squeak, just before it was supposed to show the grey screen and then the Apple logo.
    If I hold down the Option key, it boots up fine! However, Option-V fails to display the Verbose mode messages (has only done so once after I flashed the PROM, has not done it since.)
    I've re-installed Tiger 10.8.4, flashed the PROM, removed the battery and reset the Power Management Unit with 5-second power-switch, but still no change.
    Could it be caused by a problem with a faulty video DVI adaptor or socket? (plugs in directly under the power switch - I got an unwanted power-down message as I unplugged the adaptor tonight). The last time the machine worked ok was when I had it plugged in to a multimedia projector throught the DVI adapter.

    I'm pretty sure it's not an issue with the OS.
    * A clone of the OS on another disk boots fine - this would not boot if the issue was a system one.
    * A vanilla Snow Leopard install on the same (not working disk, but 2nd partition) won't boot either. If the issue was with the system this one would boot.
    * Erasing this second partition didn't help.
    (I've already done all the above suggestions using Single user mode etc.)
    Now a similar issue reported here:
    http://forums.macrumors.com/showthread.php?t=501768
    suggests using fdisk to make the boot disk 'active'.
    +A common mantra provided here to newbies for setting up for installation is:+
    +Make the partition Primary+
    +Make the partition ID=AF (signifies an HFS partition)+
    +Make the partition Active+
    +There is a built-in Unix utility in MacOSX that can be used to set your partition "Active". It is called Fdisk+
    However, when I use Fdisk my disk reports a negative size:
    fdisk: 1> p
    Disk: /dev/rdisk3 geometry: -5415437/4/63 [-1364690128 sectors]
    However, it also does this with another 1.5TB disk I have suggesting that the size of the disk is a problem. Is there another way to make the disk 'active' as this seems to be where the problem lies.

Maybe you are looking for

  • Unable to capture SQLException

    Hi Experts, I am using Oracle JDBC 9.2. The following is my code structure. For each table { For each table data set{ Create insert statement Try{ Execute insert statement } catch (SQLException sqlExc){ Write sqlExc to a file. I have couple tables re

  • Automatic payment program use for Customer doc's

    I can understand how APP will pay off vendor docs automatically but i know its used for customer documents also... i can't understand the logic of using a payment program on Customer docs.>?? can any expert give me a reason why???? i know its used fo

  • Slide Shows on TV DVD Players

    I have old family photos, which I've scanned, loaded into PSE8, set dates, and created captions.  I've also organized them into albums.  Now I want to create a DVD slide show that my parents can play on their DVD without using a computer. Seems I nee

  • Access session values in Managed Bean

    I want to acces session attribute values in my Managed Bean class. This is my code in SecurityPhaseListener.java class, HttpSession session = (HttpSession)facesContext.getCurrentInstance().getExternalContext().getSession(true); String isAuthorized =

  • How to properly convert ai files to PDF

    I have a several AI files that need to be converted to pdf. I now that I can just save as PDF under File, but the will save with current defaults. My files consist of vector images and photoshop images pds files. How do I convert to PDF with out losi