Jump to content











Photo
- - - - -

Does Ubuntu 10.10 Netbook edition support live-media-path?


  • Please log in to reply
7 replies to this topic

#1 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 04 March 2011 - 02:15 AM

Yesterday I got cinfused while doing the following:
  • I extracted ubuntu-10.10-netbook-i386.iso in a folder on hard disk called ubuntu-10.10-netbook-i386.
  • In Grub4DOS menu.lst, I used this piece of code

title ubuntu 10.10-netbook-i386



 kernel /ubuntu-10.10-netbook-i386/casper/vmlinuz file=/ubuntu-10.10-netbook-i386/preseed/ubuntu-netbook.seed boot=casper ignore_uuid live-media-path=/ubuntu-10.10-netbook-i386/casper/



 initrd /ubuntu-10.10-netbook-i386/casper/initrd.lz


When I tried to boot, it stopped with an error saying that it can't find ubuntu-netbook.seed file. It made me belief that this distro does not support live-media-path parameter. But, probably, a few months back I experimented with the same distro & got a success. I know it supports iso-scan/filename. But that's not my point. Can anybody please try out with the distro & report whether it supports live-media-path or not?

#2 davidecosta

davidecosta

    Silver Member

  • Developer
  • 678 posts
  • Location:Sardinia
  •  
    Italy

Posted 04 March 2011 - 09:50 AM

Yesterday I got cinfused while doing the following:

  • I extracted ubuntu-10.10-netbook-i386.iso in a folder on hard disk called ubuntu-10.10-netbook-i386.
  • In Grub4DOS menu.lst, I used this piece of code

title ubuntu 10.10-netbook-i386[/size][/color][/size]

[size="3"][color="#171717"][size="2"]

  kernel /ubuntu-10.10-netbook-i386/casper/vmlinuz file=/ubuntu-10.10-netbook-i386/preseed/ubuntu-netbook.seed boot=casper ignore_uuid live-media-path=/ubuntu-10.10-netbook-i386/casper/



  initrd /ubuntu-10.10-netbook-i386/casper/initrd.lz


When I tried to boot, it stopped with an error saying that it can't find ubuntu-netbook.seed file. It made me belief that this distro does not support live-media-path parameter. But, probably, a few months back I experimented with the same distro & got a success. I know it supports iso-scan/filename. But that's not my point. Can anybody please try out with the distro & report whether it supports live-media-path or not?


In SARDU is use this entries:

label live
menu label ^Try Ubuntu without installing
kernel /ubuntu/casper/vmlinuz
append file=/cdrom/ubuntu/preseed/ubuntu.seed boot=casper initrd=/ubuntu/casper/initrd.lz ignore_uuid live-media-path=/ubuntu/casper quiet splash locale=en_GB.UTF-8 --


I extract all folders in folder ubuntu
I extract the folder .disk in ther root of USB

Let me know :cheers:

#3 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 04 March 2011 - 09:58 AM

I extract the folder .disk in ther root of USB


Well, the problem is - I'm trying to create a multoboot UFD where there is already a .disk folder @ the root beforehand. So, I can't do that.

#4 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 04 March 2011 - 06:41 PM

@davidecosta


Thank u a lot. Your trick worked & helped me find out why I got success a few months ago but not this time.

Actually, I integrated samurai-0.8 web testing framework (Ubuntu based) in my multiboot project. The files from this distro was @ the root of the drive. Among them, .disk folder was also there. Later, I included Ubuntu 10.10 netbook edition to the UFD. Since, it got the .disk folder from another Ubuntu based distro, even from a different version, it did not complain. It booted successfully. After that, I removed samurai from the multiboot project alongwith the .disk folder. But, I was ignorant of the fact that the specific folder is required for Ubuntu to start up. Now, I'm working on it again after a long time & founf Ubuntu to be un-bootable. From your previous post, I got the clue & replicated the whole situation once again to come to a conclusion.

#5 davidecosta

davidecosta

    Silver Member

  • Developer
  • 678 posts
  • Location:Sardinia
  •  
    Italy

Posted 04 March 2011 - 07:42 PM

@davidecosta


Thank u a lot. Your trick worked & helped me find out why I got success a few months ago but not this time.

Actually, I integrated samurai-0.8 web testing framework (Ubuntu based) in my multiboot project. The files from this distro was @ the root of the drive. Among them, .disk folder was also there. Later, I included Ubuntu 10.10 netbook edition to the UFD. Since, it got the .disk folder from another Ubuntu based distro, even from a different version, it did not complain. It booted successfully. After that, I removed samurai from the multiboot project alongwith the .disk folder. But, I was ignorant of the fact that the specific folder is required for Ubuntu to start up. Now, I'm working on it again after a long time & founf Ubuntu to be un-bootable. From your previous post, I got the clue & replicated the whole situation once again to come to a conclusion.


In SARDU i use Ubuntu/Kubuntu/UbuntuMRT..

#6 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 05 March 2011 - 12:32 AM

In SARDU i use Ubuntu/Kubuntu/UbuntuMRT..

But one astonishing point is - probably all Ubuntu based distros does NOT require .disk to be placed @ the root of the drive. The samurai-0.8 which I've talked about earlier, works fine if u extract all the files in a folder & then use live-media-path.

#7 Holmes.Sherlock

Holmes.Sherlock

    Gold Member

  • Team Reboot
  • 1444 posts
  • Location:Santa Barbara, California
  •  
    United States

Posted 05 March 2011 - 08:16 AM

One more update - the UFD prepared as above boots Ubuntu 10.10 successfully as a live OS, but when I tried to install it from the live environment, the first time I couldn't notice any changes after reboot & second & third time the installer crashed while configuring apt repository. But I successfully installed the same from the CD itself. Has anybody faced this problem while tring to install Ubuntu 10.10 netbook edition from an UFD created following the above method or using SARDU?

#8 davidecosta

davidecosta

    Silver Member

  • Developer
  • 678 posts
  • Location:Sardinia
  •  
    Italy

Posted 05 March 2011 - 08:40 AM

One more update - the UFD prepared as above boots Ubuntu 10.10 successfully as a live OS, but when I tried to install it from the live environment, the first time I couldn't notice any changes after reboot & second & third time the installer crashed while configuring apt repository. But I successfully installed the same from the CD itself. Has anybody faced this problem while tring to install Ubuntu 10.10 netbook edition from an UFD created following the above method or using SARDU?


I think that not works fine for install...but i not sure




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users