Would I be able to load Arch from wubi based grub [solved]

Hello,
This one of my experience where I am trying to see if I can load Arch (installed on partition not like lookback disk) from grub that is installed on wubi installed ubuntu file.
So far, I could install Arch on disk without installing grub and added entries as follows. But somewhere I am missing something, it is not able to boot when I select option of Arch in the boot.
Could you help me.
Few additional details required to debug this issue:
1. grub.cfg file of ubuntu grub
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fc296be2-8c59-4f21-a3f8-47c38cd0d537' {
gfxmode $linux_gfx_mode
insmod gzio
insmod ntfs
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 01CD7BB998DB0870
else
search --no-floppy --fs-uuid --set=root 01CD7BB998DB0870
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-3.5.0-19-generic root=UUID=01CD7BB998DB0870 loop=/ubuntu/disks/root.disk ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.5.0-19-generic
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-fc296be2-8c59-4f21-a3f8-47c38cd0d537' {
menuentry 'Ubuntu, with Linux 3.5.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-19-generic-advanced-fc296be2-8c59-4f21-a3f8-47c38cd0d537' {
gfxmode $linux_gfx_mode
insmod gzio
insmod ntfs
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 01CD7BB998DB0870
else
search --no-floppy --fs-uuid --set=root 01CD7BB998DB0870
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Loading Linux 3.5.0-19-generic ...'
linux /boot/vmlinuz-3.5.0-19-generic root=UUID=01CD7BB998DB0870 loop=/ubuntu/disks/root.disk ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-19-generic
menuentry 'Ubuntu, with Linux 3.5.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-19-generic-recovery-fc296be2-8c59-4f21-a3f8-47c38cd0d537' {
insmod gzio
insmod ntfs
set root='hd0,msdos5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 01CD7BB998DB0870
else
search --no-floppy --fs-uuid --set=root 01CD7BB998DB0870
fi
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
echo 'Loading Linux 3.5.0-19-generic ...'
linux /boot/vmlinuz-3.5.0-19-generic root=UUID=01CD7BB998DB0870 loop=/ubuntu/disks/root.disk ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.5.0-19-generic
### END /etc/grub.d/10_lupin ###
menuentry 'Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-0f490b6c-e92d-42f0-88e1-0bd3c0d27641'{
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos8'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 0f490b6c-e92d-42f0-88e1-0bd3c0d27641
else
search --no-floppy --fs-uuid --set=root 0f490b6c-e92d-42f0-88e1-0bd3c0d27641
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
menuentry 'Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-0f490b6c-e92d-42f0-88e1-0bd3c0d27641' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos8'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 0f490b6c-e92d-42f0-88e1-0bd3c0d27641
else
search --no-floppy --fs-uuid --set=root 0f490b6c-e92d-42f0-88e1-0bd3c0d27641
fi
echo 'Loading Linux core repo kernel ...'
linux /boot/vmlinuz-linux root=UUID=0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux-fallback.img
2. lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 39.2M 0 part
├─sda2 8:2 0 19.8G 0 part
├─sda3 8:3 0 205.1G 0 part
├─sda4 8:4 0 1K 0 part
├─sda5 8:5 0 333.7G 0 part /host
├─sda6 8:6 0 233.4G 0 part
├─sda7 8:7 0 100.4G 0 part
├─sda8 8:8 0 100M 0 part
├─sda9 8:9 0 14.7G 0 part
├─sda10 8:10 0 21.4G 0 part
└─sda11 8:11 0 3G 0 part
sr0 11:0 1 1024M 0 rom
loop0 7:0 0 29G 0 loop /
3. blkid
/dev/loop0: UUID="fc296be2-8c59-4f21-a3f8-47c38cd0d537" TYPE="ext4"
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="5450-4444" TYPE="vfat"
/dev/sda2: LABEL="RECOVERY" UUID="78C4FAC1C4FA80A4" TYPE="ntfs"
/dev/sda3: LABEL="OS" UUID="DACEFCF1CEFCC6B3" TYPE="ntfs"
/dev/sda5: UUID="01CD7BB998DB0870" TYPE="ntfs"
/dev/sda6: UUID="01CD7BB99CA3F750" TYPE="ntfs"
/dev/sda7: LABEL="Windows 8" UUID="01CDBFB52F925F40" TYPE="ntfs"
/dev/sda8: UUID="cdbb5770-d29c-401d-850d-ee30a048ca5e" TYPE="ext2"
/dev/sda9: UUID="0f490b6c-e92d-42f0-88e1-0bd3c0d27641" TYPE="ext2"
/dev/sda10: UUID="2e7682e5-8917-4edc-9bf9-044fea2ad738" TYPE="ext2"
/dev/sda11: UUID="6081da70-d622-42b9-b489-309f922b284e" TYPE="swap
Any help is appreciated
Last edited by ameyjah (2012-12-19 14:20:25)

If sda8 is a separate boot partition for Arch, you don't need /boot for the linux and initrd lines in the grub entry. E.g.
linux /vmlinuz-linux root=UUID=0f490b6c-e92d-42f0-88e1-0bd3c0d27641 ro quiet
initrd /initramfs-linux-fallback.img
Removing "quiet" will result in more informative failures. (There are debug options which will get even more info.)

Similar Messages

  • Would I be able to print wirelessly from my Macbook Pro to an HP1606dn printer?

    Would I be able to print wirelessly from my Macbook Pro to an HP1606dn?

    Go here - http://support.apple.com/kb/HT3669#HP - and see if that model is supported by Apple.
    Clinton

  • Dual boot arch from second hard drive [SOLVED]

    I have two sata hard drives connected.  Hard drive 0 has my working updated version of arch.
    I'm trying to boot off the second hard drive that has an older installation of arch.  I have added this to my menu.lst of my first hard drive:
    # (2) Arch Linux 2.6.31
    title  Arch Linux 2.6.31
    root   (hd1,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/29523114-ab52-4a9b-b93f-e2da915c0dc1  ro vga=773
    initrd /kernel26.img
    I have also tried using /dev/sdb1 on the kernel line with the same results.  The uuid is correct I am able to obtain that from /dev/disk/by-uuid/
    this is definately where the vmlinuz26 file resides for that hard drive.  I can mount it and see it.
    But when I choose this option, it tries to boot but then I get:
    kinit: init not found!
    Kernel panic - not syncing: Attempted to kill init!
    Pid: 1, comm: init not tainted 2.6.31-ARCH #1
    What do I need to change?  Do I need to add something to that initrd line?  Thanks.
    Last edited by kekules_dream (2010-01-10 21:43:31)

    I had to change the uuid to that of the root partition on sdb (the second hard drive) even though I had a /boot partition on it (sdb1).  It is now working.
    # (2) Arch Linux 2.6.31
    title  Arch Linux 2.6.31
    root   (hd1,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/4a5827bc-6ace-4d4d-9ba7-24586e365c8a  ro vga=773
    initrd /kernel26.img

  • Not able to install arch from USB stick.

    Hi all
    First off I'm trying to install arch into my 8540w hp laptop. I have failed and here I'm seeking for help. 
    I have downloaded the latest arch iso image and put it into a usb stick for the installation
    Here is how i prepared the usb. 
    tried :
    sudo dd bs=4M if=archlinux-2013.06.01-dual.iso of=/dev/sdb 
    to write the iso in to the usb.
    I have no success to boot up my 8540w machine (machine stalled on the HP logo)
    I went through the wiki and found there some bugs which related to some old firmware (doesn't make any sense)
    My laptop relatively new about 2 year old machine bios firmware upgraded a year ago. ( I have no problem to boot with my old Ibm T60)
    To rectify the bugs Wiki guided me to:
    1. sudo isohybrid.pl -offset 1 archlinux-2013.06.01-dual.iso
    2. sudo dd if=archlinux-2013.06.01-dual.iso  of=/dev/sdX
    I have successfully boot up but the hope soon died
    I'm getting these error messages:
    mount: you must specify the filesystem type
    ERROR;Failed to mount 'dev/disk/by-label/ARCH_201306"
    here a snap shot of entire messages
    Any help would be greatly appreciated. 
    thanks
    Last edited by archlux (2013-06-12 21:52:10)

    The filesystem needs to be labeled ARCH_201306.  If you dd the iso to the USB, this stays in tact, but it would seem that if you use the method mentioned by the wiki above this filesystem label is not preserved...
    Does this machine have UEFI?  If so, then you can make a UEFI USB live media and have at it that way.  There are instructions on the UEFI wiki page.
    FWIW, new and updated firmware does not equate to bug free.  I have a Thinkpad E430 that is less than a year old, and the original firmware was not without its bugs.  If I have a certain USB stick in the USB 3.0 ports the machine won't get past POST.  For a couple bios versions aes-ni was totally borked.  There have been other minor issues as well.

  • I am not able to load image from localdesktop in FF 7.01 via mu javascript but I am able to load and view is my office desktop with same version of FF.What setting are not the same in both boxes ?

    I have JS where in from HTML input file type box, I pull the path of the image and then set it as src to image tag via javascript and display it on the same page for viewing.The same piece of code works fine in my office desktop FF 7.01 but it does not work in my local desktop computer when I download and install ff from mozilla.what setting should i change so that it displays my image in my image placeholder.

    1. You did not get an error message telling you that your iPhoto library was getting full. You got a message telling you that your HD was getting full, right?
    OS X needs about 10 gigs of hard drive space for normal OS operations - things like virtual memory, temporary files and so on.
    Without this space your Mac will slow down as the OS hunts for space on the disk, files will be fragmented, also slowing things down, apps will crash and the risk of data corruption - that is damage to your files, photos, music - increases exponentially.
    Your first priority is to make more space on that HD. Nothing else can be done until you do.
    Purchase an external HD and move your Photos and Music to it. Both iPhoto and iTunes can run perfectly well with the Library on an external disk.
    Your Library has been damaged from being run on an overfull disk.
    How much free space on it now?

  • Organizer doesn't appear to be able to load photos from iPhoto that were taken with Canon eos 350D

    Has anyone a solution to this problem? Please help.
    RubbyRub

    What's "Organizer"? Have you tried for help from the makers of that app?

  • Running Arch from a usb drive[SOLVED]

    I am trying to install arch on a usb drive with ext3 format. I have entered root=/dev/disk/by-uuid/... on the kernel line and in /etc/fstab file (as mentioned in the wiki). On booting I am dropped to a limited shell with few linux commands. On running 'blkid' there, I find that the fixed computer hard disk is detected as sda1,2 etc and usb drive is not being detected at all.  The results are similar if I use root=/dev/disk/by-label/..
    How can I boot from the usb drive.
    Last edited by rnarch (2012-03-24 15:38:08)

    My menu.lst:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    #kernel /boot/vmlinuz26 root=/dev/disk/by-id/usb-Kingston_DT_101_G2_001CC0EC32C7BAB1B7DE00ED-0:0-part1 ro
    #initrd /boot/kernel26.img
    kernel /boot/vmlinuz-linux root=/dev/disk/by-id/usb-Kingston_DT_101_G2_001CC0EC32C7BAB1B7DE00ED-0:0-part1 ro
    initrd /boot/initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    #kernel /boot/vmlinuz26 root=/dev/disk/by-id/usb-Kingston_DT_101_G2_001CC0EC32C7BAB1B7DE00ED-0:0-part1 ro
    #initrd /boot/kernel26-fallback.img
    kernel /boot/vmlinuz-linux root=/dev/disk/by-id/usb-Kingston_DT_101_G2_001CC0EC32C7BAB1B7DE00ED-0:0-part1 ro
    #kernel /boot/vmlinuz-linux root=0811 type=ext3 ro
    initrd /boot/initramfs-linux-fallback.img
    and mkinitcpio.conf HOOKS variable:
    HOOKS="base udev pata scsi sata usb filesystems"
    Hope those would help, good luck!

  • I want to buy an ipad to teach others how to use ipads.  I would like to also teach people how to use Mac Air.  would i be able to do cross train others based on the ipad ?

    As a trainer i would like to train others how to work with either of these tools - the ipad or the Mac Air.
    Starting out in the world of Mac as i embark on this journey i want to ensure the path i choose will work.
    in other words, based on the experience i gain with the Ipad, can i transfer this knowledge to helping others manage a Mac Air - essentially the operating system, managing files, the desktop, multitasking with apps
    i do not want to buy both the ipad and the Mac Air.
    thank you for any advice

    The iPad and Mac computers use different operating systems : iOS for iPads (and iPhones and iPod Touches) and OS X for Mac computers. They operate in different ways - Macs have a desktop and a file system, iPads (with the sandboxed iOS) have apps with content stored within the apps (and no file system).
    iPad manual : http://support.apple.com/manuals/ipad/
    Macbook Air manual : http://support.apple.com/manuals/#macbookair

  • Error while loading data from FDM (EPM 11.1.1.3)

    Hi,
    We are loading data into HFM from FDM. While loading data from FDM it is throwing an error which as below.
    "Load data started: 5/20/2012 9:30:45 PM
    Line 27, Error: Cell for Period Mar is not an input cell.
    Actual,2011,Mar,YTD,ENT_JJ,JPY,A23232323,ENT_J76;[None];[None];[None];ICP_Load;3463437"
    There were multiples lines which are throwing error.
    After doing some checking we found that when we unpost ICP data in HFM we were able to load data from FDM. We have not locked the ICP entities because that will restrcit to load data. But we are not able to understand just unposting the ICP values why we are able to load data from FDM. Also we have not closed the period in HFM.
    Kindly suggest, what could be the possible reason.
    Thanks
    Edited by: user12121146 on May 27, 2012 5:29 AM

    one way to figure this out, would be to open a grad at the same POV.
    It will rule out a couple things.
    If it is locked, you'll visually see that it is locked. (will be grey I believe)
    If it is an invalid intersection, you'll see that as well. (will be red)
    If you do not have access to the cell, you will see that if you look at cell status, it will say NO ACCESS.
    That should help you figure out what is happening, the quick and dirty way.

  • Load object from xml

    Imagine if you can that I have a XmlLoader class for each object that can be loaded from xml.
    Before I had the xmlLoader code inside the objects but it's better to separate loading from actual object...
    these xmlLoaders needs to be able to set all vars for those objects. How would be the best way to do that?
    Atm I have made all vars with a package scope. but this really opens the object open to all other objects in that package...
    I don't know any other options. so how do you keep your vars safe, but still be able to load them from whatever source(xml, txt)...?

    Apache Digester is good for this sort of thing. It uses setter methods to populate your objects. You could also just use XML Serialization and deserialization. Or, you could go for something like JAXB or XMLBeans, whereby you actually will have classes generated for you from XML Schemas, and instances of those classes can marshall and unmarshall themselves quite easily

  • Loading Data From File Through EM on Mac OS X

    Has anyone been able to load data from a file through the Oracle Enterprise Manager on Mac OS X?
    Specifically, I'm trying to follow the example in the 2-day DBA manual (Chp. 08 "Managing Schema Objects" --> "Loadng Data Into Tables").
    When I enter the appropriate user name and password entries into the fields under the "Host Credentials" section, and I click the "Next" button, I run into a "Validation Error." The rest of the error message reads:
    "Examine and corrent the following errors, then retry the operation: Error - RemoteOperationException: ERROR: command process interrupted before exit"
    Has anyone else encountered the same error? If so, would you please share the solution? I'm also curious to know how to diagnose the problem (i.e., which logs can I reference to trace what's happening in the background?).
    Thank you.

    I used to get an error message stating that I entered the wrong password whether or not I actually entered the password correctly. Then, I modified the NetInfo entries for the local user account that I was using; I changed the "authentication_authority" property to ";basic;" and changed the "passwd" property a traditional unix hash password (using the 'openssl passwd <password>' command). All changes were done using the NetInfo Manager.
    After I made the change, I got a little further, but only as far as the problem that I described at the start of this message thread.
    Likewise, I hope someone from Oracle can actually provide some insight into this.

  • . Can't watch or load videos from sd card

    I have a HP desktop I purchased in 2009. I have alway been able to load pictures from my camera with no problem, but recently I have been trying to watch and load videos from my sons cell sd card. It will not let me watch or load them. All I get is  "Photo gallery can't open pictures or videos - file format not supported - you don't have updates to photo gallery". I run windows vista. I really need some help with this. I have tried to look for updates to fix this but have not found any ------ please help!

    Hello t48,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand you are having issues viewing files from your son's phone, yet you are able to view files from your camera no problem. I would suspect that this is a difference in software technology and would recommend that you go to the manufacturer of the phone's website and look for their support forums for a solution. I believe you will need to download a program or codex to enable yourself to view the files in the format that they are currently in and that would be the place to look for which.
    I hope I have answered your question to your satisfaction. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Loading data from CSV to Unix database

    Hi All
    We had copied CSV into UNIX box and tried to upload data from CSV to oracle. We are able to load data from CSV's but some CSV are loading perfectly, but are loading extra character into the column.
    Even I tried by putting the CSV files in windows and load the data into UNIX database, I am facing the same problem.
    But if I use the same CSV's and load data in Windows database, It is working fine.
    Can anybody suggest me the solution.
    Regards,
    Kumar.

    ... oh, what a confusion. I still answerded in the ittoolbox group:
    "Hi,
    the problem are the different character sets in the windows and in the unix environment. So some of the characters are missinterpreted.
    Is the database where you first loaded the csv's from a unix box also on unix? How did you copied the files? Via ftp? I hope in ascii mode? "
    Regards,
    Detlef

  • Issue in loading images from Apache webserver in JSF image tags on WLS 10

    I have configured the apache webserver2.0 for passing on the request to weblogic 10.0. I have images in apache webserver. In my application on weblogic i am using JSF f. In JSF for <h:graphics> tag i am not able to load images from apache webserver. issue we found out that it prepend a context url on it.
              pls provide if u have any solution for it.
              Edited by neerajr at 11/16/2007 3:33 PM

    Hi, Neeraj,
              Are you actually telling <h:graphicImage>? As per html_basic.tld, the "uri" attribute is context-relative.
              Using "value" attribute instead of "url" attribute may be helpful. Something like
              <h:graphicImage id="fooImage" value="http://www.foosite.com/image/foo.jpg"/>
              This should work on WLS10.0 if you are using the JSF library bundled in it.
              Thanks,
              -Fred.

  • IPod Nano - iPOD auto updates - can't load music from library to music file

    Every time I plug my nano in it automatically updates. How do I stop this?
    Also I cannot load songs from my iTunes library to my personal music file. There is a padlock that appears to the right of the bar that indicates space useage at the bottom of the page. I am not sure if that has anything to do with not being able to load songs from my library to my personal music file. PLEASE HELP I AM DESPERATE!!
    Parrott

    Grey text when you look at the content and lock symbol at the bottom of the screen simply shows that your iPod is set to automatically update. If you want to access your iPod directly, drag songs to it, play it through your iTunes, connect it to a second computer etc. you just need to change the update method to "Manually manage songs and videos" in the iPod Summary tab and click Apply. The text will change from grey to dark and the padlock will disappear: Managing content manually on iPod
    One thing to be aware of with manually updating is that the iPod also has to be manually ejected before the "Do Not Disconnect" message will go away. Safely disconnect iPod

Maybe you are looking for

  • Error Recognizing Standard VO in Jdeveloper.

    Hi All, I need to add tow fields at header level of a requsiition approval workflow page. I was trying to Extend a VO by getting those additional values by writing a Procedure or a function. While trying to extend the VO, my Jdeveloper is throwing me

  • Income Statement Report from Flat File

    Dear Gurus, I'm in the process of creating an INCOME STATEMENT report from Flat File as for my learning purpose , can you please help me where to start in order to create the Flat File and how many KEY FIGURES & CHAR do I need. Thanks, -Neha

  • How servlets in the same webapplication communicate

    I used the Session object and get/set attributes.. is there any other way?

  • AUTHORIZATION OBJECT PROBLEM

    Hi, I had added a Authorization Object on basis of Plant in my report and it is giving the problem that instead of displaying the Plant it is displaying as IEQPlant 1. i had taken plant as a selection screen instead of parameter. Please tell provide

  • Embedding a displayable form in enums?

    Hi, Java coding best practices suggest that enum values are spcified in upper case. Something like: public enum WeekDay { SUN, MON, TUE, WED, THU, FRI, SAT; };However, when displaying a single value you would normally want to display in a prettier wa