Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 9705  / 2 Years ago, sun, january 9, 2022, 3:12:10

I have used UNetbootin to create an installable / live bootable flash drive from Ubuntu 12.04. However that didn't preserve the normal Ubuntu boot menu which allows to me to enter advanced options. It has a custom menu that I can pick from predefined choices like "Install Ubuntu" and "Try Ubuntu without installing". What I would like is to be able to boot from the USB flash drive, but then be able to remove it from the computer once the desktop has loaded. The laptop I would like to use this on does not have an optical (CD/DVD) drive - nor do I have a USB version available.



What do I need to modify on the flash drive to add an option to "Try Ubuntu (RAM)" that passes the TORAM=yes parameter to the initrd options? Are their other things I need to touch/change as well? Is it even possible? I am not restricted to version 12.04 if that makes a difference.



Bonus: I would guess the answer would also allow for other options like acpi=off as well, but if it is different I would appreciate having that answer too.


More From » boot

 Answers
5

I hit tab and replaced quiet splash with toram. Do not use TORAM=yes, just use toram. This worked for both Ubuntu and Mint, although some versions of Mint needed toram -- toram. Hope this helps as I am doing some modifications along these lines.



Example of my modded syslinux.cfg:



initrd=/ubninit file=/cdrom/preseed/linuxmint.seed boot=casper toram --


You may add whatever other flags between toram and --, but
keep in mind some may crash your system.


[#35245] Monday, January 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
reangi

Total Points: 213
Total Questions: 102
Total Answers: 114

Location: Namibia
Member since Wed, Jan 19, 2022
2 Years ago
reangi questions
;