Skip to main content

Thread: Trying to boot 11.04 Alternate from USB


hi,

have used ubuntu 11.04 alternate download , used install onto 4gb usb. partitioned usb manually 3gb primary , 1gb swap space. added grub bootloader onto primary partition because there no harddisk in system, , os want installed. have set bios boot usb. appears configured either partitions or boot loader incorrectly because when try boot blinking underscore in upper left screen.

ran boot_info_script.sh found @ http://sourceforge.net/projects/bootinfoscript/, , have pasted results.txt below.

ideas on how can fix this?

thanks,

--bob

code:
                  boot info script 0.60    17 may 2011   ============================= boot info summary: ===============================   => grub2 (v1.99) installed in mbr of /dev/sda , looks @ sector 1 of      same hard drive core.img. core.img @ location , looks      (,msdos1)/boot/grub on drive.  sda1: __________________________________________________________________________      file system:       ext3     boot sector type:  -     boot sector info:       operating system:  ubuntu 11.04     boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img  sda2: __________________________________________________________________________      file system:       extended partition     boot sector type:  unknown     boot sector info:    sda5: __________________________________________________________________________      file system:       swap     boot sector type:  -     boot sector info:    ============================ drive/partition info: =============================  drive: sda _____________________________________________________________________  disk /dev/sda: 4041 mb, 4041211904 bytes 125 heads, 62 sectors/track, 1018 cylinders, total 7892992 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes  partition  boot  start sector    end sector  # of sectors  id system  /dev/sda1    *          2,048     5,859,327     5,857,280  83 linux /dev/sda2           5,861,374     7,890,943     2,029,570   5 extended /dev/sda5           5,861,376     7,890,943     2,029,568  82 linux swap / solaris   "blkid" output: ________________________________________________________________  device           uuid                                   type       label  /dev/loop0                                              squashfs    /dev/sda1        7469c10c-6ca2-4760-b8b8-d5f5805e33ac   ext3        /dev/sda5        816580bd-9152-491a-9380-a5c3d89b48b5   swap         ================================ mount points: =================================  device           mount_point              type       options  /dev/loop0       /rofs                    squashfs   (ro,noatime) /dev/sda1        /media/7469c10c-6ca2-4760-b8b8-d5f5805e33ac ext3       (rw,nosuid,nodev,uhelper=udisks) /dev/sr0         /cdrom                   iso9660    (ro,noatime)   =========================== sda1/boot/grub/grub.cfg: ===========================  -------------------------------------------------------------------------------- # # not edit file # # automatically generated grub-mkconfig using templates # /etc/grub.d , settings /etc/default/grub #  ### begin /etc/grub.d/00_header ### if [ -s $prefix/grubenv ];   set have_grubenv=true   load_env fi set default="0" if [ "${prev_saved_entry}" ];   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}" ];     saved_entry="${chosen}"     save_env saved_entry   fi }  function recordfail {   set recordfail=1   if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi }  function load_video {   insmod vbe   insmod vga   insmod video_bochs   insmod video_cirrus }  insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac if loadfont /usr/share/grub/unicode.pf2 ;   set gfxmode=auto   load_video   insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac set locale_dir=($root)/boot/grub/locale set lang=en_us insmod gettext if [ "${recordfail}" = 1 ];   set timeout=-1 else   set timeout=10 fi ### end /etc/grub.d/00_header ###  ### begin /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30;   clear fi ### end /etc/grub.d/05_debian_theme ###  ### begin /etc/grub.d/10_linux ### if [ ${recordfail} != 1 ];   if [ -e ${prefix}/gfxblacklist.txt ];     if hwmatch ${prefix}/gfxblacklist.txt 3;       if [ ${match} = 0 ];         set linux_gfx_mode=keep       else         set linux_gfx_mode=text       fi     else       set linux_gfx_mode=text     fi   else     set linux_gfx_mode=keep   fi else   set linux_gfx_mode=text fi export linux_gfx_mode if [ "$linux_gfx_mode" != "text" ]; load_video; fi menuentry 'ubuntu, linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     set gfxpayload=$linux_gfx_mode     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac     linux    /boot/vmlinuz-2.6.38-8-generic root=uuid=7469c10c-6ca2-4760-b8b8-d5f5805e33ac ro   quiet splash vt.handoff=7     initrd    /boot/initrd.img-2.6.38-8-generic } menuentry 'ubuntu, linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     set gfxpayload=$linux_gfx_mode     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac     echo    'loading linux 2.6.38-8-generic ...'     linux    /boot/vmlinuz-2.6.38-8-generic root=uuid=7469c10c-6ca2-4760-b8b8-d5f5805e33ac ro single      echo    'loading initial ramdisk ...'     initrd    /boot/initrd.img-2.6.38-8-generic } ### end /etc/grub.d/10_linux ###  ### begin /etc/grub.d/20_linux_xen ### ### end /etc/grub.d/20_linux_xen ###  ### begin /etc/grub.d/20_memtest86+ ### menuentry "memory test (memtest86+)" {     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac     linux16    /boot/memtest86+.bin } menuentry "memory test (memtest86+, serial console 115200)" {     insmod part_msdos     insmod ext2     set root='(/dev/sda,msdos1)'     search --no-floppy --fs-uuid --set=root 7469c10c-6ca2-4760-b8b8-d5f5805e33ac     linux16    /boot/memtest86+.bin console=ttys0,115200n8 } ### end /etc/grub.d/20_memtest86+ ###  ### begin /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ];   if keystatus;     if keystatus --shift;       set timeout=-1     else       set timeout=0     fi   else     if sleep --interruptible 3 ;       set timeout=0     fi   fi fi ### end /etc/grub.d/30_os-prober ###  ### begin /etc/grub.d/40_custom ### # file provides easy way add custom menu entries.  type # menu entries want add after comment.  careful not change # 'exec tail' line above. ### end /etc/grub.d/40_custom ###  ### begin /etc/grub.d/41_custom ### if [ -f  $prefix/custom.cfg ];   source $prefix/custom.cfg; fi ### end /etc/grub.d/41_custom ### --------------------------------------------------------------------------------  =============================== sda1/etc/fstab: ================================  -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point>   <type>  <options>       <dump>  <pass> proc            /proc           proc    nodev,noexec,nosuid 0       0 /dev/sda1       /               ext3    errors=remount-ro 0       1 # swap on /dev/sda5 during installation uuid=816580bd-9152-491a-9380-a5c3d89b48b5 none            swap    sw              0       0 --------------------------------------------------------------------------------  =================== sda1: location of files loaded grub: ====================             gib - gb             file                                 fragment(s)     0.572864532 = 0.615108608    boot/grub/core.img                             1    2.352615356 = 2.526101504    boot/grub/grub.cfg                             1    0.593955994 = 0.637755392    boot/initrd.img-2.6.38-8-generic              15    0.325511932 = 0.349515776    boot/vmlinuz-2.6.38-8-generic                  3    0.593955994 = 0.637755392    initrd.img                                    15    0.325511932 = 0.349515776    vmlinuz                                        3  ======================== unknown mbrs/boot sectors/etc: ========================  unknown bootloader on sda2  00000000  1e 4d fd 7f 4b 29 36 da  72 4e 55 57 9e 2a 1a ea  |.m..k)6.rnuw.*..| 00000010  9c 11 59 88 89 1a 71 c6  d0 f7 ef 4f 49 a8 e9 77  |..y...q....oi..w| 00000020  de ea c0 b4 c5 31 df dc  75 36 98 fe 53 7b c7 69  |.....1..u6..s{.i| 00000030  d6 ad 59 65 3c b2 66 fc  5c 5b d1 eb 10 38 14 6c  |..ye<.f.\[...8.l| 00000040  e9 2b 7b 76 79 e2 03 35  2f 94 7c 8a ac 70 92 44  |.+{vy..5/.|..p.d| 00000050  1d ee 59 51 5f c6 f1 31  e1 58 81 d3 17 ac 07 16  |..yq_..1.x......| 00000060  56 c1 32 0b fc 49 fe ab  6b 15 fe e9 e7 08 d0 79  |v.2..i..k......y| 00000070  10 f4 67 ca e9 d9 8c 24  9c 9f a6 33 a7 78 71 68  |..g....$...3.xqh| 00000080  82 39 b3 64 2a aa 91 d3  da b4 da 73 25 2e 32 1f  |.9.d*......s%.2.| 00000090  32 48 1b 2f b5 ba 84 bb  b8 e9 ba c6 37 a5 c7 2a  |2h./........7..*| 000000a0  31 cb 12 74 d3 1c 20 fc  01 95 36 37 c7 e6 42 6d  |1..t.. ...67..bm| 000000b0  12 86 24 4e c5 81 a4 93  db ca 04 6c 24 33 a6  |..$n........l$3.| 000000c0  13 0a 0d 03 21 e1 95 99  0e 72 df e8 16 42 0f 33  |....!....r...b.3| 000000d0  ee 78 97 51 d1 39 4a 1f  83 58 2f 81 d9 f0 2c 75  |.x.q.9j..x/...,u| 000000e0  54 b9 96 0f a2 53 39 4b  74 f8 3d ae 99 8b 01 9f  |t....s9kt.=.....| 000000f0  d1 b7 b5 a4 ad 3a 2f 2f  8b 3e 70 5e 37 bb ee ab  |.....://.>p^7...| 00000100  a6 0d 23 8c 94 e7 d0 6d  de f5 82 4e 37 76 f6 76  |..#....m...n7v.v| 00000110  c3 7e cc 8c 80 29 d1 88  5a 2b 2d 34 65 29 17 1c  |.~...)..z+-4e)..| 00000120  7c 59 9d 2c 60 f1 c3 16  0a 64 ae b2 aa 8f fa 5b  ||y.,`....d.....[| 00000130  23 1c 42 dd 69 c9 ef a3  97 7b 9b cc 4a 14 0f a3  |#.b.i....{..j...| 00000140  38 42 2e f5 e0 6f 5f 2a  2f e2 93 e3 15 2d d8 bb  |8b...o_*/....-..| 00000150  fa 65 a7 e8 a7 52 3b 9d  82 32 3f 9f 3d 69 66 d6  |.e...r;..2?.=if.| 00000160  16 ae d1 e0 9c c3 03 af  1e 2e b7 6c 72 71 ba d8  |...........lrq..| 00000170  1e 24 50 ec 00 33 55 8f  23 8d ff 9c b5 ec c6 a7  |.$p..3u.#.......| 00000180  73 fd 93 95 fa 44 61 e6  b0 9a 40 63 59 eb c3 09  |s....da...@cy...| 00000190  48 9e 5c f5 83 25 4c 13  77 6e 91 8f 7f 28 63 25  |h.\..%l.wn...(c%| 000001a0  e3 2a c2 57 3b f4 2f a1  74 85 5e 3c 37 15 bc 65  |.*.w;./.t.^<7..e| 000001b0  fa 26 40 8e ec 43 d4 33  c4 32 62 51 da b5 00 d9  |.&@..c.3.2bq....| 000001c0  6e 6c 82 30 45 eb 02 00  00 00 00 f8 1e 00 00 00  |nl.0e...........| 000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................| * 000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............u.| 00000200   ========= devices don't seem have corresponding hard drive: =========  no block devices found   =============================== stderr messages: ===============================  unlzma: decoder error

  • #2
    join date
    nov 2008
    beans
    hidden!

    re: trying boot 11.04 alternate usb

    this unfortunately common problem 11o4. there fixes, many of them. seem no 1 fix works , others never find fix. think when 11.10 comes out, part solved.

    if not interested in fixing before can try it; suggest using 10.10 now...

    http://www.googlubuntu.com/results/?...ch&lang=en#956

  • #3
    join date
    oct 2009
    beans
    2,199
    distro
    ubuntu 10.10 maverick meerkat

    re: trying boot 11.04 alternate usb

    well installed 11.04 4gb usb stick last night , boots fine. there isn't universal problem.

    assuming bios tried boot usb stick (note bios menus have entries confusing , can have selected usb don't try boot stick. double-check hard disk boot priority menu , make sure refers specific usb device) unclear whether grub broken or ubuntu got stuck during boot.

    bootinfoscript output looks ok me, minor niggle fstab not use uuid /. not confident problem here, should replace
    /dev/sda1 uuid=7469c10c-6ca2-4760-b8b8-d5f5805e33ac

    reinstall grub again - completeness
    sudo mount /dev/sda1 /mnt
    sudo grub-install --root-directory=/mnt /dev/sda



    other niggle using 4gb stick 1gb swap, leaving 3gb 11.04. tight squeeze. i'd reinstall , forgo swap altogether unless short of ram. did.
    last edited yeswecan; june 27th, 2011 @ 12:01 pm.
    asrock p67 extreme6, intel i5 2500k, 8gb ram, nvidia 6600gt, 4x1tb raid1+0

  • #4
    join date
    oct 2009
    beans
    2,199
    distro
    ubuntu 10.10 maverick meerkat

    re: trying boot 11.04 alternate usb

    asrock p67 extreme6, intel i5 2500k, 8gb ram, nvidia 6600gt, 4x1tb raid1+0

  • #5
    join date
    jun 2011
    beans
    8

    re: trying boot 11.04 alternate usb

    quote posted yeswecan view post
    well installed 11.04 4gb usb stick last night , boots fine. there isn't universal problem.
    was 11.04 alternate installed?

    have been able install 11.04 full onto 4gb usb , run - did dual-boot winxp work "rescue" option. figured problem due old bios on laptop trying on. playing around @ time, , not serious getting ubuntu working on laptop.

    i'm trying running on atom machine - fanless, mini-atx intel d425kt.

    want alternate working because i'm trying build embedded system has usb flash drive - no harddisk, , don't want graphics overhead.

    if can't 11.04 run i'll 10.10 - run other problems related rubymine 3.0 , ubuntu 10.10 - no, embedded system not dev box - want keep dev , embedded boxes insynch.

    next i'll try working through suggestions in forum thread 1743535 - seems stuff there. idea.

    thanks,

    --bob
    last edited bobc2; june 28th, 2011 @ 12:06 am.

  • #6
    join date
    dec 2009
    location
    fareham, uk
    beans
    2,114
    distro
    ubuntu

    re: trying boot 11.04 alternate usb

    hi option forego alternate install , go liveusb install persistence file storage purposes

  • #7
    join date
    jun 2011
    beans
    8

    re: trying boot 11.04 alternate usb

    quote posted westie457 view post
    hi option forego alternate install , go liveusb install persistence file storage purposes
    could explain that? not sure mean persistence file.

  • #8
    join date
    dec 2009
    location
    fareham, uk
    beans
    2,114
    distro
    ubuntu

    re: trying boot 11.04 alternate usb

    quote posted bobc2 view post
    could explain that? not sure mean persistence file.
    when using startup disc creator create liveusb near bottom of window option reserve space on usb stick store applications install , pics, docs , such download or transfer.

    persistence file can size want upto maximum space available after .iso file has been created on stick

  • #9
    join date
    jun 2011
    beans
    8

    re: trying boot 11.04 alternate usb

    i'm op , have update on trying ubuntu boot usb stick.

    since 11.04 alternate wasn't booting 4gb usb installed on, tried 11.04 desktop 4gb stick wasn't big enough. tried both 10.10 alternate , 10.10 desktop - installed neither boots stick after install. blinking cursor in upper left corner.

    thinking maybe bios on intel d425kt machine problem, it's not, because can burn usb stick 10.10 live , boots on d425kt fine. thought maybe should try installing usb live 2nd 4gb stick - installed fine, didn't solve no boot problem.

    thing can think of mbr not being written correctly usb stick. results.txt boot_info_script060 shows mbr ok. see results below.

    have tried suggestions others have suggested. persistence file technique won't work because need solution runs on single 4gb usb. trying build embedded system starts on own without human intervention.

    i'll keep researching this. please let me know if think of anything.

    thanks,

    --bob

    code:
                      boot info script 0.60    17 may 2011   ============================= boot info summary: ===============================   => grub2 (v1.97-1.98) installed in mbr of /dev/sda , looks @ sector      1 of same hard drive core.img. core.img @ location ,      looks in partition 1 (,msdos1)/boot/grub.  sda1: __________________________________________________________________________      file system:       ext4     boot sector type:  -     boot sector info:       operating system:  ubuntu 10.10     boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img  sda2: __________________________________________________________________________      file system:       extended partition     boot sector type:  -     boot sector info:    sda5: __________________________________________________________________________      file system:       swap     boot sector type:  -     boot sector info:    ============================ drive/partition info: =============================  drive: sda _____________________________________________________________________  disk /dev/sda: 4041 mb, 4041211904 bytes 125 heads, 62 sectors/track, 1018 cylinders, total 7892992 sectors units = sectors of 1 * 512 = 512 bytes sector size (logical/physical): 512 bytes / 512 bytes  partition  boot  start sector    end sector  # of sectors  id system  /dev/sda1    *          2,048     7,432,191     7,430,144  83 linux /dev/sda2           7,434,238     7,890,943       456,706   5 extended /dev/sda5           7,434,240     7,890,943       456,704  82 linux swap / solaris   "blkid" output: ________________________________________________________________  device           uuid                                   type       label  /dev/loop0                                              squashfs    /dev/sda1        ebc97a60-57f1-4cc9-9efd-78e24f21cfb6   ext4        /dev/sda5        9c588674-2f35-418a-bc16-fcb03d938ce5   swap         ================================ mount points: =================================  device           mount_point              type       options  /dev/loop0       /rofs                    squashfs   (ro,noatime) /dev/sr0         /cdrom                   iso9660    (ro,noatime)   =========================== sda1/boot/grub/grub.cfg: ===========================  -------------------------------------------------------------------------------- # # not edit file # # automatically generated grub-mkconfig using templates # /etc/grub.d , settings /etc/default/grub #  ### begin /etc/grub.d/00_header ### if [ -s $prefix/grubenv ];   set have_grubenv=true   load_env fi set default="0" if [ "${prev_saved_entry}" ];   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}" ];     saved_entry="${chosen}"     save_env saved_entry   fi }  function recordfail {   set recordfail=1   if [ -n "${have_grubenv}" ]; if [ -z "${boot_once}" ]; save_env recordfail; fi; fi }  function load_video {   insmod vbe   insmod vga }  insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6 if loadfont /usr/share/grub/unicode.pf2 ;   set gfxmode=640x480   load_video   insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext if [ "${recordfail}" = 1 ];   set timeout=-1 else   set timeout=10 fi ### end /etc/grub.d/00_header ###  ### begin /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### end /etc/grub.d/05_debian_theme ###  ### begin /etc/grub.d/10_linux ### menuentry 'ubuntu, linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     insmod part_msdos     insmod ext2     set root='(hd0,msdos1)'     search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6     linux    /boot/vmlinuz-2.6.35-22-generic root=uuid=ebc97a60-57f1-4cc9-9efd-78e24f21cfb6 ro   quiet splash     initrd    /boot/initrd.img-2.6.35-22-generic } menuentry 'ubuntu, linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {     recordfail     insmod part_msdos     insmod ext2     set root='(hd0,msdos1)'     search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6     echo    'loading linux 2.6.35-22-generic ...'     linux    /boot/vmlinuz-2.6.35-22-generic root=uuid=ebc97a60-57f1-4cc9-9efd-78e24f21cfb6 ro single      echo    'loading initial ramdisk ...'     initrd    /boot/initrd.img-2.6.35-22-generic } ### end /etc/grub.d/10_linux ###  ### begin /etc/grub.d/20_linux_xen ### ### end /etc/grub.d/20_linux_xen ###  ### begin /etc/grub.d/20_memtest86+ ### menuentry "memory test (memtest86+)" {     insmod part_msdos     insmod ext2     set root='(hd0,msdos1)'     search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6     linux16    /boot/memtest86+.bin } menuentry "memory test (memtest86+, serial console 115200)" {     insmod part_msdos     insmod ext2     set root='(hd0,msdos1)'     search --no-floppy --fs-uuid --set ebc97a60-57f1-4cc9-9efd-78e24f21cfb6     linux16    /boot/memtest86+.bin console=ttys0,115200n8 } ### end /etc/grub.d/20_memtest86+ ###  ### begin /etc/grub.d/30_os-prober ### if [ "x${timeout}" != "x-1" ];   if keystatus;     if keystatus --shift;       set timeout=-1     else       set timeout=0     fi   else     if sleep --interruptible 3 ;       set timeout=0     fi   fi fi ### end /etc/grub.d/30_os-prober ###  ### begin /etc/grub.d/40_custom ### # file provides easy way add custom menu entries.  type # menu entries want add after comment.  careful not change # 'exec tail' line above. ### end /etc/grub.d/40_custom ###  ### begin /etc/grub.d/41_custom ### if [ -f  $prefix/custom.cfg ];   source $prefix/custom.cfg; fi ### end /etc/grub.d/41_custom ### --------------------------------------------------------------------------------  =============================== sda1/etc/fstab: ================================  -------------------------------------------------------------------------------- # /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point>   <type>  <options>       <dump>  <pass> proc            /proc           proc    nodev,noexec,nosuid 0       0 /dev/sda1       /               ext4    errors=remount-ro 0       1 # swap on /dev/sda5 during installation uuid=9c588674-2f35-418a-bc16-fcb03d938ce5 none            swap    sw              0       0 --------------------------------------------------------------------------------  =================== sda1: location of files loaded grub: ====================             gib - gb             file                                 fragment(s)     0.758567810 = 0.814505984    boot/grub/core.img                             1    0.755615234 = 0.811335680    boot/grub/grub.cfg                             1    1.147125244 = 1.231716352    boot/initrd.img-2.6.35-22-generic              2    0.871147156 = 0.935387136    boot/vmlinuz-2.6.35-22-generic                 1    1.147125244 = 1.231716352    initrd.img                                     2    0.871147156 = 0.935387136    vmlinuz                                        1  ========= devices don't seem have corresponding hard drive: =========  no block devices found

    quote posted yeswecan view post
    well installed 11.04 4gb usb stick last night , boots fine. there isn't universal problem.
    http://www.googlubuntu.com/results/?...ch&lang=en#986


    Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Trying to boot 11.04 Alternate from USB


    Ubuntu

  • Comments

    Popular posts from this blog

    How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

    After Effect warning: A problem occurred when processing OpenGL commands

    Preconditions Failed. - Joomla! Forum - community, help and support