Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

3 Pages V   1 2 3 >  
Reply to this topic
 grub4dos booting ubuntu iso
post Aug 21 2009, 05:36 PM
Post #1
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


this has been discussed but i never seem to find an answer that works for me.
basically i have grub4dos installed and ubuntu 8.10 and 9.04 and i don't care which works just wanna get something started. i could use unetbootin but i have larger dreams here. anyways.
when i run grub4dos with this entry
CODE
title ubuntu
find --set-root /ubuntu.iso
map /ubuntu.iso (hd32)
map --hook
chainloader (hd32)
boot


it loads up to loading, please wait. . .
(initramfs)
and then hangs.
i have other issue's but i figure if i can get this running then ill deal with the other stuff later. i have been working with grub4dos for only a few days but it has been a constant thing for me for at least 48 hours now haha.
i also have another question about what the hd32 means....


+Quote Post
post Aug 21 2009, 11:46 PM
Post #2
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


after doing a lot more trial and error testing i still can't get it to move past the initramfs halt.
but i also don't understand why it halts there. is it because it loads something like the kernel and then doesn't let anything else load out of the iso file?

CODE
title ubuntu open
find --set-root /ubuntu/casper/vmlinuz
kernel /ubuntu/casper/vmlinuz file=ubuntu/preseed/ubuntu.seed boot=casper console-setup/variantcode=nodeadkeys quiet splash --
initrd /ubuntu/casper/initrd.gz

after un-isoing the ubuntu iso and using that code i get the same halt....

*sigh*

CODE
find --set-root /ubuntu/casper/initrd.gz
kernel /ubuntu/casper/vmlinuz boot=casper persistent rw splash
initrd /ubuntu/casper/initrd.gz
boot


found that in another thread and still does the same thing.... apparently im missing something...
+Quote Post
post Aug 24 2009, 11:42 AM
Post #3
tsetya
Member   **
Group: Members

  Joined: 1-April 09
Posts: 34
Thank(s): 4


Indonesia


for ubuntu/kubuntu 9.04 see here : http://www.boot-land.net/forums/index.php?...=5041&st=20

for my set up i use only this neccesarry command
CODE
title Ubuntu LiveCD
find --set-root /ubuntu.iso
map /ubuntu.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu.iso
initrd /casper/initrd.gz
boot


where are you booting from? internal HD or USB?
if you boot from usb it may/may not work depend on your motherboard. it is not work on my mobo (ASUS P5Q). Ubuntu on USB work on my p5q only after updating kernel. May be you can try another distro that has newer kernel (perhaps Linuxmint7). you can use the same command ubuntu and linuxmint7.
1 user(s) said "Thank you!" to tsetya for this fantastic post:
mipstien
+Quote Post
post Aug 24 2009, 06:42 PM
Post #4
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


thank you for your response!
ill work with it tonight a little more at work.
+Quote Post
post Aug 24 2009, 10:11 PM
Post #5
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


unfortunately that didn't work and it seemed to not get even as far as the other commands i posted.i am downloading linux mint right now and ill see how that works then.


update:
it does actually get a little further during the boot. the line it gets stuck on is
CODE
[      11.215508] sd 2:0:0:0: attached scsi generic sg1 type 0
+Quote Post
post Aug 24 2009, 10:52 PM
Post #6
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


linux mint worked fine with that grub code. thank you for that. it fixxes part of my problems!
+Quote Post
post Aug 24 2009, 11:50 PM
Post #7
mipstien
Newbie   *
Group: Members

  Joined: 21-August 09
Posts: 10
Thank(s): 0


United States


i feel a little dumb. after searching all day one day last week i couldn't find it and it was there in a pinned thread after reading every post i found a link to code that would boot ubuntu 9.04 live cd

CODE
title Ubuntu LiveCD
find --set-root /ubuntu-9.04-beta-desktop-i386.iso
map /ubuntu-9.04-beta-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-9.04-beta-desktop-i386.iso quiet splash --
initrd /casper/initrd.gz
boot


thanks to user tinybit for posting this.

which was apparently in that post .... sad.gif
+Quote Post
post Oct 20 2009, 02:35 AM
Post #8
doveman
Member   **
Group: Members

  Joined: 26-February 08 From: Surrey

Posts: 40
Thank(s): 1


United Kingdom


Has anyone got the Ubuntu 9.04 ISO working in VMware? I've tried all the variations suggested here and every time it stops at (initramfs). This is what I get exactly:

Booting command list

(cd)
Filesystem type is iso9660, using whole disk
[Linux-bzImage, setup=0x3000, size=0x353cd0]
[Linux-initrd @ 0x1f77c000, 0x763993 bytes]
[ 2.116611] powernow-k8: BIOS error - no PSB or ACPI _PSS objects
Loading, please wait...

BusyBox v1.10.2 (Ubuntu 1:1.10.2-2ubuntu7) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)
+Quote Post
post Oct 20 2009, 08:57 AM
Post #9
shamurshamur
Member   **
Group: Members

  Joined: 15-April 09
Posts: 53
Thank(s): 4


India


QUOTE (mipstien @ Aug 25 2009, 12:50 AM) *
i feel a little dumb. after searching all day one day last week i couldn't find it and it was there in a pinned thread after reading every post i found a link to code that would boot ubuntu 9.04 live cd

CODE
title Ubuntu LiveCD
find --set-root /ubuntu-9.04-beta-desktop-i386.iso
map /ubuntu-9.04-beta-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-9.04-beta-desktop-i386.iso quiet splash --
initrd /casper/initrd.gz
boot


thanks to user tinybit for posting this.

which was apparently in that post .... sad.gif



i have tried just now , working for me too!!
great work!!
+Quote Post
post Oct 20 2009, 03:37 PM
Post #10
doveman
Member   **
Group: Members

  Joined: 26-February 08 From: Surrey

Posts: 40
Thank(s): 1


United Kingdom


I tried the ubuntu 9.04 ISO directly in VMware and that boots fine. It's just if I try and boot the ISO from Grub4Dos that I have this problem.
+Quote Post

3 Pages V   1 2 3 >
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts grub4dos knoppix issues
2 apemax 79 Today, 05:52 PM
Last post by: apemax
No new Pinned: grub4dos, .iso images and (hd32) or (0xFF) mapping
Post here ONLY reports of working setups!
46 was_jaclaz 117,801 Today, 04:42 AM
Last post by: shamurshamur
No New Posts Grub4DOS official development/release site ?
3 posbis 158 Yesterday, 08:54 PM
Last post by: Wonko the Sane
No New Posts Booting from Acronis Secure Zone
1 Frozen 100 Yesterday, 11:47 AM
Last post by: Wonko the Sane
No new Grub4dos with Win7RescuePE & Kaspersky & Bitdefender rescue cd(working on 5 more...)
Making DVD with Win7RescuePE and 7 antivirus progs
16 Leka 1,018 2nd February 2010 - 04:39 AM
Last post by: maanu