PDA

View Full Version : [ubuntu] Setting 'try Ubuntu' as default



Vulpus
April 23rd, 2013, 01:14 PM
When booting into Ubuntu on USB I get asked if I want to 'try Ubuntu' or Install. I don't want to install as I am using this on different PCs. Can I do something to remove this question every time.

klein5366
April 23rd, 2013, 02:13 PM
hi
i use this multisystem usb it installs the os on the usbkey and uses grub2, if that is the only os on the key or the first one in the list it will boot right into it after a 30 second count down that may be able to be changed i'v never tryed it , i use this to run back up software ubuntu 10.04, xubuntu 12.04, puppy, hearns bootcd, and clonezilla .

the original page is in french so this is the page ran through google translator
http://translate.google.com/translate?sl=fr&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&eotf=1&u=http%3A%2F%2Fliveusb.info%2Fdotclear%2Findex.php %3Fpages%2Finstall&act

ibjsb4
April 23rd, 2013, 03:05 PM
I believe you need a persistent usb install.

http://www.googlubuntu.com/results/?cx=006238239194895611142:u-ocqbntw_o&q=persistent+usb+install&sa=Search&cof=FORID:9

sanderj
April 23rd, 2013, 03:54 PM
When booting into Ubuntu on USB I get asked if I want to 'try Ubuntu' or Install. I don't want to install as I am using this on different PCs. Can I do something to remove this question every time.

Yeah, annoying indeed. So I'll be following this thread to see if it gives a solution.

dandroid13
April 23rd, 2013, 03:58 PM
https://wiki.ubuntu.com/LiveUsbPendrivePersistent
Method 1 should be what you want.

C.S.Cameron
April 23rd, 2013, 08:44 PM
To bypass the try/install screen on a persistent install replace the contents of the file syslinux.cfg with:


default persistent
label persistent
say Booting a persistent Ubuntu session...
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed boot=casper persistent initrd=/casper/initrd.lz quiet splash noprompt --

Boot time will be reduced by about a third.

Vulpus
April 23rd, 2013, 10:08 PM
To bypass the try/install screen on a persistent install replace the contents of the file syslinux.cfg with:


default persistent
label persistent
say Booting a persistent Ubuntu session...
kernel /casper/vmlinuz
append file=/cdrom/preseed/ubuntu.seed boot=casper persistent initrd=/casper/initrd.lz quiet splash noprompt --

Boot time will be reduced by about a third.

Superb! Problem solved, thank you very much! :D