Find the answer to your Linux question:
Results 1 to 2 of 2
Problems booting from multiple disks with ASUS P5Q Deluxe Motherboard -------------------------------------------------------------------------------- I have an ASUS P5Q Delux motherboard, with two Samsung 1TB disks set up as RAID 0 (fakeraid) and ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    3

    Problems booting from multiple disks with ASUS P5Q Deluxe Motherboard

    Problems booting from multiple disks with ASUS P5Q Deluxe Motherboard

    --------------------------------------------------------------------------------

    I have an ASUS P5Q Delux motherboard, with two Samsung 1TB disks set up as RAID 0 (fakeraid) and a Hitachi 1TB disk set up as a SATA drive.

    My machine has Vista (64 bit) installed on the RAID. However, when I installed Ubuntu on the SATA drive I became unable to boot to window. The file browser in Ubuntu sees both the RAID and the Hitachi disk. Thankfully, I have been able to back up all my (Vista) files on the RAID onto a USB drive through Ubuntu. I am wanting to get the machine to dual boot into either Ubunto 9.04 (on the Hitachi drive) or Vista x64 on the RAID.

    I can't get Grub to work. When I boot there is no grub menu - it just takes me straight into Ubuntu. If I do a df -k I get:

    root# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sdc1 949921868 2337256 899331380 1% /
    tmpfs 1996572 0 1996572 0% /lib/init/rw
    varrun 1996572 112 1996460 1% /var/run
    varlock 1996572 0 1996572 0% /var/lock
    udev 1996572 172 1996400 1% /dev
    tmpfs 1996572 76 1996496 1% /dev/shm
    lrm 1996572 2760 1993812 1% /lib/modules/2.6.28-11-generic/volatile
    /dev/sda1 499896300 246161812 253734488 50% /media/Vista64

    However, the file /boot/grub/device.map contains:
    (hd0) /dev/sda

    Grub doesn't seem to recognise sda, sdc, sda1 or sdc1.

    If I do the command sudo grub device-map=test.map I get:
    Probing devices to guess BIOS drives. This may take a long time.

    [ Minimal BASH-like line editing is supported. For
    the first word, TAB lists possible command
    completions. Anywhere else TAB lists the possible
    completions of a device/filename. ]

    but it does not produce a test.map file.

    If I try to get grub to list out its drives using the tab function it doesn't work either:
    grub> root (hd
    root (hd

    Error 21: Selected disk does not exist

    I have tried to install super grub by both USB pendrive and also a DVD, but neither will boot (I have changed the bios to make the USB/DVD bootable).

    I would be grateful if anybody could help me - thanks.

    Chris.

  2. #2
    Linux User
    Join Date
    Dec 2007
    Location
    Idaho USA
    Posts
    351
    With the error you get using grub-tab, would say the motherboard bios was poorly written. Check it's site and see if there is a bios update. Note: if error is made doing update you have made a door stop.

    Try using the grub-tab function to list partitions using "root (hd0, " "root (hd1, " and "root (hd2, " are partition infor returned or errors ?

    from a root console run 'fdisk -l' l=small L and post output.

    I will assume you are not a new linux user and know basic commands.

    It looks like Vista is on hd0 so could try adding to linux boot menu "not sure if it is /boot/grub/menu.lst or not for Ubuntu" and if it works, good.
    Code:
    title Vista
    rootnoverify  (hd0,0)
    chainloader +1

Posting Permissions

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